mr-ulid 3.0.0

Robust and Hassle-Free ULIDs (Universally Unique Lexicographically Sortable Identifier)
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 = "mr-ulid"
version = "3.0.0"
authors = ["Michael Roth <mail@mroth.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Robust and Hassle-Free ULIDs (Universally Unique Lexicographically Sortable Identifier)"
readme = "README.md"
keywords = [
    "ulid",
    "unique",
    "identifier",
    "lexicographical",
]
categories = [
    "encoding",
    "data-structures",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/mrothNET/mr-ulid"

[package.metadata."docs.rs"]
all-features = true

[features]
default = ["rand"]

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

[dependencies.rand]
version = "0.10"
features = [
    "sys_rng",
    "std_rng",
]
optional = true

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

[dev-dependencies.serde_derive]
version = "1"

[dev-dependencies.serde_json]
version = "1"

[lints.clippy]
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"