[lib]
proc-macro = true
[package]
authors = ["NickelAnge.Studio <rust@nickelange.studio>"]
categories = ["configuration", "development-tools"]
description = "Revamped syntax and macros to easily manage all #[cfg] parameters in one package. Compatible with stable toolchain and no dependencies. See README / Homepage for more details."
edition = "2021"
exclude = ["target/*", "img/*", "tests/*", ".git/*", ".vscode/*", ".cargo/*", ".github/*", ".gitignore"]
homepage = "https://github.com/NickelAngeStudio/cfg_boost/wiki"
keywords = ["cfg", "match", "target", "boost", "meta"]
license = "MIT"
name = "cfg_boost"
readme = "README.md"
repository = "https://github.com/NickelAngeStudio/cfg_boost"
version = "1.0.0"