conflicting 0.1.0

A library to generate compile time errors for mutually exclusive feature flags.
Documentation
[dependencies.proc-macro2]
version = "1.0.89"

[dependencies.quote]
version = "1.0.37"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.87"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A library to generate compile time errors for mutually exclusive feature flags."
edition = "2021"
license = "MIT"
name = "conflicting"
readme = false
repository = "https://github.com/nhtyy/conflicting"
version = "0.1.0"