[package] name = "librqbit-upnp" version = "0.1.1" authors = ["Igor Katson "] 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", default-features = false } serde = { version = "1", features = ["derive"] } serde-xml-rs = "0.6.0" tokio = { version = "1", features = ["macros"] } futures = "0.3" url = "2" network-interface = { version = "2", git = 'https://github.com/ikatson/network-interface', branch = "compile-on-freebsd" } httparse = "1.9.4" bstr = "1.10.0" [dev-dependencies] tokio = { version = "1", features = ["macros", "rt-multi-thread"] } tracing-subscriber = "0.3"