Cargo Features
[dependencies]
http-server-async = { version = "0.1.0", default-features = false, features = ["http", "fbbin"] }
- default = fbbin
-
The
fbbin
feature is set by default wheneverhttp-server-async
is added without
somewhere in the dependency tree.default-features = false - http
- fbbin default
http-server-async has 3 features without comments.