profiling-procmacros 0.1.3

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 = "1.0"

[lib]
proc-macro = true

[package]
authors = ["Philip Degarmo <aclysma@gmail.com>"]
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"
version = "0.1.3"