1234567891011121314151617181920212223 |
- [package]
- name = "lox_test"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- lox-library = { git = "https://gitlab.torproject.org/tpo/anti-censorship/lox-rs.git", version = "0.1.0" }
- lox_utils = { git = "https://gitlab.torproject.org/tpo/anti-censorship/lox-rs.git", version = "0.1.0" }
- curve25519-dalek = { package = "curve25519-dalek-ng", version = "3", default-features = false, features = ["serde", "std"] }
- ed25519-dalek = { version = "1", features = ["serde"] }
- getopts = "0.2"
- serde = "1"
- bincode = "1"
- serde_json = "1.0"
- serde_with = "1.9.1"
- time = "0.2"
- tokio = { version = "1.20", features = ["full"] }
- hyper = { version = "0.14", features = ["full"] }
- async-trait = "0.1.68"
|