# 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.1.1" build = false include = [ "/examples", "/LICENSE", "/README.md", "/src", "/tests", ] 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 = "MPL-2.0" repository = "https://codeberg.org/AudaciousAxiom/featurecomb" [lib] name = "featurecomb" path = "src/lib.rs" proc-macro = true [dependencies.cargo-manifest] version = "0.17.0" [dependencies.featurecomb-schema] version = "0.1.0" [dependencies.proc-macro2] version = "1.0.92" [dependencies.quote] version = "1.0.37" [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"