[dependencies.nostd]
optional = true
version = "0.1.4"
[features]
default = ["std", "fmt", "stable"]
fmt = ["dep:nostd"]
stable = []
std = ["dep:nostd", "nostd/std"]
[lib]
name = "quid"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "fast, concurrent, lock-free UID generation library"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "quid"
readme = "README.md"
repository = "https://github.com/alex-s168/quid"
version = "0.1.2"