diplonat/Cargo.toml

25 lines
721 B
TOML
Raw Permalink Normal View History

2020-02-12 17:33:10 +00:00
[package]
name = "diplonat"
version = "0.1.0"
authors = ["Quentin <quentin@deuxfleurs.fr>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.28"
envy = "0.4"
futures = "0.3.5"
get_if_addrs = "0.5"
igd = { version = "0.12.0", features = ["aio"] }
iptables = "0.2.2"
2020-05-09 13:33:02 +00:00
log = "0.4"
pretty_env_logger = "0.4"
regex = "1"
2021-12-30 19:42:56 +00:00
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls-manual-roots" ] }
2020-05-21 21:04:21 +00:00
serde = { version = "1.0.107", features = ["derive"] }
2020-05-22 12:17:48 +00:00
serde-lexpr = "0.1.1"
serde_json = "1.0.53"
tokio = { version = "1", features = ["sync", "rt-multi-thread", "net", "macros"] }
stun-client = "0.1.2"