aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig7
1 files changed, 3 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 73c690a..02f2e8f 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,15 +1,14 @@
[package]
name = "const_fn"
-version = "0.4.3"
+version = "0.4.6"
authors = ["Taiki Endo <te316e89@gmail.com>"]
edition = "2018"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taiki-e/const_fn"
-homepage = "https://github.com/taiki-e/const_fn"
documentation = "https://docs.rs/const_fn"
keywords = ["macros", "attribute", "const", "static"]
-categories = ["rust-patterns", "no-std"]
-readme = "README.md"
+categories = ["no-std", "rust-patterns"]
+exclude = ["/.*", "/tools"]
description = """
An attribute for easy generation of const functions with conditional compilations.
"""