# 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 = "fixnum-approx-eq" version = "0.1.0" authors = ["Bragov4ik "] description = "Approximate equality checks & asserts for fixed-point precision numbers" license-file = "LICENSE" repository = "https://github.com/bragov4ik/fixnum-approx-eq/" [dependencies.fixnum] version = "0.9.2" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.fixnum] version = "0.9.2" features = [ "default", "i128", "i32", "i64", "i16", ] [features] default = ["i128"] i128 = ["fixnum/i128"] i16 = ["fixnum/i16"] i32 = ["fixnum/i32"] i64 = ["fixnum/i64"]