[dependencies.optick]
version = "^1.3.2"
[dependencies.quote]
version = "^1.0.0"
[dependencies.syn]
features = ["full"]
version = "^1.0.0"
[features]
default = ["enable"]
enable = []
[lib]
proc-macro = true
[package]
authors = ["Vadim Slyusarev <vadim@optick.dev>"]
categories = ["development-tools::profiling", "api-bindings"]
description = "Super lightweight performance profiler: function attributes"
edition = "2018"
keywords = ["profiler", "performance", "optick"]
license = "MIT"
name = "optick-attr"
readme = "README.md"
repository = "https://github.com/bombomby/optick-attr-rs"
version = "0.3.0"