Cargo Features

[dependencies]
as-raw-xcb-connection = { version = "1.0.1", default-features = false, features = ["alloc"] }
default = alloc

The alloc feature is set by default whenever as-raw-xcb-connection is added without default-features = false somewhere in the dependency tree.

alloc default

AsRawXcbConnection has 2 features without comments.