khonsulabs / bonsaidb

A developer-friendly document database that grows with you, written in Rust
https://bonsaidb.io/
Apache License 2.0
1.02k stars 37 forks source link

Clean up feature flags #293

Closed ecton closed 1 year ago

ecton commented 1 year ago

@ModProg was using cargo add and noticed many feature flags in the bonsaidb crate that are actually just optional crate names.

We need to go crate by crate and change those optional crate's activations into the dep:crate syntax to prevent the individual crates showing up as activatable features.