Skip to content

Commit

Permalink
fixup! Allow service account feature without hyper-rustls
Browse files Browse the repository at this point in the history
  • Loading branch information
threema-donat committed Jun 26, 2024
1 parent 92fbdff commit bebec59
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ required-features = ["hyper-rustls", "service-account", "ring"]
default = ["hyper-rustls", "service-account", "ring"]
service_account = ["service-account"]
service-account = ["rustls-pemfile"]
hyper-rustls = ["dep:hyper-rustls", "dep:rustls"]
hyper-rustls = ["dep:hyper-rustls", "__rustls"]
ring = ["rustls/ring", "hyper-rustls?/ring"]
aws-lc-rs = ["rustls/aws_lc_rs", "hyper-rustls?/aws-lc-rs"]
hyper-tls = ["dep:hyper-tls", "dep:rustls"]
hyper-tls = ["dep:hyper-tls", "__rustls"]
# hidden features
__rustls = ["dep:rustls"]

[dependencies]
anyhow = "1.0.38"
Expand Down

0 comments on commit bebec59

Please sign in to comment.