# 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" rust-version = "1.77" name = "equix" version = "0.2.0" authors = [ "The Tor Project, Inc.", "Micah Elizabeth Scott ", ] build = 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/" [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.2.0" default-features = false [dependencies.num-traits] version = "0.2.15" [dependencies.thiserror] version = "1.0.40" [dependencies.visibility] version = "0.1.0" [dev-dependencies.permutohedron] version = "0.2.4" [features] __is_experimental = [] bucket-array = ["__is_experimental"] compiler = ["hashx/compiler"] default = ["compiler"] experimental = ["bucket-array"] full = [ "compiler", "hashx/full", ]