Cargo Features

sqruff-lib has no features set by default.

[dependencies]
sqruff-lib = { version = "0.21.10", features = ["python", "serde_yaml"] }
python = pyo3

Affects templaters::python, templaters::PYTHON_TEMPLATER, 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.

serde_yaml implicit feature

Enables serde_yaml

serde_yaml:

YAML data format for Serde

pyo3 python?

Enables pyo3

Only activated on python