# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.70" name = "typenum-consts" version = "0.1.5" authors = ["Jim Chng "] exclude = [ "dev-notes", "assets", "scripts", "tests", "trybuild_tests", "wip", "src/vendors/rsc/benches", "src/vendors/rsc/src/bin", "**/.gitignore", "**/.gitmodules", "**/.pre-commit-config.yaml", "**/.pre-commit-hooks.yaml", ".github/*", ] description = "Procedural macros that take a literal integer (or the result of an evaluation of simple mathematical expressions or an environment variable whose value is a literal integer) and convert it to a `typenum::Unsigned` / `typenum::Integer` type-level positive/negative/unsigned integer." documentation = "https://docs.rs/typenum-consts/latest/" readme = "README.md" keywords = [ "typenum", "type-level-integers", "proc-macro", "metaprogramming", ] categories = [ "development-tools", "mathematics", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jymchng/typenum-consts" [lib] proc-macro = true [dependencies.dotenv] version = "0.15.0" [dependencies.proc-macro2] version = "1.0.79" [dependencies.quote] version = "1.0.35" [dependencies.rsc] version = "3.0.0" [dependencies.syn] version = "2.0.53" features = [ "extra-traits", "full", ] [dependencies.typenum] version = "1.17.0" [dev-dependencies.trybuild] version = "1.0.90" [features]