supertrait 0.2.0

Supertrait enables default associated types and const fn trait items in stable Rust
Documentation
[dependencies.macro_magic]
version = "0.6"

[dependencies.supertrait-macros]
version = "0.2.0"

[features]
debug = ["supertrait-macros/debug"]
default = []

[lib]
name = "supertrait"
path = "src/lib.rs"

[package]
authors = ["sam0x17"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Supertrait enables default associated types and const fn trait items in stable Rust"
edition = "2024"
keywords = ["traits", "supertrait", "stable", "macros", "trait"]
license = "MIT"
name = "supertrait"
readme = "README.md"
repository = "https://github.com/sam0x17/supertrait"
version = "0.2.0"

[[test]]
name = "generated"
path = "tests/generated.rs"

[[test]]
name = "tests"
path = "tests/tests.rs"