# 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-serve" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple UPnP MediaServer implementation" documentation = "https://docs.rs/librqbit-upnp-serve" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/ikatson/rqbit" [lib] name = "librqbit_upnp_serve" path = "src/lib.rs" [[example]] name = "upnp-stub-server" path = "examples/upnp-stub-server.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.axum] version = "0.7.5" features = ["tokio"] [dependencies.bstr] version = "1.10.0" [dependencies.gethostname] version = "0.5.0" [dependencies.http] version = "1.1.0" [dependencies.httparse] version = "1.9.4" [dependencies.librqbit-core] version = "4" default-features = false [dependencies.librqbit-sha1-wrapper] version = "4" default-features = false [dependencies.librqbit-upnp] version = "0.1" default-features = false [dependencies.mime_guess] version = "2.0.5" [dependencies.parking_lot] version = "0.12.3" [dependencies.quick-xml] version = "0.36.1" features = ["serialize"] [dependencies.reqwest] version = "0.12.7" default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.socket2] version = "0.5.7" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tokio-util] version = "0.7.11" [dependencies.tracing] version = "0.1.40" [dependencies.url] version = "2.5.2" [dependencies.uuid] version = "1.10.0" features = ["v4"] [dev-dependencies.tower-http] version = "0.5" features = ["trace"] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] default = ["sha1-crypto-hash"] sha1-crypto-hash = ["librqbit-sha1-wrapper/sha1-crypto-hash"] sha1-ring = ["librqbit-sha1-wrapper/sha1-ring"]