[dependencies.paste]
version = "1.0.15"
[dependencies.seq-macro]
version = "0.3.6"
[lib]
name = "magic_params"
path = "src/lib.rs"
[package]
authors = ["xiao-e-yun <a0970323059@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro to call functions with typed arguments derived from a shared context."
edition = "2024"
license = "BSD-3-Clause"
name = "magic-params"
readme = "README.md"
repository = "https://github.com/xiao-e-yun/MagicParams"
version = "0.0.3"
[[test]]
name = "context"
path = "tests/context.rs"