# 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 = "si_format" version = "0.1.1" exclude = ["check.sh"] description = "format numbers using metric prefixes" readme = "readme.md" keywords = [ "format", "human", "number", "pretty", "si-units", ] categories = [ "value-formatting", "embedded", "no-std::no-alloc", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/m-mueller678/si_format" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.libm] version = "0.2.8" optional = true [features] default = [ "std", "float64", ] float32 = [] float64 = ["float32"] std = []