# 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.75.0" name = "round_float" version = "1.2.2" authors = ["Amir Abdin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Round `f64` and `f32` to specified number of decimals." documentation = "https://docs.rs/round_float" readme = "README.md" keywords = [ "round", "float", "round_float", "f32", "f64", ] categories = [ "no-std", "algorithms", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/amab8901/round_float" [lib] name = "round_float" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.num-traits] version = "0.2.19" [features] no_std = []