# 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 = "cfg_boost" version = "1.0.0" authors = ["NickelAnge.Studio "] exclude = [ "target/*", "img/*", "tests/*", ".git/*", ".vscode/*", ".cargo/*", ".github/*", ".gitignore", ] 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." homepage = "https://github.com/NickelAngeStudio/cfg_boost/wiki" readme = "README.md" keywords = [ "cfg", "match", "target", "boost", "meta", ] categories = [ "configuration", "development-tools", ] license = "MIT" repository = "https://github.com/NickelAngeStudio/cfg_boost" [lib] proc-macro = true