Fix root crate compilation dependencies to force sha1*
This commit is contained in:
parent
9eed5aeb07
commit
0214817122
7 changed files with 47 additions and 3 deletions
|
|
@ -17,8 +17,19 @@ http-api = ["axum", "tower-http"]
|
|||
upnp-serve-adapter = ["upnp-serve"]
|
||||
webui = []
|
||||
timed_existence = []
|
||||
default-tls = ["reqwest/default-tls", "sha1w/sha1-crypto-hash"]
|
||||
rust-tls = ["reqwest/rustls-tls", "sha1w/sha1-ring"]
|
||||
default-tls = [
|
||||
"reqwest/default-tls",
|
||||
"sha1w/sha1-crypto-hash",
|
||||
"bencode/sha1-crypto-hash",
|
||||
"librqbit-core/sha1-crypto-hash",
|
||||
]
|
||||
rust-tls = [
|
||||
"reqwest/rustls-tls",
|
||||
"sha1w/sha1-ring",
|
||||
"sha1w/sha1-ring",
|
||||
"bencode/sha1-ring",
|
||||
"librqbit-core/sha1-ring",
|
||||
]
|
||||
storage_middleware = ["lru"]
|
||||
storage_examples = []
|
||||
tracing-subscriber-utils = ["tracing-subscriber"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue