# 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 = "simple-si-units" version = "1.1.1" authors = ["Christopher Collin Hall"] description = "A Rust library providing base SI Units and common conversions. SI Units are provided as templated types so that you can write APIs that enforce correct units" homepage = "https://github.com/DrPlantabyte/simple-si-units/tree/main/simple-si-units" documentation = "https://docs.rs/simple-si-units/" readme = "README.md" keywords = [ "si-units", "units", "physics", "science", "measurement", ] categories = [ "science", "simulation", "no-std", "no-std::no-alloc", ] license = "MPL-2.0" repository = "https://github.com/DrPlantabyte/simple-si-units" [dependencies.num-bigfloat] version = "1.6" optional = true [dependencies.num-complex] version = "0.4" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.simple-si-units-core] version = "1.0.1" [dependencies.simple-si-units-macros] version = "1.0.1" [dependencies.uom] version = "0.34" features = [ "si", "f64", ] optional = true [dev-dependencies.num] version = "0.4" [dev-dependencies.num-bigfloat] version = "1.6" [dev-dependencies.num-complex] version = "0.4" [dev-dependencies.num-traits] version = "0.2" [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.uom] version = "0.34" [build-dependencies]