Cargo Features

[dependencies]
cordyceps_api = { version = "0.1.1", default-features = false, features = ["blocking", "tests", "chat", "clippy", "rustfmt"] }
default = chat

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

Enables futures-util, tokio, stream of reqwest ^0.11.14

blocking

Enables blocking of reqwest ^0.11.14

tests
chat default

Affects client::ChatClient, cordyceps_api::chat

Features from optional dependencies

clippy build implicit feature

Enables clippy

clippy:

A bunch of helpful lints to avoid common pitfalls in Rust

rustfmt build implicit feature

Enables rustfmt

rustfmt:

Tool to find and fix Rust formatting issues