diff --git a/Cargo.toml b/Cargo.toml index ec91777..4cc2467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ include = [ ] [features] -default = ["tonic/tls-roots"] +default = ["tls-roots"] ## Feature that enables support for the [actix framework](https://actix.rs/). actix = ["credentials", "oidc", "dep:actix-web"] @@ -53,6 +53,7 @@ api-settings-v2 = ["api-common", "zitadel-settings-v2" ] api-user-v2 = ["api-common", "zitadel-user-v2" ] api-common = ["dep:prost", "dep:prost-types", "dep:tonic", "dep:tonic-types", "dep:pbjson-types" ] +tls-roots = ["tonic/tls-roots"] tls-webpki-roots = ["tonic/tls-webpki-roots"]