Cargo Features
async-stripe-checkout has no features set by default.
[dependencies]
async-stripe-checkout = { version = "1.0.0-alpha.2", features = ["full", "serialize", "deserialize", "checkout_session"] }
- full = checkout_session
- serialize
-
Enables serialize of async-stripe-shared and async-stripe-types
- deserialize
-
Enables serde_json, deserialize of async-stripe-shared and async-stripe-types
- checkout_session full?
async-stripe-checkout has 4 features without comments.