# 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 = "div-int" version = "0.1.2" authors = ["Mike Hordecki "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rational numbers with a compile-time denominator." documentation = "https://docs.rs/div-int" readme = "README.md" categories = [ "data-structures", "no-std", ] license = "MPL-2.0" repository = "https://github.com/MHordecki/div-int" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "div_int" path = "src/lib.rs" [dependencies.div-int-procmacro] version = "0.1.2" [dependencies.num-traits] version = "0.2" default-features = false [dependencies.serde] version = "1" optional = true default-features = false [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [features] serde = ["dep:serde"]