chore: enable libcurl by default

This commit is contained in:
iff 2024-12-08 19:21:40 +01:00
parent ae8951c935
commit d76d683fd7
2 changed files with 3 additions and 2 deletions

View file

@ -21,6 +21,7 @@ textwrap = { version = "0.16", features = ["terminal_size"] }
curl = { version = "0.4", optional = true }
[features]
default = ["libcurl"]
# linking to libcurl dynamically requires openssl when compiling and
# complicates cross compilation
libcurl = ["dep:curl"]