cuid 1.3.2

An ipmlementation of CUID protocol in rust
Documentation
[package]
name = "cuid"
version = "1.3.2"
description = "An ipmlementation of CUID protocol in rust"
documentation = "https://docs.rs/cuid/latest/cuid/"
edition.workspace = true
license.workspace = true
authors.workspace = true
homepage.workspace = true
repository.workspace = true

[dev-dependencies]
criterion = "~0.3"

[dependencies]
base36 = "0.0.1"
cuid-util = { path = "../cuid-util", version = "0.1.0" }
cuid2 = { path = "../cuid2", version = "0.1.0" }
hostname = "~0.3.0"
num = { version = "0.4.0", features = ["num-bigint"] }
once_cell = "1.9.0"
rand = "~0.8.0"

[lib]
name = "cuid"
path = "src/lib.rs"

[[bin]]
name = "cuid"
path = "src/bin.rs"

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