# 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 = "bandwidth" version = "0.3.0" description = "A library for representing bandwidth speed in a variety of units, mimicking the `core::time::Duration` struct." homepage = "https://github.com/stack-rs/bandwidth" documentation = "https://docs.rs/bandwidth" readme = "README.md" keywords = [ "bandwidth", "data-structures", "network", "no-std", "utility", ] categories = [ "data-structures", "network-programming", "no-std", ] license = "Apache-2.0" repository = "https://github.com/stack-rs/bandwidth" [dependencies.rustversion] version = "1.0" [dependencies.serde] version = "1.0.152" features = ["derive"] optional = true default-features = false [features] default = ["std"] std = ["serde?/std"]