-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
29 lines (26 loc) · 771 Bytes
/
Cargo.toml
File metadata and controls
29 lines (26 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "sphinx_replay_cache"
version = "0.0.3"
authors = ["David Stainton <dawuud@riseup.net>"]
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