Cargo Features

[dependencies]
footballscore = { version = "0.2.3", default-features = false, features = ["cli", "stackstring"] }
default = cli, stackstring

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

cli default = clap, reqwest, tokio

Affects football_api::FootballApi, football_opts::FootballOpts

stackstring default = stack-string

Affects footballscore::StringType, footballscore::ApiStringType, footballscore::apistringtype_from_display

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.

clap cli
reqwest cli

Enables reqwest ^0.11.22

stack-string stackstring
tokio cli