Cargo Features
[dependencies]
sonnerie = { version = "0.9.1", default-features = false, features = ["bin", "sonnerie-serve", "by-key"] }
- default = bin, by-key, sonnerie-serve
-
These default features are set whenever
sonnerie
is added without
somewhere in the dependency tree.default-features = false - bin default = clap
-
Required by the binary
- sonnerie-serve default = clap, futures, hyper, lines_from_request, serde, serde_derive, shardio, tokio, url
-
Required by the sonnerie-serve binary
- by-key default = lending-cell
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.