cuid 1.0.0

An ipmlementation of CUID protocol in rust
Documentation
[[bench]]
harness = false
name = "cuid"

[[bin]]
name = "cuid"
path = "src/bin.rs"
[dependencies.hostname]
version = "~0.3"

[dependencies.lazy_static]
version = "~1.4"

[dependencies.rand]
version = "~0.7"
[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"
edition = "2018"
license = "MIT"
name = "cuid"
version = "1.0.0"