Cargo Features
Fiberplane has no features set by default.
[dependencies]
fiberplane = { version = "1.0.0-beta.15", features = ["api-client", "axum_06", "base64uuid-creation", "clap", "fp-bindgen", "markdown", "models", "provider-bindings", "provider-runtime", "sqlx", "templates"] }
- api-client = fiberplane-api-client
-
Affects
fiberplane::api_client
… - axum_06
-
Enables axum_06 of optional fiberplane-models
- base64uuid-creation
-
Enables creation of base64uuid
- clap
-
Enables clap of optional fiberplane-models
- fp-bindgen
-
Enables fp-bindgen of optional base64uuid and optional fiberplane-models
- markdown = fiberplane-markdown
-
Affects
fiberplane::markdown
… - models = fiberplane-models
-
Affects
fiberplane::models
… - provider-bindings = fiberplane-provider-bindings
-
Affects
fiberplane::provider_bindings
… - provider-runtime = fiberplane-provider-runtime
-
Affects
fiberplane::provider_runtime
… - sqlx
-
Enables sqlx of optional base64uuid and optional fiberplane-models
- templates = fiberplane-templates
-
Affects
fiberplane::templates
…
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.