aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-07-28 13:47:34 -0700
committerJoel Galenson <jgalenson@google.com>2020-07-28 13:47:34 -0700
commit6b7b06bd2d27bf0ad91af5f07d7d84fe684ffc44 (patch)
treedfd95ab0ac90586a2cccf95bcc760dc88b9bd47c /Cargo.toml.orig
parent5842ccd0f100ea7034013693a92489c5b1461b5e (diff)
downloadfallible-iterator-6b7b06bd2d27bf0ad91af5f07d7d84fe684ffc44.tar.gz
Import fallible-iterator-0.2.0
Change-Id: Ifea46292d69894ba84fea5a82bb9afa58b874905
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig15
1 files changed, 15 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..e8fd7e9
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,15 @@
+[package]
+name = "fallible-iterator"
+version = "0.2.0"
+authors = ["Steven Fackler <sfackler@gmail.com>"]
+edition = "2018"
+license = "MIT/Apache-2.0"
+description = "Fallible iterator traits"
+repository = "https://github.com/sfackler/rust-fallible-iterator"
+readme = "README.md"
+categories = ["algorithms", "no-std"]
+
+[features]
+alloc = []
+std = []
+default = ["std"]