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
somewhere in the dependency tree.default-features = false - build_data default
- client default
-
Required by the client binary