[dependencies.nym-crypto]
default-features = false
features = ["hashing", "stream_cipher", "aead"]
version = "1.20.4"
[dependencies.nym-sphinx-types]
version = "1.20.4"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.thiserror]
version = "2.0"
[features]
default = ["sphinx"]
outfox = ["nym-sphinx-types/outfox"]
sphinx = ["nym-sphinx-types/outfox"]
[lib]
name = "nym_sphinx_params"
path = "src/lib.rs"
[package]
authors = ["Nym Technologies SA"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Sphinx packet parameters for the Nym mixnet"
edition = "2024"
license = "Apache-2.0"
name = "nym-sphinx-params"
readme = false
repository = "https://github.com/nymtech/nym"
resolver = "2"
version = "1.20.4"