Files
nym/common/nymsphinx/params/Cargo.toml
T
2025-07-30 19:55:00 +02:00

21 lines
587 B
TOML

[package]
name = "nym-sphinx-params"
version.workspace = true
description = "Sphinx packet parameters for the Nym mixnet"
edition = { workspace = true }
authors = { workspace = true }
license = { workspace = true }
repository = { workspace = true }
[dependencies]
thiserror = { workspace = true }
serde = { workspace = true, features = ["derive"] }
nym-crypto = { path = "../../crypto", features = ["hashing", "stream_cipher", "aead"] }
nym-sphinx-types = { path = "../types" }
[features]
default = ["sphinx"]
sphinx = ["nym-sphinx-types/outfox"]
outfox = ["nym-sphinx-types/outfox"]