Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormshield-robinc committed Jul 20, 2023
1 parent 2d2d3ed commit ecf0626
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ all-features = true
[features]
default = [
"rustls",
"services-redis-rustls",

"services-azblob",
"services-azdfs",
"services-cos",
Expand All @@ -62,9 +64,9 @@ docs = []
trust-dns = ["reqwest/trust-dns"]

# Enable rustls for TLS support
rustls = ["reqwest/rustls-tls-native-roots", "redis?/tokio-rustls-comp"]
rustls = ["reqwest/rustls-tls-native-roots"]
# Enable native-tls for TLS support
native-tls = ["reqwest/native-tls", "redis?/tokio-native-tls-comp"]
native-tls = ["reqwest/native-tls"]
# Enable vendored native-tls for TLS support
native-tls-vendored = ["reqwest/native-tls-vendored"]

Expand Down Expand Up @@ -144,6 +146,8 @@ services-oss = [
services-persy = ["dep:persy"]
services-redb = ["dep:redb"]
services-redis = ["dep:redis"]
services-redis-rustls = ["redis?/tokio-rustls-comp"]
services-redis-native-tls = ["redis?/tokio-native-tls-comp"]
services-rocksdb = ["dep:rocksdb"]
services-s3 = [
"dep:reqsign",
Expand Down

0 comments on commit ecf0626

Please sign in to comment.