Cargo Features
[dependencies]
tweetust = { version = "0.10.0", default-features = false, features = ["hyper-native-tls"] }
- default = hyper-native-tls
-
The
hyper-native-tls
feature is set by default whenevertweetust
is added without
somewhere in the dependency tree.default-features = false
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- hyper-native-tls default
-
Enables hyper-native-tls ^0.2