# 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" name = "dana_macros" version = "0.4.0" authors = ["J.S. Dreim "] include = [ "CHANGELOG.md", "LICENSE", "/src/**/*.rs", "/tests/**/*.rs", "/tests/**/*.stderr", "/benches/**/*.rs", "!/**/_*.rs", "!/.idea/**", "!/.vscode/**", ] description = "Procedural macro crate for `dana`." documentation = "https://docs.rs/dana" readme = "README.md" keywords = [ "dimensional-analysis", "quantities", "units", "library", "no_std", ] categories = [ "development-tools", "mathematics", "science", "no-std", ] license = "Apache-2.0" repository = "https://github.com/jsdreim/dana" [lib] proc-macro = true [dependencies.num-traits] version = "0.2.19" features = ["libm"] default-features = false [dependencies.proc-macro2] version = "1.0.85" features = ["span-locations"] [dependencies.quote] version = "1.0.36" [dependencies.syn] version = "2.0.66"