Cargo Features

freighter-api-types has no features set by default.

[dependencies]
freighter-api-types = { version = "1.0.0", features = ["auth", "index", "storage", "ownership", "server", "postgres"] }
auth

Affects freighter-api-types::auth

index

Enables anyhow, async-trait, axum ^0.6.9, chrono, semver, serde, thiserror, and tracing

Affects freighter-api-types::index

storage

Enables anyhow, async-trait, axum ^0.6.9, bytes, thiserror, and tracing

Affects freighter-api-types::storage

ownership

Affects freighter-api-types::ownership

client server

Enables serde

postgres

Enables postgres-types