Support rustls

This was teloxide-based applications can be easily compiled for musl
targets.
This commit is contained in:
Mikail Bagishov 2020-11-11 20:16:08 +03:00 committed by Waffle
parent 8e011b7e60
commit e289729055

View file

@ -40,6 +40,9 @@ vecrem = { git = "https://github.com/WaffleLapkin/vecrem", rev = "6b9b6f42342df8
[features]
default = []
rustls = ["reqwest/rustls"]
native-tls = ["reqwest/native-tls"]
# Features which require nightly compiler.
#
# Currently the only used compiler feature is feature(type_alias_impl_trait)