Cargo Features

[dependencies]
vestaboard = { version = "0.1.2", default-features = false, features = ["full", "parser", "rw", "subscription", "local"] }
default = parser

The parser feature is set by default whenever vestaboard is added without default-features = false somewhere in the dependency tree.

full = local, parser, rw, subscription
parser default full?

Affects vestaboard::vbml

rw full?

Enables reqwest

Affects vestaboard::rw, vestaboard::Vestaboard

subscription full?

Enables reqwest

Affects vestaboard::subscription, vestaboard::Vestaboard

local full?

Enables reqwest

Affects vestaboard::local, vestaboard::Vestaboard