# 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" rust-version = "1.60" name = "human-bandwidth" version = "0.1.1" description = "A library for representing bandwidth speed in a human-readable format." homepage = "https://github.com/stack-rs/human-bandwidth" documentation = "https://docs.rs/human-bandwidth" readme = "README.md" keywords = [ "bandwidth", "data-structures", "network", "human", "serde", ] categories = [ "network-programming", "data-structures", ] license = "Apache-2.0" repository = "https://github.com/stack-rs/human-bandwidth" [package.metadata.docs.rs] all-features = true [dependencies.bandwidth] version = "0.3.0" [dependencies.serde] version = "1.0.130" optional = true [dev-dependencies.serde_json] version = "1.0" [features] serde = [ "bandwidth/serde", "serde/derive", "dep:serde", ]