equix 0.6.0

Asymmetric function for client puzzle protocols
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"
rust-version = "1.89"
name = "equix"
version = "0.6.0"
authors = [
    "The Tor Project, Inc.",
    "Micah Elizabeth Scott <beth@torproject.org>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Asymmetric function for client puzzle protocols"
homepage = "https://gitlab.torproject.org/tpo/core/arti/-/wikis/home"
readme = "README.md"
keywords = ["cryptography"]
categories = ["cryptography"]
license = "LGPL-3.0-only"
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"

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

[features]
__is_experimental = []
bucket-array = ["__is_experimental"]
compiler = ["hashx/compiler"]
default = ["compiler"]
experimental = ["bucket-array"]
full = [
    "compiler",
    "hashx/full",
]

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

[[test]]
name = "equix_hash"
path = "tests/equix_hash.rs"

[[test]]
name = "equix_verify"
path = "tests/equix_verify.rs"

[[test]]
name = "tor_equix_vectors"
path = "tests/tor_equix_vectors.rs"

[dependencies.arrayvec]
version = "0.7.4"

[dependencies.hashx]
version = "0.7.0"
default-features = false

[dependencies.num-traits]
version = "0.2.15"

[dependencies.thiserror]
version = "2"

[dependencies.visibility]
version = "0.1.0"

[dev-dependencies.permutohedron]
version = "0.2.4"