merge crypto-impure feature into feature crypto-full

This commit is contained in:
Skgland
2026-05-25 19:07:20 +02:00
committed by Bennet Bleßmann
parent 61ebcdb56e
commit bdba7ba0f5
2 changed files with 16 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ default = ["all-simple-cross", "tls", "http"]
# currently does not include
# ffi due to libffi
# tls, http due to openssl
# crypto-impure due to ring
# crypto-full due to ring
all-pure = ["repl", "hostname"]
# enables all features that are simple to get working for cross-compliation
# currently all but tls, http as those depend on openssl
@@ -34,8 +34,7 @@ hostname = ["dep:hostname"]
tls = ["dep:native-tls"]
http = ["dep:warp", "dep:reqwest"]
# crypto function that require non pure-rust dependencies
crypto-impure = ["dep:ring"]
crypto-full = ["crypto-impure"]
crypto-full = ["dep:ring"]
[lints.clippy]
collapsible_match = "allow"