yyid 0.7.0

Yyid generator (random tokens like UUIDv4, but using all the bits)
Documentation
[badges.maintenance]
status = "as-is"

[[bench]]
harness = false
name = "yyid_vs_uuid_bench"

[dependencies.getrandom]
version = "0.2.8"

[dependencies.libc]
version = "0.2.137"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.uuid]
optional = true
version = "1.2.2"

[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.pretty_assertions]
version = "1.3.0"

[dev-dependencies.uuid]
features = ["v4"]
version = "1.2.2"

[features]
default = []
fast-rng = ["rand"]
std = []
uuid = ["dep:uuid"]

[lib]
bench = false

[package]
authors = ["Christoph Grabo <asaaki@mannaz.cc>"]
categories = ["data-structures", "no-std"]
description = "Yyid generator (random tokens like UUIDv4, but using all the bits)"
edition = "2021"
exclude = [".github/**"]
homepage = "https://github.com/asaaki/yyid.rs"
keywords = ["yyid", "uuid", "unique", "random", "token"]
license = "MIT OR Apache-2.0"
name = "yyid"
readme = "README.md"
repository = "https://github.com/asaaki/yyid.rs"
version = "0.7.0"