# 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 = "human-repr" version = "1.1.0" authors = ["Rogério Sampaio de Almeida "] description = "Generate beautiful human representations of bytes, durations, and even throughputs!" documentation = "https://docs.rs/human-repr/" readme = "README.md" keywords = [ "format", "convert", "bytes", "duration", "throughput", ] categories = [ "value-formatting", "date-and-time", ] license = "MIT" repository = "https://github.com/rsalmei/human-repr" [[bench]] name = "counts" harness = false [[bench]] name = "durations" harness = false [[bench]] name = "throughputs" harness = false [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.criterion] version = "0.4" [dev-dependencies.serde_json] version = "1" [features] 1024 = [] iec = ["1024"] space = []