1[package]
2name = "cfg_aliases"
3version = "0.1.1"
4license = "MIT"
5authors = ["Zicklag <zicklag@katharostech.com>"]
6edition = "2018"
7description = "A tiny utility to help save you a lot of effort with long winded `#[cfg()]` checks."
8keywords = ["cfg", "alias", "conditional", "compilation", "build"]
9categories = ["development-tools", "development-tools::build-utils"]
10
11documentation = "https://docs.rs/cfg_aliases"
12readme = "README.md"
13homepage = "https://github.com/katharostech/cfg_aliases"
14repository = "https://github.com/katharostech/cfg_aliases"
15
16exclude = ["modoc.config", "release.toml"]
17
18[badges]
19maintenance = { status = "passively-maintained" }
20