[dependencies.trybuild]
optional = true
version = "1.0"
[dependencies.typewit]
default-features = false
features = ["rust_1_83"]
version = "1.14"
[dependencies.typewit_gce_proc_macros]
version = "=0.1.0"
[features]
__ui_tests = ["dep:trybuild"]
[lib]
name = "typewit_gce"
path = "src/lib.rs"
[package]
authors = ["rodrimati1992 <rodrimatt1985@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std", "rust-patterns"]
description = "for coercing between equal types with generic const arguments"
documentation = "https://docs.rs/typewit_gce/"
edition = "2024"
include = ["Cargo.toml", "src/**/*.rs", "./README.md", "LICENSE-ZLIB.md"]
keywords = ["gce", "algebra", "type-equality", "const-generics"]
license = "Zlib"
name = "typewit_gce"
readme = "README.md"
repository = "https://github.com/rodrimati1992/typewit_gce/"
rust-version = "1.91.0"
version = "0.1.1"