aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e036b4a0be620b5aa3f6a9bf376ae3c7837fca8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "wgautomesh"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
xxhash-rust = { version = "0.8", default-features = false, features = ["xxh3"] }
anyhow = "1.0"
log = "0.4"
pretty_env_logger = "0.5"

serde = { version = "1.0", features = ["derive"] }
bincode = "1.3"
toml = { version = "0.8", default-features = false, features = ["parse"] }
xsalsa20poly1305 = "0.9"
blake3 = "1.5"

igd = { version = "0.12", default-features = false }
get_if_addrs = "0.5"