aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig20
1 files changed, 20 insertions, 0 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
new file mode 100644
index 0000000..7182dc6
--- /dev/null
+++ b/Cargo.toml.orig
@@ -0,0 +1,20 @@
+[package]
+name = "standback"
+version = "0.2.11"
+authors = ["Jacob Pratt <the.z.cuber@gmail.com>", "The Rust Project Developers"]
+edition = "2018"
+repository = "https://github.com/jhpratt/standback"
+keywords = ["std", "back-compatible", "polyfill"]
+categories = ["no-std"]
+readme = "README.md"
+license = "MIT OR Apache-2.0"
+description = "New standard library, old compiler."
+build = "build.rs"
+include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md", "build.rs"]
+
+[features]
+default = ["std"]
+std = []
+
+[build-dependencies]
+version_check = "0.9.2"