cuid 2.0.2

An ipmlementation of CUID 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 = "cuid"
version = "2.0.2"
authors = ["Matthew Planchard <msplanchard@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An ipmlementation of CUID protocol in rust"
homepage = "https://github.com/mplanchard/cuid-rust"
documentation = "https://docs.rs/cuid/latest/cuid/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/mplanchard/cuid-rust"
resolver = "2"

[features]
default = [
    "v1",
    "v2",
]
v1 = ["dep:cuid1"]
v2 = ["dep:cuid2"]

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

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

[dependencies.cuid1]
version = "0.1.0"
optional = true

[dependencies.cuid2]
version = "0.1.3"
optional = true

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

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