cpuprofiler-static 0.1.0

cpuprofiler with static linked gperftools and unwind
Documentation
[package]
name = "cpuprofiler-static"
version = "0.1.0"
authors = ["Yang Keao <keao.yang@yahoo.com>"]
edition = "2018"
license = "Apache-2.0"
description = "cpuprofiler with static linked gperftools and unwind"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
cpuprofiler = "0.0.3"

[features]
default = []
unwind = []
gperftools = []

[build-dependencies]
num_cpus = "1.8"
fs_extra = "1.1.0"