[package] name = "eq-type" version = "0.2.0" authors = ["Michael "] license = "MIT OR Apache-2.0" description = "Allows declaring an equality bound on two types and coercing between them." repository = "https://git.pfaff.dev/michael/eq-type.rs" homepage = "https://git.pfaff.dev/michael/eq-type.rs" readme = "README.md" edition = "2021" [features] default = [ "__nightly-sugar" ] __nightly-sugar = [ ] nightly = [ "__nightly-sugar" ] [dependencies]