# 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 = "approx_int" version = "1.2.1" build = false exclude = [ ".github", ".gitignore", ".dockerignore", "Dockerfile", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A compact representation of numbers using a tuple (u8, u8, bool) for efficient approximation and storage." readme = "README.md" keywords = [ "approximation", "compression", "compact", "integer", "number", ] categories = ["compression"] license = "MIT" repository = "https://github.com/m62624/approx_int" [lib] name = "approx_int" path = "src/lib.rs" doctest = false [[test]] name = "constructor" path = "tests/constructor.rs" [[test]] name = "eq" path = "tests/eq.rs" [[test]] name = "from" path = "tests/from.rs" [[test]] name = "ops" path = "tests/ops.rs" [[test]] name = "range" path = "tests/range.rs" [[test]] name = "special_values" path = "tests/special_values.rs" [dependencies.num-traits] version = "0.2.19" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin_include)"]