# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "librqbit-upnp" version = "0.1.1" authors = ["Igor Katson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library used by rqbit torrent client to lease port forwards on the router." documentation = "https://docs.rs/librqbit-upnp" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ikatson/rqbit" [lib] name = "librqbit_upnp" path = "src/lib.rs" [[example]] name = "upnp-forward" path = "examples/upnp-forward.rs" [dependencies.anyhow] version = "1" [dependencies.bstr] version = "1.10.0" [dependencies.futures] version = "0.3" [dependencies.httparse] version = "1.9.4" [dependencies.network-interface] version = "2" [dependencies.reqwest] version = "0.12" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.tokio] version = "1" features = ["macros"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3"