fiber-sphinx 2.3.0

A Rust implementation of the Sphinx mix network.
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 = "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"