orthodoxy 0.2.2

A collection of my utility libraries
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 = "orthodoxy"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A collection of my utility libraries"
readme = "README.md"
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/atomizing/orthodoxy"

[features]
all = [
    "id",
    "hish",
    "tag",
    "services",
    "annotations",
]
annotations = [
    "dep:facet-json",
    "dep:camino",
    "dep:facet-format",
    "dep:xattr",
]
default = ["all"]
hish = [
    "dep:bytes",
    "dep:blake3",
    "dep:sha3",
    "dep:base32ct",
    "dep:base64ct",
]
id = [
    "dep:rand",
    "dep:thiserror",
    "dep:base32",
]
services = [
    "dep:sd-notify",
    "dep:futures",
]
tag = [
    "dep:facet-value",
    "dep:ordered-float",
    "dep:base64ct",
    "dep:bytes",
]

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

[dependencies.base32]
version = "0.5.1"
optional = true

[dependencies.base32ct]
version = "0.3.1"
optional = true

[dependencies.base64ct]
version = "1.8.3"
features = ["std"]
optional = true

[dependencies.blake3]
version = "1.8.5"
optional = true

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

[dependencies.camino]
version = "1.2.2"
optional = true

[dependencies.facet]
version = "0.46.0"
features = [
    "alloc",
    "bytes",
    "camino",
    "ordered-float",
]

[dependencies.facet-format]
version = "0.47.1"
optional = true

[dependencies.facet-json]
version = "0.46.1"
features = ["std"]
optional = true

[dependencies.facet-value]
version = "0.46.0"
optional = true

[dependencies.futures]
version = "0.3.32"
optional = true

[dependencies.ordered-float]
version = "5.3.0"
optional = true

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

[dependencies.sd-notify]
version = "0.5.0"
optional = true

[dependencies.sha3]
version = "0.11.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"
optional = true

[dependencies.tracing]
version = "0.1.44"
features = ["log"]

[dependencies.xattr]
version = "1.6.1"
optional = true