cuid2 0.1.5

An implementation of the CUID2 protocol in rust
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "cuid2"
version = "0.1.5"
authors = ["Matthew Planchard <msplanchard@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of the CUID2 protocol in rust"
homepage = "https://github.com/mplanchard/cuid-rust"
documentation = "https://docs.rs/cuid/latest/cuid2/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mplanchard/cuid-rust"
resolver = "2"

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

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

[[bench]]
name = "cuid2"
path = "benches/cuid2.rs"
harness = false

[dependencies.cuid-util]
version = "0.1.1"

[dependencies.num]
version = "0.4.0"
features = ["num-bigint"]

[dependencies.rand]
version = "0.10.1"

[dependencies.sha3]
version = "0.11.0"

[dev-dependencies.paste]
version = "1.0.15"

[dev-dependencies.wasm-bindgen-test]
version = "0.3.68"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.criterion]
version = "0.5.0"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.num_cpus]
version = "1.15.0"

[target.'cfg(not(target_family = "wasm"))'.dev-dependencies.proptest]
version = "1.0.0"

[target.'cfg(target_family = "wasm")'.dependencies.getrandom]
version = "0.4.2"
features = ["wasm_js"]

[target.'cfg(target_family = "wasm")'.dependencies.web-time]
version = "1.1.0"