Cargo Features

FLP-GSP has no features set by default.

[dependencies]
flp-gsp = { version = "1.0.0", features = ["evaluate", "mysql", "postgres", "sqlite", "hasura"] }
evaluate = wildmatch

Affects interpreter::evaluate

mysql = chrono, rust_decimal, serde_json

Affects interpreter::mysql

postgres = bit-vec, chrono, ipnetwork, rust_decimal, serde_json, uuid

Affects interpreter::postgres

sqlite = chrono, uuid

Affects interpreter::sqlite

hasura

Affects interpreter::hasura

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.

bit-vec postgres?
chrono mysql? postgres? sqlite?
ipnetwork postgres?
rust_decimal mysql? postgres?
serde_json mysql? postgres?
uuid postgres? sqlite?
wildmatch evaluate?