diff --git a/crates/teloxide-core/Cargo.toml b/crates/teloxide-core/Cargo.toml index 56b5fd54..2b8db2b1 100644 --- a/crates/teloxide-core/Cargo.toml +++ b/crates/teloxide-core/Cargo.toml @@ -22,6 +22,7 @@ categories = ["api-bindings", "asynchronous"] default = ["native-tls"] rustls = ["reqwest/rustls-tls"] +rustls-native-roots = ["reqwest/rustls-tls-native-roots"] native-tls = ["reqwest/native-tls"] # Features which require nightly compiler. diff --git a/crates/teloxide/Cargo.toml b/crates/teloxide/Cargo.toml index 823d4099..ef204d2c 100644 --- a/crates/teloxide/Cargo.toml +++ b/crates/teloxide/Cargo.toml @@ -42,6 +42,7 @@ ctrlc_handler = ["tokio/signal"] native-tls = ["teloxide-core/native-tls"] rustls = ["teloxide-core/rustls"] +rustls-native-roots = ["teloxide-core/rustls-native-roots"] throttle = ["teloxide-core/throttle"] cache-me = [ "teloxide-core/cache_me",