# 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 = "yyid" version = "0.7.0" authors = ["Christoph Grabo "] exclude = [".github/**"] description = "Yyid generator (random tokens like UUIDv4, but using all the bits)" homepage = "https://github.com/asaaki/yyid.rs" readme = "README.md" keywords = [ "yyid", "uuid", "unique", "random", "token", ] categories = [ "data-structures", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/asaaki/yyid.rs" [lib] bench = false [[bench]] name = "yyid_vs_uuid_bench" harness = false [dependencies.getrandom] version = "0.2.8" [dependencies.libc] version = "0.2.137" [dependencies.rand] version = "0.8.5" optional = true [dependencies.uuid] version = "1.2.2" optional = true [dev-dependencies.criterion] version = "0.4.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.uuid] version = "1.2.2" features = ["v4"] [features] default = [] fast-rng = ["rand"] std = [] uuid = ["dep:uuid"] [badges.maintenance] status = "as-is"