profiling-procmacros 1.0.16

This crate provides a very thin abstraction over other profiler crates.
Documentation
[dependencies.quote]
default-features = false
version = "1.0"

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

[features]
profile-with-optick = []
profile-with-puffin = []
profile-with-superluminal = []
profile-with-tracing = []
profile-with-tracy = []

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

[package]
authors = ["Philip Degarmo <aclysma@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools::profiling"]
description = "This crate provides a very thin abstraction over other profiler crates."
edition = "2018"
homepage = "https://github.com/aclysma/profiling"
keywords = ["performance", "profiling"]
license = "MIT OR Apache-2.0"
name = "profiling-procmacros"
readme = "README.md"
repository = "https://github.com/aclysma/profiling"
rust-version = "1.65"
version = "1.0.16"