karga_macros 0.1.1

Proc macros for the karga load testing framework
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "karga_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Degarti <outragedline@proton.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::profiling"]
description = "Proc macros for the karga load testing framework"
edition = "2024"
keywords = ["loadtesting", "benchmark", "rps", "performance", "framework"]
license = "MIT"
name = "karga_macros"
publish = true
readme = "README.md"
repository = "https://github.com/outragedline/karga"
version = "0.1.1"