# 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" rust-version = "1.60" name = "guv" version = "0.2.0" authors = ["Jesse C. Grillo "] description = "A PID Controller" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/jgrillo/guv" [dependencies.cordic] version = "0.1" optional = true [dependencies.fixed] version = "1" optional = true [dependencies.num-traits] version = "0.2" features = ["libm"] optional = true [dev-dependencies.arbitrary] version = "1" [dev-dependencies.fixed] version = "1" features = [ "arbitrary", "num-traits", ] [dev-dependencies.num-traits] version = "0.2" features = ["libm"] [dev-dependencies.plotters] version = "0.3" [dev-dependencies.proptest] version = "1" [dev-dependencies.proptest-arbitrary-interop] version = "0.1" [features] default = [] fixed = [ "dep:num-traits", "dep:fixed", "dep:cordic", ] float = ["dep:num-traits"] std = []