[package] name = "typed-bytesize" version = "0.1.3" edition = "2021" authors = ["Collide "] description = "Represent bytesize in decimal or binary prefix unit" documentation = "https://docs.rs/typed-bytesize" repository = "https://github.com/TD-Sky/typed-bytesize" readme = "README.md" categories = ["value-formatting", "parser-implementations"] keywords = ["byte", "unit", "units", "typed"] license = "MIT" include = ["src/**/*", "Cargo.toml", "LICENSE*", "README.md"] [dependencies] serde = { version = "1.0", optional = true } [dev-dependencies] serde_json = "1.0" [features] default = [] serde = ["dep:serde"]