# 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" name = "strict-num" version = "0.1.1" authors = ["Yevhenii Reizner "] description = "A collection of bounded numeric types" documentation = "https://docs.rs/strict-num/" readme = "README.md" categories = [ "mathematics", "no-std", ] license = "MIT" repository = "https://github.com/RazrFalcon/strict-num" [dependencies.float-cmp] version = "0.9" features = ["std"] optional = true default-features = false [features] approx-eq = ["float-cmp"] default = ["approx-eq"]