Cargo Features

Teil has no features set by default.

[dependencies]
teil = { version = "0.2.1", features = ["sync", "iter", "serde", "chrono", "partial", "uuid", "fs"] }
sync = rusqlite

Enables sync of teil_derive

Affects connection::SyncConnection, connection_type::SyncConnectionType, connection_type::SyncConnectionTypeMut, config::SyncConfigBuilder, singleton::SyncSingletonDatabase, filter::SyncFilter, filter::SyncVecFilter, fs::SyncManager, teil::sync_config, teil::SyncTeil, teil_query::SyncTeilQuery, transaction::SyncTransaction, update::SyncUpdate

iter

Enables iter of teil_derive

Affects teil::Teil.save_iter, teil::Teil.save_iter_with_connection, teil::SyncTeil.save_iter, teil::SyncTeil.save_iter_with_connection

serde

Enables serde, serde of teil_derive

chrono

Enables chrono, chrono of rusqlite ^0.28.0, with-chrono-0_4 of tokio-postgres

partial

Enables partial of teil_derive

Affects teil::Teil.update, teil::SyncTeil.update

uuid

Enables uuid, with-uuid-1 of tokio-postgres

fs

Affects teil::fs

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.

rusqlite chrono? sync?

Enables rusqlite ^0.28.0