[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.chrono]
optional = true
version = "0.4"
[dependencies.rand]
optional = true
version = "0.8"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.uuid]
optional = true
version = "0.8"
[dev-dependencies.bencher]
version = "0.1"
[features]
default = ["std"]
std = ["rand", "chrono"]
[package]
authors = ["dylanhart <dylan96hart@gmail.com>"]
description = "a Universally Unique Lexicographically Sortable Identifier implementation"
edition = "2018"
keywords = ["ulid", "uuid", "sortable", "identifier"]
license = "MIT"
name = "ulid"
readme = "README.md"
repository = "https://github.com/dylanhart/ulid-rs"
version = "0.5.0"
[package.metadata.docs.rs]
all-features = true
[target."cfg(target_arch = \"wasm32\")".dependencies.chrono]
features = ["wasmbind"]
optional = true
version = "0.4"
[target."cfg(target_arch = \"wasm32\")".dependencies.uuid]
features = ["wasm-bindgen"]
optional = true
version = "0.8"