[package] name = "sphinx_replay_cache" version = "0.0.3" authors = ["David Stainton "] description = "Sphinx cryptographic packet replay writeback cache." homepage = "https://github.com/sphinx-cryptography/sphinx_replay_cache" repository = "https://github.com/sphinx-cryptography/sphinx_replay_cache" documentation = "https://docs.rs/sphinx_replay_cache/" readme = "README.md" keywords = ["cryptography", "sphinx", "mix", "replay", "cache"] license = "AGPL-3.0-only" [dependencies] epoch = "0.0.2" sphinxcrypto = "0.0.19" ecdh_wrapper = "0.0.9" rand = "^0.4.2" bloom = "0.3.2" sled = "0.17.9" byteorder = "1.2.6" log = "0.4.3" [dev-dependencies] rand = "^0.4.2" tempfile = "3.0.4" #[[bench]] #name = "sphinx_replay_cache_benchmark" #harness = false