We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e49bbe commit ac91db1Copy full SHA for ac91db1
Cargo.toml
@@ -16,10 +16,10 @@ json-serde = ["serde_json", "serde"]
16
# Enable SourceFile support for deserializing using the "toml_edit" crate
17
toml-edit = ["toml_edit"]
18
# Enable reqwest-based http file fetching
19
-remote = ["remote-min", "reqwest/rustls-tls-native-roots"]
+remote = ["reqwest", "image"]
20
# On the off-chance native tls roots cause a problem, they can be opted out of
21
# by only using remote-min
22
-remote-min = ["reqwest", "image"]
+tls-native-roots = ["reqwest/rustls-tls-native-roots"]
23
# Enable support for reading and writing zips and tarballs
24
compression = ["compression-tar", "compression-zip"]
25
# Enable support for reading and writing tarballs
0 commit comments