add a features for gating things we can use once 1.80 is msrv

This commit is contained in:
Bennet Bleßmann
2024-07-25 23:09:17 +02:00
parent 0da313eb84
commit 3ad4b05a97
2 changed files with 24 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ hostname = ["dep:hostname"]
tls = ["dep:native-tls"]
http = ["dep:warp", "dep:reqwest"]
crypto-full = []
"rust-version-1.80" = []
[build-dependencies]
indexmap = "1.0.2"