Cargo Features
[dependencies]
sqlsonnet = { version = "0.1.14", default-features = false, features = ["fancy", "from-sql", "jrsonnet-95", "jrsonnet-96"] }
- default = jrsonnet-96
-
The
jrsonnet-96
feature is set by default wheneversqlsonnet
is added without
somewhere in the dependency tree.default-features = false - fancy
-
Enables fancy and syntect-highlighter of miette
- from-sql
-
Enables pest and pest_derive
- jrsonnet-95
-
Enables jrsonnet-evaluator, jrsonnet-parser, jrsonnet-stdlib, and num-traits, jrsonnet-95 of sqlsonnet-macros
- jrsonnet-96 default
-
Enables jrsonnet-96 of sqlsonnet-macros and jrsonnet-evaluator, jrsonnet-parser, and jrsonnet-stdlib
jrsonnet-evaluator:
The version at 95 is not a typo, but to allow the package to be built for crates.io