# 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 = "floco" version = "0.1.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Floco validates floats against constraints." homepage = "https://github.com/RileyLeff/floco" documentation = "https://docs.rs/floco/latest/floco/index.html" readme = "README.md" keywords = [ "float", "validation", "wrapper", "utility", ] categories = [ "no-std", "mathematics", "development-tools", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RileyLeff/floco" [lib] name = "floco" path = "src/lib.rs" [dependencies.num-traits] version = "0.2.17" features = ["libm"] default-features = false [dependencies.serde] version = "1.0.195" features = ["derive"] default-features = false [dev-dependencies.half] version = "2.3.1" features = ["num-traits"] [dev-dependencies.serde-json-core] version = "0.5.1" [features] default = ["libm"] libm = ["num-traits/libm"] std = [ "std_math", "std_serde", ] std_math = ["num-traits/std"] std_serde = ["serde/std"]