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