# 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 = "pretty-bytes-rust" version = "0.3.0" authors = ["Patrick Desjardins "] description = "Rust library that takes a number that represent a byte and returns a string that is prettier to read for a human" homepage = "https://github.com/MrDesjardins/pretty-bytes" keywords = [ "pretty-bytes", "size", "format-bytes", "number-format", "format-number", ] license = "Apache-2.0" repository = "https://github.com/MrDesjardins/pretty-bytes" [[bench]] name = "benchmark" harness = false [dependencies.clap] version = "4.0" features = ["derive"] [dev-dependencies.criterion] version = "0.4.0"