rqbit/crates/upnp/Cargo.toml
Igor Katson cf2f9f34e8
Update dependencies (#94)
* Update deps

* Pin clap to older

* pin clap complete
2024-03-22 09:02:25 +00:00

28 lines
No EOL
906 B
TOML

[package]
name = "librqbit-upnp"
version = "0.1.0"
authors = ["Igor Katson <igor.katson@gmail.com>"]
edition = "2021"
description = "Library used by rqbit torrent client to lease port forwards on the router."
license = "Apache-2.0"
documentation = "https://docs.rs/librqbit-upnp"
repository = "https://github.com/ikatson/rqbit"
readme = "README.md"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing = "0.1"
anyhow = "1"
reqwest = {version = "0.12"}
serde = {version = "1", features = ["derive"]}
serde-xml-rs = "0.6.0"
tokio = {version = "1", features = ["macros"]}
futures = "0.3"
url = "2"
async-recursion = "1"
network-interface = { git = 'https://github.com/ikatson/network-interface', branch = "compile-on-freebsd" }
[dev-dependencies]
tokio = {version = "1", features = ["macros", "rt-multi-thread"]}
tracing-subscriber = "0.3"