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 whenever http-server-async is added without default-features = false somewhere in the dependency tree.

http
fbbin default

http-server-async has 3 features without comments.