# 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 = "qunit" version = "0.1.2" authors = ["Nick Mertin "] description = "Experimental uom-like library which enables compile-time verification of dimensional analysis, with support for statically-sized vectors and matrices." readme = "README.md" license = "Apache-2.0" repository = "https://gitlab.com/qvex/qunit" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "serial" required-features = [ "std", "serde", ] [[example]] name = "simple" [dependencies.libm] version = "0.2.6" optional = true [dependencies.nalgebra] version = "0.32.2" features = ["macros"] default-features = false [dependencies.num-traits] version = "0.2.15" features = ["libm"] default-features = false [dependencies.qunit-macros] version = "0.1.1" [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true default-features = false [dependencies.simba] version = "0.8.0" default-features = false [dev-dependencies.serde_json] version = "1.0" [features] default = [ "math", "std", ] default-f32 = [] libm = [ "dep:libm", "nalgebra/libm", "num-traits/libm", ] math = [] serde = [ "dep:serde", "nalgebra/serde", ] std = [ "nalgebra/std", "num-traits/std", ] visitors = []