Cargo Features

Cashier has no features set by default.

[dependencies]
cashier = { version = "0.1.3", features = ["full", "dynamo", "redis", "postgres"] }
full = dynamo, redis
dynamo full?

Enables aws-config and aws-sdk-dynamodb

Affects cashier::dynamo

redis full?

Enables redis ^0.24.0

Affects cashier::redis

Features from optional dependencies

postgres implicit feature

Enables postgres

postgres:

A native, synchronous PostgreSQL client