Cargo Features

fiberplane-models has no features set by default.

[dependencies]
fiberplane-models = { version = "1.0.0-beta.7", features = ["clap", "fp-bindgen", "sqlx"] }
clap
fp-bindgen

Enables fp-bindgen of base64uuid, fp-bindgen

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features.

sqlx implicit feature

Enables macros and runtime-tokio-rustls of sqlx ^0.6

Currently, sqlx does not export the macros without picking a runtime runtime-tokio-rustls can be removed once https://github.com/launchbadge/sqlx/issues/1627 is resolved