# 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 = "dimensioned" version = "0.8.0" authors = ["Paho Lurie-Gregg "] build = "src/build/mod.rs" description = """ Compile-time dimensional analysis for various unit systems using Rust's type system. Dimensioned aims to build on Rust's safety features by adding unit safety with no runtime cost. In addition, it aims to be as easy to use as possible, hopefully making things easier for you not just by avoiding bugs but also by making it clear what units things are. Never again should you need to specify units in a comment!""" documentation = "https://docs.rs/dimensioned" readme = "README.md" keywords = [ "no_std", "units", "dimensions", "quantities", ] categories = [ "no-std", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/paholg/dimensioned" resolver = "2" [lib] name = "dimensioned" [dependencies.approx] version = "0.5.1" optional = true default-features = false [dependencies.auto-args] version = "0.2.4" optional = true [dependencies.clapme] version = "0.1.1" optional = true [dependencies.generic-array] version = "0.14.0" [dependencies.num-traits] version = "0.2.5" default-features = false [dependencies.rand] version = "0.8.5" optional = true [dependencies.serde] version = "1.0.0" optional = true [dependencies.serde_test] version = "1.0.0" optional = true [dependencies.typenum] version = "1.6.0" [dev-dependencies.quickcheck] version = "0.8.2" [features] default = ["std"] nightly = [] oibit = [] spec = [] std = [] test = [ "approx", "clapme", "serde", "serde_test", "rand", ]