featurecomb

Crates.iofeaturecomb
lib.rsfeaturecomb
version
sourcesrc
created_at2024-11-27 17:19:16.229543
updated_at2025-01-11 09:32:31.255714
descriptionDefine feature groups and enforce relations between Cargo features from your manifest
homepage
repositoryhttps://codeberg.org/AudaciousAxiom/featurecomb
max_upload_size
id1463410
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
(AudaciousAxiom)

documentation

README

featurecomb

Define feature groups and enforce relations between Cargo features from your manifest

Documentation

The documentation is available on docs.rs.

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–2025 AudaciousAxiom

This project is licensed under MPL-2.0, except for the featurecomb-schema crate which is licensed under MIT OR Apache-2.0.

Commit count: 0

cargo fmt