[package] name = "cratic-type-level" version = "0.1.1" edition = "2021" license-file = "../LICENSE-GPL3-WITH-CPLE" description = "Cratic = Cursor + Attic at the top of crate, zero cost abstraction library, this is type-level cratic" homepage = "https://github.com/EmelianPiker/cratic/wiki" repository = "https://github.com/EmelianPiker/cratic" documentation = "https://emelianpiker.github.io/cratic/cratic_type_level/index.html" readme = "../README.md" [dependencies] macro_rules_attribute = "0.1.2" assert-type-eq = "0.1.0" cratic-debug-tools = { path = "../debug-tools", version = "0.1.1" } cratic-prelude = { path = "../prelude", version = "0.1.1" } [features] asm_tests = []