Cargo Features
async-stripe-product has no features set by default.
[dependencies]
async-stripe-product = { version = "1.0.0-alpha.2", features = ["full", "serialize", "deserialize", "product_feature", "tax_code", "tax_rate"] }
- full = coupon, price, product, product_feature, promotion_code, shipping_rate, tax_code, tax_rate
- serialize
-
Enables serialize of async-stripe-shared and async-stripe-types
- deserialize
-
Enables serde_json, deserialize of async-stripe-shared and async-stripe-types
- coupon price product product_feature full?
- promotion_code shipping_rate tax_code full?
- tax_rate full?
async-stripe-product has 6 features without comments.