# 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 = "colorid" version = "0.0.6" authors = ["RustQ"] include = [ "src/**/*", "Cargo.toml", "LICENSE", "README.md", "benches", "examples", ] description = "The unique 4-colors-ID string generator in in Rust" homepage = "https://github.com/rustq/colorid" documentation = "https://docs.rs/colorid" readme = "README.md" keywords = [ "colorid", "color", "id", "random", ] license = "MIT" repository = "https://github.com/rustq/colorid.git" resolver = "2" [[bench]] name = "color_benchmark" harness = false [dependencies.getrandom] version = "0.2" [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.nanoid] version = "0.4.0" [dev-dependencies.uuid] version = "1.1.2" features = [ "v4", "rng", ]