crabgrind 0.1.11

Rust bindings to "Valgrind Client Request" interface
Documentation
[build-dependencies.cc]
features = ["parallel"]
version = "1.0"

[lib]
path = "lib.rs"

[package]
build = "build.rs"
categories = ["api-bindings", "development-tools::profiling", "development-tools"]
description = 'Rust bindings to "Valgrind Client Request" interface'
documentation = "https://docs.rs/crabgrind"
edition = "2015"
homepage = "https://github.com/2dav/crabgrind"
keywords = ["valgrind", "massif", "callgrind", "cachegrind", "helgrind"]
license = "MIT"
name = "crabgrind"
readme = "README.md"
repository = "https://github.com/2dav/crabgrind"
rust-version = "1.1"
version = "0.1.11"