# 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 = "human-size" version = "0.4.3" authors = ["Thomas de Zeeuw "] description = """ Sizes for humans. """ documentation = "https://docs.rs/human-size" readme = "README.md" keywords = [ "size", "human", "readable", ] license = "MIT/Apache-2.0" repository = "https://github.com/Thomasdezeeuw/human-size-rs" [dependencies.serde] version = "1.0.105" optional = true default-features = false [dev-dependencies.serde_test] version = "1.0.105" default-features = false [features] default = [] enable-serde = ["serde"] [badges.appveyor] repository = "Thomasdezeeuw/human-size-rs" service = "github" [badges.travis-ci] repository = "Thomasdezeeuw/human-size-rs"