Cargo Features

DBN has no features set by default.

[dependencies]
dbn = { version = "0.23.1", features = ["async", "python", "serde", "trivial_copy"] }
async

Enables async-compression and tokio

python

Enables pyo3 ^0.22.6 and strum

strum:

extra enum traits for Python

Affects dbn::python

serde

Enables serde, parsing and serde of time

trivial_copy

Enables deriving the Copy trait for records.