Cargo Features

async-payjp-core has no features set by default.

[dependencies]
async-payjp-core = { version = "0.0.1", features = ["full", "serialize", "deserialize", "event", "term", "token"] }
full = account, balance, charge, customer, event, statement, subscription, tenant, term, three_d_secure_request, token
serialize

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

deserialize

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

account balance charge customer event full?
statement subscription tenant term full?
three_d_secure_request token full?

async-payjp-core has 6 features without comments.