# 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.3" authors = ["David Stainton "] description = "Sphinx cryptographic packet replay writeback cache." homepage = "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" repository = "https://github.com/sphinx-cryptography/sphinx_replay_cache" [dependencies.bloom] version = "0.3.2" [dependencies.byteorder] version = "1.2.6" [dependencies.ecdh_wrapper] version = "0.0.9" [dependencies.epoch] version = "0.0.2" [dependencies.log] version = "0.4.3" [dependencies.rand] version = "^0.4.2" [dependencies.sled] version = "0.17.9" [dependencies.sphinxcrypto] version = "0.0.19" [dev-dependencies.rand] version = "^0.4.2" [dev-dependencies.tempfile] version = "3.0.4"