[package]
edition = "2021"
rust-version = "1.75.0"
name = "context-trait"
version = "0.1.1"
authors = ["Josh Burgess <joshburgesswebdev@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime-synthesized trait instances scoped to callbacks"
homepage = "https://github.com/joshburgess/reify-reflect"
readme = false
keywords = [
"trait",
"context",
"scoped",
"reflection",
"reify",
]
categories = ["rust-patterns"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/joshburgess/reify-reflect"
[lib]
name = "context_trait"
path = "src/lib.rs"
[dependencies]