profiling 0.1.0

This crate provides a very thin abstraction over other profiler crates.
Documentation
[dependencies.optick]
optional = true
version = "1.3"

[dependencies.puffin]
optional = true
version = "0.3"

[dependencies.tracing]
optional = true
version = "0.1"

[features]
default = []
profile-with-optick = ["optick"]
profile-with-puffin = ["puffin"]
profile-with-tracing = ["tracing"]

[package]
authors = ["Philip Degarmo <aclysma@gmail.com>"]
categories = ["performance"]
description = "This crate provides a very thin abstraction over other profiler crates."
edition = "2018"
homepage = "https://github.com/aclysma/profiling"
keywords = ["performance"]
license = "MIT OR Apache-2.0"
name = "profiling"
readme = "README.md"
repository = "https://github.com/aclysma/profiling"
version = "0.1.0"