# 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 = "foyer-bytesize" version = "2.0.0" authors = [ "Hyunsik Choi ", "MrCroxx ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An utility for human-readable bytes representations. Forked from https://github.com/hyunsik/bytesize ." homepage = "https://github.com/foyer-rs/bytesize/" documentation = "https://docs.rs/foyer-bytesize/" readme = "README.md" keywords = [ "byte", "byte-size", "utility", "human-readable", "format", ] license = "Apache-2.0" repository = "https://github.com/foyer-rs/bytesize/" [lib] name = "foyer_bytesize" path = "src/lib.rs" [dependencies.arbitrary] version = "1" features = ["derive"] optional = true [dependencies.serde] version = "1" optional = true [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_json] version = "1" [dev-dependencies.toml] version = "0.8" [features] arbitrary = ["dep:arbitrary"] default = [] serde = ["dep:serde"]