# 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 = "const-units" version = "0.1.3" authors = ["Henry Rovnyak"] include = [ "**/*.rs", "Cargo.toml", ] description = "A library that lets you check the dimensions of your quantities at compile time and run time" homepage = "https://gitlab.com/hrovnyak/const-units" readme = "README.md" keywords = [ "unit", "dimension", "const", ] categories = [ "development-tools::testing", "no-std::no-alloc", "rust-patterns", ] license = "MIT" repository = "https://gitlab.com/hrovnyak/const-units" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.const-str] version = "0.5" [dependencies.num] version = "0.4" [dependencies.static_assertions] version = "1.1" [features] const = [] default = [ "std", "const", ] dyn = [] std = []