# 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 = "byte-unit" version = "4.0.19" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "A library for interaction with units of bytes." homepage = "https://magiclen.org/byte-unit" readme = "README.md" keywords = [ "byte", "unit", "kb", "mb", "gb", ] categories = [ "no-std", "parser-implementations", "value-formatting", ] license = "MIT" repository = "https://github.com/magiclen/byte-unit" [dependencies.serde] version = "1" features = ["alloc"] optional = true default-features = false [dependencies.utf8-width] version = "0.1" [features] alloc = [] default = [ "std", "u128", ] serde = [ "alloc", "dep:serde", ] std = [ "serde/std", "alloc", ] u128 = []