# 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.31" name = "assert_float_eq" version = "1.1.4" authors = ["Alex Huszagh "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Assertions for floating-point equality." documentation = "https://docs.rs/assert_float_eq" readme = "README.md" keywords = [ "unittesting", "float", ] categories = [ "development-tools", "development-tools::debugging", ] license = "MIT/Apache-2.0" repository = "https://github.com/AlexHuszagh/assert_float_eq" [lib] name = "assert_float_eq" path = "src/lib.rs" [features] std = [] [badges.travis-ci] repository = "AlexHuszagh/assert_float_eq"