featurecomb 0.2.0

Define feature groups and enforce relations between Cargo features from your manifest
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "featurecomb"
version = "0.2.0"
build = false
include = [
    "/CHANGELOG.md",
    "/examples",
    "/LICENSE-APACHE",
    "/LICENSE-MIT",
    "/README.md",
    "/src",
    "/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Define feature groups and enforce relations between Cargo features from your manifest"
readme = "README.md"
keywords = [
    "combination",
    "exclusive",
    "features",
    "groups",
    "mutually",
]
categories = [
    "config",
    "rust-patterns",
]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/AudaciousAxiom/featurecomb"

[lib]
name = "featurecomb"
path = "src/lib.rs"
proc-macro = true

[dependencies.featurecomb-schema]
version = "0.1.0"

[dependencies.proc-macro2]
version = "1.0.92"

[dependencies.quote]
version = "1.0.37"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.toml]
version = "1.0.6"
features = [
    "parse",
    "serde",
]
default-features = false

[dev-dependencies.dir-test]
version = "0.4.0"

[dev-dependencies.insta]
version = "1.41.1"

[dev-dependencies.prettyplease]
version = "0.2.25"

[dev-dependencies.syn]
version = "2.0.85"

[lints.clippy]
indexing_slicing = "deny"

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
missing_docs = "deny"
unused_must_use = "deny"