Cargo Features

async-stripe-payment has no features set by default.

[dependencies]
async-stripe-payment = { version = "1.0.0-alpha.2", features = ["full", "serialize", "deserialize", "confirmation_token", "payment_method", "payment_method_configuration", "source"] }
full = bank_account, card, confirmation_token, payment_link, payment_method, payment_method_configuration, payment_method_domain, source
serialize

Enables serialize of async-stripe-shared and async-stripe-types

deserialize

Enables serde_json, deserialize of async-stripe-shared and async-stripe-types

bank_account card confirmation_token full?
payment_link payment_method full?
payment_method_configuration full?
payment_method_domain source full?

async-stripe-payment has 7 features without comments.