1[package]
2name = "condtype"
3version = "1.3.0"
4edition = "2021"
5authors = ["Nikolai Vazquez"]
6license = "MIT OR Apache-2.0"
7description = "Choose types at compile-time via boolean constants."
8repository = "https://github.com/nvzqz/condtype"
9homepage = "https://github.com/nvzqz/condtype"
10documentation = "https://docs.rs/condtype"
11categories = ["no-std", "rust-patterns"]
12keywords = ["boolean", "condition", "const", "depend", "type"]
13readme = "README.md"
14
15# Const generics ordered before type generics.
16rust-version = "1.59.0"
17
18[dev-dependencies]
19libc = "0.2.141"
20cfg-if = "1"
21