fix spelling

This commit is contained in:
Skgland
2026-05-24 23:55:19 +02:00
committed by Bennet Bleßmann
parent f2195c2362
commit 61ebcdb56e
2 changed files with 17 additions and 17 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-inpure due to ring
# crypto-impure 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,8 @@ hostname = ["dep:hostname"]
tls = ["dep:native-tls"]
http = ["dep:warp", "dep:reqwest"]
# crypto function that require non pure-rust dependencies
crypto-inpure = ["dep:ring"]
crypto-full = ["crypto-inpure"]
crypto-impure = ["dep:ring"]
crypto-full = ["crypto-impure"]
[lints.clippy]
collapsible_match = "allow"