Cargo Features

[dependencies]
txboost-rs = { version = "0.1.0", default-features = false, features = ["openssl", "rustls"] }
default = openssl

The openssl feature is set by default whenever txboost-rs is added without default-features = false somewhere in the dependency tree.

openssl default

Enables openssl of ethers and default-tls of reqwest

reqwest:

Note: this doesn't enable the 'native-tls' feature, which adds specific functionality for it.

rustls

Enables rustls of ethers, rustls-tls of reqwest

txboost-rs has 3 features without comments.