tapir-rs/Cargo.toml

31 lines
647 B
TOML
Raw Normal View History

[package]
name = "tapir"
version = "0.1.0"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[workspace]
members = ["deps/rust-socks"]
[[test]]
name = "simple_setup"
[dependencies]
rand = "0.7.3"
curve25519-dalek = "3.0.0"
x25519-dalek = "1.1"
ed25519-dalek = "1.0.1"
merlin = "2.0.0"
hex = "0.4.2"
base32 = "0.4.0"
base64 = "0.13.0"
sha3 = "0.9.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.59"
byteorder = "1.3.4"
socks = {path="./deps/rust-socks"}
integer-encoding = "2.1.1"
secretbox = "0.1.2"