# 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" name = "si-scale" version = "0.2.3" authors = ["graelo "] build = false exclude = ["/.github"] autobins = false autoexamples = false autotests = false autobenches = false description = "Format values using the appropriate SI scale: seconds(1.3e-5) -> 13 µs" homepage = "https://github.com/graelo/si-scale" documentation = "https://docs.rs/si-scale" readme = "README.md" keywords = [ "units", "pretty", "human", "number", "si-units", ] categories = [ "value-formatting", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/graelo/si-scale" [lib] name = "si_scale" path = "src/lib.rs" [dependencies]