Cargo Features

datadog-logs has no features set by default.

[dependencies]
datadog-logs = { version = "0.2.1", features = ["nonblocking", "with-tokio"] }
nonblocking with-tokio? = async-trait, futures, reqwest

default set of dependencies

Affects client::AsyncDataDogClient

with-tokio = nonblocking, tokio

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.

async-trait nonblocking?

Enables async-trait

optional

futures nonblocking?
reqwest nonblocking?

Enables reqwest ^0.11.1

tokio with-tokio?