# 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 = "sizes" version = "0.1.3" description = "A crate to format byte sizes" homepage = "https://crates.io/crates/sizes" documentation = "https://docs.rs/sizes" readme = "README.md" license = "MIT OR BSD-3-Clause OR LGPL-3.0-only" repository = "https://gitlab.com/xdevs23/crate-sizes" [package.metadata.example.simple] description = "Simple example" name = "Simple" [[example]] name = "simple" path = "examples/simple/main.rs" doc-scrape-examples = true [dependencies]