v7.0.0 prep further

This commit is contained in:
Igor Katson 2024-08-27 18:32:09 +01:00
parent 31a254103c
commit 5717f33f68
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
6 changed files with 45 additions and 39 deletions

60
Cargo.lock generated
View file

@ -1522,6 +1522,7 @@ dependencies = [
"librqbit-sha1-wrapper",
"librqbit-tracker-comms",
"librqbit-upnp",
"librqbit-upnp-serve",
"lru",
"memmap2",
"mime_guess",
@ -1545,7 +1546,6 @@ dependencies = [
"tower-http",
"tracing",
"tracing-subscriber",
"upnp-serve",
"url",
"urlencoding",
"uuid",
@ -1691,6 +1691,34 @@ dependencies = [
"url",
]
[[package]]
name = "librqbit-upnp-serve"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.7.5",
"bstr",
"gethostname",
"http 1.1.0",
"httparse",
"librqbit-core",
"librqbit-sha1-wrapper",
"librqbit-upnp",
"mime_guess",
"parking_lot",
"quick-xml",
"reqwest",
"serde",
"socket2",
"tokio",
"tokio-util",
"tower-http",
"tracing",
"tracing-subscriber",
"url",
"uuid",
]
[[package]]
name = "libsqlite3-sys"
version = "0.28.0"
@ -2515,6 +2543,7 @@ dependencies = [
"futures",
"libc",
"librqbit",
"librqbit-upnp-serve",
"openssl",
"parking_lot",
"parse_duration",
@ -2527,7 +2556,6 @@ dependencies = [
"tokio-util",
"tracing",
"tracing-subscriber",
"upnp-serve",
]
[[package]]
@ -3583,34 +3611,6 @@ version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "upnp-serve"
version = "0.1.0"
dependencies = [
"anyhow",
"axum 0.7.5",
"bstr",
"gethostname",
"http 1.1.0",
"httparse",
"librqbit-core",
"librqbit-sha1-wrapper",
"librqbit-upnp",
"mime_guess",
"parking_lot",
"quick-xml",
"reqwest",
"serde",
"socket2",
"tokio",
"tokio-util",
"tower-http",
"tracing",
"tracing-subscriber",
"url",
"uuid",
]
[[package]]
name = "url"
version = "2.5.2"