willow25 0.5.0

A ready-to-use implementation of the Willow specifications.
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 = "willow25"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A ready-to-use implementation of the Willow specifications."
homepage = "https://willowprotocol.org/rust/"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/worm-blossom/willow_rs"

[features]
default = ["std"]
dev = [
    "bab_rs/dev",
    "dep:arbitrary",
    "meadowcap/dev",
    "std",
    "willow-data-model/dev",
]
std = [
    "hifitime/std",
    "willow-data-model/std",
]

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

[[bin]]
name = "print_default_authorisation_token_signature"
path = "src/bin/print_default_authorisation_token_signature.rs"

[dependencies.anyhash]
version = "0.1.3"

[dependencies.arbitrary]
version = "1.0.2"
features = ["derive"]
optional = true

[dependencies.async-fs]
version = "2.2.0"

[dependencies.bab_rs]
version = "0.6.0"

[dependencies.base32]
version = "0.5.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.compact_u64]
version = "0.6.0"

[dependencies.const-hex]
version = "1.17.0"
default-features = false

[dependencies.constant_time_eq]
version = "0.4.2"
default-features = false

[dependencies.derive_more]
version = "2.1.1"
features = [
    "display",
    "error",
]
default-features = false

[dependencies.ed25519-dalek]
version = "2.2.0"
features = ["rand_core"]

[dependencies.fjall]
version = "3.0.3"

[dependencies.frugal_async]
version = "0.1.0"

[dependencies.hifitime]
version = "4.2.2"
default-features = false

[dependencies.meadowcap]
version = "0.5.0"

[dependencies.order_theory]
version = "0.1.6"

[dependencies.rand_core]
version = "0.6.4"

[dependencies.signature]
version = "2.2.0"

[dependencies.ufotofu]
version = "0.12.1"
default-features = false

[dependencies.willow-data-model]
version = "0.7.0"

[dependencies.willow25-macros]
version = "0.1.0"

[dev-dependencies.pollster]
version = "0.4.0"

[dev-dependencies.rand]
version = "0.8.0"

[lints.clippy]
large_enum_variant = "allow"
too_many_arguments = "allow"
type_complexity = "allow"

[lints.rust]
async_fn_in_trait = "allow"
missing_docs = "warn"