[package]
edition = "2021"
name = "fiber-sphinx"
version = "2.3.0"
description = "A Rust implementation of the Sphinx mix network."
homepage = "https://github.com/cryptape/fiber-sphinx"
documentation = "https://docs.rs/fiber-sphinx"
readme = "README.md"
license-file = "COPYING.md"
[dependencies.chacha20]
version = "0.9.1"
[dependencies.hmac]
version = "0.12.1"
[dependencies.secp256k1]
version = "0.30"
features = ["serde"]
[dependencies.sha2]
version = "0.10.8"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.hex-conservative]
version = "0.2.1"