Cargo Features
[dependencies]
proton-c = { version = "0.1.0", default-features = false, features = ["rt"] }
- default = rt
-
The
rtfeature is set by default wheneverproton-cis added withoutsomewhere in the dependency tree.default-features = false - rt default
proton-c has 2 features without comments.