[[bench]]
harness = false
name = "cuid"
[[bin]]
name = "cuid"
path = "src/bin.rs"
[dependencies.hostname]
version = "~0.3.0"
[dependencies.lazy_static]
version = "~1.4"
[dependencies.rand]
version = "~0.8.0"
[dev-dependencies.criterion]
version = "~0.3"
[lib]
name = "cuid"
path = "src/lib.rs"
[package]
authors = ["Matthew Planchard <msplanchard@gmail.com>"]
description = "An ipmlementation of CUID protocol in rust"
documentation = "https://docs.rs/cuid/latest/cuid/"
edition = "2018"
exclude = [".github/**", ".vscode/**"]
homepage = "https://github.com/mplanchard/cuid-rust"
license = "MIT"
name = "cuid"
repository = "https://github.com/mplanchard/cuid-rust"
version = "1.2.0"