Cargo Features

[dependencies]
async-stripe = { version = "1.0.0-alpha.2", default-features = false, features = ["default-tls", "native-tls", "rustls-tls-webpki-roots", "rustls-tls-native", "blocking", "async-std-surf", "uuid"] }
default = default-tls

The default-tls feature is set by default whenever async-stripe is added without default-features = false somewhere in the dependency tree.

default-tls default native-tls?

Enables http-body-util, hyper, hyper-tls, and hyper-util

native-tls = default-tls
rustls-tls-webpki-roots

Enables hyper-util, http-body-util and hyper, webpki-roots of hyper-rustls

rustls-tls-native

Enables hyper-util, http-body-util and hyper, rustls-native-certs of hyper-rustls

blocking

Enables http-body-util, hyper, and hyper-util

Affects hyper::blocking

async-std-surf = async-std, http-types, surf

Affects async-stripe::async_std

uuid

Enables uuid of async-stripe-client-core

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.

async-std async-std-surf?

Enables async-std

async-std-surf deps

surf async-std-surf?
http-types async-std-surf?