Cargo Features
[dependencies]
fiberplane-templates = { version = "1.0.0-beta.15", default-features = false, features = ["convert", "expand", "types", "examples"] }
- default = convert, examples, expand
-
These default features are set whenever
fiberplane-templates
is added without
somewhere in the dependency tree.default-features = false - convert default = once_cell, percent-encoding, regex, time
- expand default = jrsonnet-evaluator, jrsonnet-types, thiserror, time, types
- types expand = serde, serde_json
- examples default
-
Affects
fiberplane-templates::examples
…
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.
- once_cell convert
- jrsonnet-evaluator expand
- jrsonnet-types expand
- percent-encoding convert
-
Enables percent-encoding
Cannot use 2.2 because of octocrab dependency in xtask
- regex convert
- serde types?
- serde_json types?
- thiserror expand
-
Enables thiserror ^1.0.30
- time convert expand