[dependencies.base64-url]
version = "3.0.0"
[dependencies.rand]
version = "0.9.0"
[lib]
crate-type = ["cdylib", "rlib"]
name = "small_uid"
path = "src/lib.rs"
[package]
authors = ["Isa Al-Ula"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A 64 bit lexicographically sortable unique identifier implementation"
edition = "2021"
keywords = ["small", "ulid", "uuid", "sortable", "identifier"]
license = "MIT OR Apache-2.0"
name = "small_uid"
readme = "README.md"
repository = "https://github.com/al-ula/small_uid"
version = "0.2.4"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.serde]
features = ["derive"]
version = "1.0.218"
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["wasm_js"]
version = "0.3.1"
[target.'cfg(target_arch = "wasm32")'.dependencies.rand]
default-features = false
features = ["std", "std_rng", "os_rng"]
version = "0.9.0"