tnid 0.0.2

A UUID compatible ID with static type checking
Documentation
[dependencies.aes]
optional = true
version = "0.8.4"

[dependencies.fpe]
optional = true
version = "0.6.1"

[dependencies.rand]
optional = true
version = "0.8.5"

[dependencies.time]
optional = true
version = "0.3.36"

[dependencies.uuid]
optional = true
version = "1"

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.uuid]
features = ["v4"]
version = "1"

[features]
default = ["time", "rand"]
encryption = ["dep:aes", "dep:fpe"]
rand = ["dep:rand"]
time = ["dep:time"]
uuid = ["dep:uuid"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A UUID compatible ID with static type checking"
documentation = "https://docs.rs/tnid"
edition = "2024"
license = "MIT"
name = "tnid"
readme = "README.md"
repository = "https://github.com/mkeedlinger/tnid"
version = "0.0.2"