evil-id 0.1.3

A very easy to use (and evil) id type.
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 = "evil-id"
version = "0.1.3"
authors = ["Anamee"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A very easy to use (and evil) id type."
readme = "README.md"
keywords = [
    "id",
    "evil",
]
license = "MIT"
repository = "https://github.com/the-aNamee/evil-id"

[features]
all = [
    "serde",
    "number",
    "beep",
]
beep = []
number = []
serde = ["dep:serde"]

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "stress_test"
path = "examples/stress_test.rs"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]
default-features = false

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1.0.219"
optional = true