# 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.64.0" name = "nearly" version = "0.4.0" authors = ["Sebastian Mock"] description = "Compare IEEE floating point types" documentation = "https://docs.rs/nearly" readme = "README.md" keywords = [ "float", "compare", "comparison", "almost", "equal", ] categories = [ "development-tools::debugging", "mathematics", "no-std", ] license = "MIT" repository = "https://github.com/se-mo/nearly" [dependencies.nearly-macros] version = "0.2.0" [dev-dependencies.mockall] version = "0.12" [dev-dependencies.paste] version = "1.0" [features] default = ["std"] std = []