Cargo Features

[dependencies]
hotline-rs = { version = "0.3.0", default-features = false, features = ["build_data", "client"] }
default = build_data, client

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

build_data default
client default

Required by the client binary