Cargo Features

[dependencies]
databento = { version = "0.8.0", default-features = false, features = ["historical", "live"] }
default = historical, live

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

historical default

Enables fs of tokio and futures

Async stream trait

and reqwest ^0.11

HTTP client for historical API

and tokio-util

Stream utils

and serde and serde_json

serde:

JSON deserialization for historical API

Affects error::ApiError, databento::historical

live default

Enables net of tokio and hex and sha2

hex:

Used for Live authentication

Affects databento::live