# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "signifix" version = "0.10.1" authors = ["Rouven Spreckels "] include = ["src/lib.rs", "src/metric.rs", "src/binary.rs", "Cargo.toml", "README.md", "RELEASES.md"] description = "Number Formatter of Fixed Significance with Metric or Binary Prefix" homepage = "https://qu1x.org/signifix" documentation = "https://docs.rs/signifix" readme = "README.md" keywords = ["number-formatter", "fixed-significance", "metric-prefix", "binary-prefix", "unit-prefix"] categories = ["value-formatting"] license = "Fair" repository = "https://github.com/qu1x/signifix" [dependencies.err-derive] version = "0.2" [badges.travis-ci] repository = "qu1x/signifix"