ulys 31.0.2

a Universally Unique Lexicographically Sortable Identifier implementation, with a checksum
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 = "2021"
name = "ulys"
version = "31.0.2"
authors = [
    "dylanhart <dylan96hart@gmail.com>",
    "adriantombu <adrian+ulys@ystorian.com>",
    "cyann <flavien+ulys@ystorian.com",
]
build = false
exclude = [
    ".github/*",
    ".just/*",
    ".vscode/*",
    ".editorconfig",
    ".markdownlint.json",
    "deny.toml",
    "justfile",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a Universally Unique Lexicographically Sortable Identifier implementation, with a checksum"
readme = "README.md"
keywords = [
    "ulys",
    "ulid",
    "uuid",
    "sortable",
    "identifier",
]
license = "MIT"
repository = "https://github.com/ystorian/ulys"

[features]
default = []
postgres = [
    "dep:bytes",
    "dep:postgres-types",
]
serde = [
    "dep:serde",
    "dep:serde_derive",
    "dep:uuid",
]
uuid = ["dep:uuid"]

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

[dependencies.base32]
version = "0.5"

[dependencies.bytes]
version = "1.12"
optional = true

[dependencies.postgres-types]
version = "0.2"
optional = true

[dependencies.rand]
version = "0.10"

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

[dependencies.serde_derive]
version = "1.0"
optional = true

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

[dependencies.xxhash-rust]
version = "0.8"
features = [
    "xxh3",
    "const_xxh3",
]

[profile.ci]
opt-level = 0
debug = 0
incremental = false
inherits = "dev"

[profile.ci.package."*"]
opt-level = 0
debug = 0
incremental = false

[profile.dev]
debug = "line-tables-only"

[profile.dev.package."*"]
debug = 0