aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig11
1 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 938bfe8..eee91e7 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,13 +1,16 @@
[package]
name = "enumn"
-version = "0.1.3"
+version = "0.1.5"
authors = ["David Tolnay <dtolnay@gmail.com>"]
-edition = "2018"
-license = "MIT OR Apache-2.0"
+categories = ["rust-patterns", "no-std"]
description = "Convert number to enum"
-repository = "https://github.com/dtolnay/enumn"
documentation = "https://docs.rs/enumn"
+edition = "2018"
+keywords = ["enum", "integer"]
+license = "MIT OR Apache-2.0"
readme = "README.md"
+repository = "https://github.com/dtolnay/enumn"
+rust-version = "1.31"
[lib]
proc-macro = true