Cargo Features

[dependencies]
bindable = { version = "0.1.2", default-features = false, features = ["with-actix", "with-serde"] }
default = with-serde

The with-serde feature is set by default whenever bindable is added without default-features = false somewhere in the dependency tree.

with-actix = actix-http, actix-service, actix-web
with-serde default = serde

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

actix-http with-actix?
actix-service with-actix?
actix-web with-actix?
serde with-serde