Cargo Features
async-stripe-treasury has no features set by default.
[dependencies]
async-stripe-treasury = { version = "1.0.0-alpha.2", features = ["full", "serialize", "deserialize", "treasury_credit_reversal", "treasury_debit_reversal", "treasury_financial_account", "treasury_inbound_transfer", "treasury_outbound_payment", "treasury_outbound_transfer", "treasury_received_credit", "treasury_transaction", "treasury_transaction_entry"] }
- full = treasury_credit_reversal, treasury_debit_reversal, treasury_financial_account, treasury_inbound_transfer, treasury_outbound_payment, treasury_outbound_transfer, treasury_received_credit, treasury_received_debit, treasury_transaction, treasury_transaction_entry
- serialize
-
Enables serialize of async-stripe-shared and async-stripe-types
- deserialize
-
Enables serde_json, deserialize of async-stripe-shared and async-stripe-types
- treasury_credit_reversal full?
- treasury_debit_reversal full?
- treasury_financial_account full?
- treasury_inbound_transfer full?
- treasury_outbound_payment full?
- treasury_outbound_transfer full?
- treasury_received_credit full?
- treasury_received_debit treasury_transaction full?
- treasury_transaction_entry full?
async-stripe-treasury has 12 features without comments.