polytune 0.2.0-alpha.4

Maliciously-Secure Multi-Party Computation (MPC) Engine using Authenticated Garbling
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.0"
name = "polytune"
version = "0.2.0-alpha.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Maliciously-Secure Multi-Party Computation (MPC) Engine using Authenticated Garbling"
homepage = "https://polytune.org/"
readme = "README.md"
keywords = [
    "secure-computation",
    "garbled-circuits",
    "circuit-description",
    "smpc",
    "mpc",
]
categories = [
    "cryptography",
    "security",
]
license = "MIT"
repository = "https://github.com/sine-fdn/polytune/"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]

[package.metadata.cargo-machete]
ignored = ["hybrid-array"]

[features]
__bench = []

[lib]
name = "polytune"
path = "src/lib.rs"
bench = false

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

[[bench]]
name = "main"
path = "benches/main.rs"
harness = false
required-features = ["__bench"]

[dependencies.aes]
version = "=0.9.0-rc.2"

[dependencies.bincode]
version = "2.0.1"
features = [
    "std",
    "serde",
]
default-features = false

[dependencies.blake3]
version = "1.5.0"

[dependencies.bytemuck]
version = "1.24.0"
features = ["latest_stable_rust"]

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.curve25519-dalek]
version = "4.1.0"
features = ["rand_core"]

[dependencies.futures-util]
version = "0.3.31"
features = [
    "alloc",
    "async-await-macro",
]
default-features = false

[dependencies.garble_lang]
version = "0.7.0-alpha.1"

[dependencies.hybrid-array]
version = "0.4.5"
features = ["bytemuck"]

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_chacha]
version = "0.9.0"

[dependencies.rand_core_0_6]
version = "0.6"
package = "rand_core"

[dependencies.seq-macro]
version = "0.3.6"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.subtle]
version = "2.6.1"

[dependencies.tempfile]
version = "3.23.0"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.43"

[dependencies.wide]
version = "0.7.33"
features = ["serde"]

[dev-dependencies.criterion]
version = "0.8.1"
features = ["async_tokio"]

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.tokio]
version = "1.48.0"
features = ["full"]

[dev-dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[target.'cfg(any(target_arch = "aarch64", target_arch = "loongarch64", target_arch = "x86", target_arch = "x86_64"))'.dependencies.cpufeatures]
version = "0.2.17"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom_0_2]
version = "0.2.16"
features = ["js"]
package = "getrandom"

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom_0_3]
version = "0.3"
features = ["wasm_js"]
package = "getrandom"

[profile.debug-release]
debug = 2
inherits = "release"