Cargo Features

sqruff-lib has no features set by default.

[dependencies]
sqruff-lib = { version = "0.21.4", features = ["serde", "stringify", "python"] }
serde stringify?

Enables serde

stringify = serde

Enables serde_yaml

python = pyo3

Affects templaters::python, templaters::templaters

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.

pyo3 python?

Enables pyo3 ^0.22.4

Only activated on python