sphinx_replay_cache 0.0.0

Sphinx cryptographic packet replay writeback cache.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "sphinx_replay_cache"
version = "0.0.0"
authors = ["David Stainton <dawuud@riseup.net>"]
description = "Sphinx cryptographic packet replay writeback cache."
homepage = "https://github.com/david415/sphinx_replay_cache"
documentation = "https://docs.rs/sphinx_replay_cache/"
readme = "README.md"
keywords = ["cryptography", "sphinx", "mix", "replay", "cache"]
license = "AGPL-3.0-only"
repository = "https://github.com/david415/sphinx_replay_cache"
[dependencies.bloom]
version = "0.3.2"

[dependencies.byteorder]
version = "1.2.6"

[dependencies.ecdh_wrapper]
version = "0.0.7"

[dependencies.log]
version = "0.4.3"

[dependencies.rand]
version = "^0.4.2"

[dependencies.sled]
version = "0.16.2"

[dependencies.sphinxcrypto]
version = "0.0.15"
[dev-dependencies.rand]
version = "^0.4.2"

[dev-dependencies.tempfile]
version = "3.0.4"