# 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.56" name = "hwcalc_lib" version = "0.2.0" authors = ["Noah Hellman "] description = "Backend for the hwcalc calculator" license = "MIT" repository = "https://git.sr.ht/~nhellman/hwcalc" [dependencies.num-bigint] version = "0.4" default-features = false [dependencies.num-rational] version = "0.4" features = ["num-bigint"] default-features = false [dependencies.num-traits] version = "0.2" default-features = false [features] default = [] small_max = []