tapir-rs/Cargo.toml

31 lines
801 B
TOML
Raw Normal View History

[package]
name = "tapir"
version = "0.1.0"
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"
2021-01-12 12:35:14 +00:00
repository = "https://git.openprivacy.ca/sarah/tapir-rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[[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"
2020-11-23 08:14:09 +00:00
socks = "0.3.3"
integer-encoding = "2.1.1"
2020-11-23 08:14:09 +00:00
secretbox = "0.1.2"
subtle = "2.3.0"
hashbrown = "0.9.1"