tapir-rs/Cargo.toml

39 lines
857 B
TOML

[package]
name = "tapir-cwtch"
version = "0.1.11"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"
license = "MIT"
description = "Tapir is a small library for building p2p applications over anonymous communication systems"
repository = "https://git.openprivacy.ca/sarah/tapir-rs"
[features]
# Compile with support for launching v3 onion services
onionv3 = []
[[test]]
name = "simple_setup"
[dependencies]
rand = "0.7.3"
curve25519-dalek = "3.0.0"
x25519-dalek = "1.1"
ed25519-dalek = {version = "1.0.1", features=["serde"]}
merlin = "2.0.0"
hex = "0.4.2"
base32 = "0.4.0"
base64 = "0.13.0"
sha1 = "0.6.0"
sha3 = "0.9.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.61"
byteorder = "1.3.4"
socks = "0.3.3"
integer-encoding = "2.1.1"
secretbox = "0.1.2"
subtle = "2.3.0"
hashbrown = "0.9.1"
which = "4.0.2"