# 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 = "intfinity" version = "0.3.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An abstraction over numeric types with infinity implemented." readme = "README.md" keywords = [ "arithmetic", "infinity", "mathematics", "numbers", ] categories = [ "mathematics", "no-std::no-alloc", ] license-file = "LICENSE.txt" repository = "https://github.com/samarthsoup/intfinity" [lib] name = "intfinity" path = "src/lib.rs" [[test]] name = "comparators_tests" path = "tests/comparators_tests.rs" [[test]] name = "display_trait_tests" path = "tests/display_trait_tests.rs" [[test]] name = "examples" path = "tests/examples.rs" [[test]] name = "intfinity_macro_tests" path = "tests/intfinity_macro_tests.rs" [[test]] name = "negate_trait_tests" path = "tests/negate_trait_tests.rs" [[test]] name = "operations_tests" path = "tests/operations_tests.rs" [[test]] name = "zero_trait_tests" path = "tests/zero_trait_tests.rs" [dependencies]