Cargo Features

[dependencies]
kite_sql = { version = "0.2.1", default-features = false, features = ["macros", "orm", "rocksdb", "unsafe_txdb_checkpoint", "lmdb", "net", "pprof", "python"] }
default = macros, rocksdb

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

macros default

Affects kite_sql::macros

orm

Affects db::ResultIter.orm, db::OrmIter, kite_sql::orm

rocksdb default net? unsafe_txdb_checkpoint?

Enables rocksdb ^0.23

Affects storage::rocksdb

Required by the binary

unsafe_txdb_checkpoint = rocksdb

Enables librocksdb-sys ^0.17.1

lmdb

Enables lmdb and lmdb-sys

Affects storage::lmdb

net = rocksdb

Enables async-trait, clap, env_logger, futures, log, pgwire ^0.28.0, and tokio

async-trait:

Feature: net

Required by the binary

pprof dev
python

Enables pyo3 ^0.23

Affects kite_sql::python