# 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 = "2018" rust-version = "1.60" name = "isclose" version = "0.1.1" authors = ["Lucas Jansen"] description = "A collection of trait and macros for comparing approximate equality" readme = "README.md" keywords = [ "float", "equal", "isclose", "is_close", "approximate", ] categories = [ "mathematics", "no-std", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/staticintlucas/isclose" [package.metadata.docs.rs] all-features = true [dependencies.euclid] version = "0.22" optional = true default-features = false [dependencies.half] version = "2" features = ["num-traits"] optional = true default-features = false [dependencies.libm] version = "0.2" optional = true [features] default = ["std"] euclid = ["dep:euclid"] half = ["dep:half"] libm = [ "dep:libm", "euclid?/libm", ] std = ["euclid?/std"]