# 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.81.0" name = "parse-size" version = "1.1.0" authors = ["kennytm "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Parse byte size into integer accurately." readme = "README.md" keywords = [ "bytes", "size", "humanize", "human", "parser", ] license = "MIT" repository = "https://github.com/kennytm/parse-size" [lib] name = "parse_size" path = "src/lib.rs" [dev-dependencies.clap] version = "4.5" features = [ "std", "derive", ] default-features = false [features] std = []