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