# featurecomb
> Define feature groups and enforce relations between Cargo features from your manifest
## Documentation
The documentation is [available on docs.rs](https://docs.rs/featurecomb/).
## Example
In
`examples/featurecomb-example/featurecomb-example-dependent/Cargo.toml`
try enabling/disabling the various features of
`examples/featurecomb-example/featurecomb-example-lib`.
Run `cargo run` in `examples/featurecomb-example` to check the effect.
## Licensed
Copyright 2024 AudaciousAxiom
This project is licensed under MPL-2.0, except for the `featurecomb-schema`
crate which is licensed under MIT OR Apache-2.0.