Cargo Features

[dependencies]
strike-api = { version = "0.0.3", default-features = false, features = ["types", "base", "tipping"] }
default = base

The base feature is set by default whenever strike-api is added without default-features = false somewhere in the dependency tree.

types base = serde

Affects strike-api::types

base default tipping? = async-trait, rand, reqwest, serde, serde_json, types

Affects strike-api::errors, strike-api::requests

tipping = base

Affects strike-api::tipping

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.

reqwest base

Enables reqwest ^0.11

async-trait base
serde_json base
serde base types?
rand base