Cargo Features

[dependencies]
aorist_attributes = { version = "0.0.14", default-features = false, features = ["python", "r", "sql"] }
default = python, r, sql

These default features are set whenever aorist_attributes is added without default-features = false somewhere in the dependency tree.

python default = pyo3

Enables python of aorist_primitives

r default = aorist_extendr-api, aorist_extendr-engine
sql default = sqlformat, sqlparser

Affects attributes::TSQLAttribute

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.14.1

aorist_extendr-api r
aorist_extendr-engine r
sqlformat sql

Enables sqlformat ^0.1.5

sqlparser sql

Enables sqlparser ^0.9.0