Skip to content

Commit 516e3ac

Browse files
committed
Alphabetically sort features
1 parent 3a4d5d7 commit 516e3ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ documentation = "https://docs.rs/hyper-rustls/"
1313
[features]
1414
default = ["native-tokio", "http1", "tls12", "logging", "aws-lc-rs"]
1515
aws-lc-rs = ["rustls/aws_lc_rs"]
16+
fips = ["aws-lc-rs", "rustls/fips"]
1617
http1 = ["hyper-util/http1"]
1718
http2 = ["hyper-util/http2"]
18-
webpki-tokio = ["webpki-roots"]
19+
logging = ["log", "tokio-rustls/logging", "rustls/logging"]
1920
native-tokio = ["rustls-native-certs"]
2021
ring = ["rustls/ring"]
2122
tls12 = ["tokio-rustls/tls12", "rustls/tls12"]
22-
logging = ["log", "tokio-rustls/logging", "rustls/logging"]
23-
fips = ["aws-lc-rs", "rustls/fips"]
23+
webpki-tokio = ["webpki-roots"]
2424

2525
[dependencies]
2626
http = "1"

0 commit comments

Comments
 (0)