# 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 = "2018" rust-version = "1.31.0" name = "unit-prefix" version = "0.5.0" authors = [ "Fabio Valentini ", "Benjamin Sago ", ] exclude = [ "/Cargo.lock", "/rustfmt.toml", ] description = "Format numbers with metric and binary unit prefixes" readme = "README.md" keywords = [ "mathematics", "numerics", ] categories = [ "algorithms", "no-std", ] license = "MIT" repository = "https://github.com/commons-rs/unit-prefix" [[example]] name = "conversions" required-features = ["std"] [features] default = ["std"] std = []