# 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.57" name = "memory-size-type" version = "0.5.0" authors = ["Tim Janke "] exclude = [".github/", ".gitignore"] description = "A data type for dealing with memory sizes" documentation = "https://docs.rs/memory-size-type" readme = "README.md" keywords = ["memory", "size", "datatype", "type"] categories = ["value-formatting", "rust-patterns", "data-structures"] license = "MIT" repository = "https://github.com/flying7eleven/memory-size-type" resolver = "2" [features] default = ["std"] std = [] [badges.maintenance] status = "actively-developed"