iterator sizing lib
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d176b56..a217fa3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,12 @@
[package]
name = "hinted"
-version = "0.0.0"
+version = "0.0.1"
edition = "2021"
authors = ["bend-n <[email protected]>"]
license = "MIT"
repository = "https://github.com/bend-n/hinted"
exclude = [".gitignore"]
-description = "small crate for providing a size hint on an iterator"
+description = "small crate for providing a size hint and exact size on an iterator"
+
+[features]
+nightly = []