# 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" rust-version = "1.81.0" name = "calc_rational" version = "2.0.0" authors = ["Zack Newman "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "CLI calculator for rational numbers." documentation = "https://crates.io/crates/calc_rational" readme = "README.md" keywords = [ "calculator", "mathematics", "numerics", ] categories = [ "algorithms", "mathematics", "science", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://git.philomathiclife.com/repos/calc_rational/" [package.metadata.docs.rs] all-features = true [profile.release] lto = true panic = "abort" strip = true [lib] name = "calc_lib" path = "src/lib.rs" [[bin]] name = "calc" path = "src/main.rs" [dependencies.num-bigint] version = "0.4.6" default-features = false [dependencies.num-integer] version = "0.1.46" default-features = false [dependencies.num-rational] version = "0.4.2" features = ["num-bigint"] default-features = false [dependencies.num-traits] version = "0.2.19" default-features = false [dependencies.rand] version = "0.8.5" features = [ "std", "std_rng", ] optional = true default-features = false [build-dependencies.rustc_version] version = "0.4.1" default-features = false [features] default = [ "priv_sep", "std", ] priv_sep = ["dep:priv_sep"] rand = [ "dep:rand", "std", ] std = [] [target.'cfg(target_os = "openbsd")'.dependencies.priv_sep] version = "2.1.0" features = ["openbsd"] optional = true default-features = false [badges.maintenance] status = "actively-developed"