# 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.61.0" name = "huby" version = "0.2.0" description = "A simple crate (supporting serde) to handle byte sizes as human" documentation = "https://docs.rs/huby" readme = "README.md" keywords = [ "human", "bytes", "size", "units", "serde", ] license = "GPL-3.0" repository = "https://github.com/qjerome/human-bytes" [dependencies.serde] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" optional = true [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0" [features] default = ["std"] std = ["thiserror"]