ee74ad6adb
# Conflicts: # Cargo.lock # Cargo.toml # src/main.rs
23 lines
683 B
TOML
23 lines
683 B
TOML
[package]
|
|
name = "wgautomesh"
|
|
version = "0.1.1"
|
|
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.215", features = ["derive"] }
|
|
bincode = "1.3"
|
|
toml = { version = "0.8", default-features = false, features = ["parse"] }
|
|
xsalsa20poly1305 = "0.9"
|
|
blake3 = "1.5"
|
|
pnet = "0.35.0"
|
|
rupnp = "2.0.0"
|
|
tokio = { version = "1.41.1", features = ["rt", "rt-multi-thread", "macros"] }
|
|
futures = "0.3.31"
|
|
ipnet = { version = "2.10.1", features = ["serde"] }
|