blob: 088cb904663a2165887a47983b2e3858759a02b3 [file] [log] [blame] [edit]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2015"
rust-version = "1.1"
name = "crabgrind"
version = "0.1.10"
build = "build.rs"
description = "Rust bindings to \"Valgrind Client Request\" interface"
homepage = "https://github.com/2dav/crabgrind"
documentation = "https://docs.rs/crabgrind"
readme = "README.md"
keywords = [
"valgrind",
"massif",
"callgrind",
"cachegrind",
"helgrind",
]
categories = [
"api-bindings",
"development-tools::profiling",
"development-tools",
]
license = "MIT"
repository = "https://github.com/2dav/crabgrind"
[lib]
path = "lib.rs"
[build-dependencies.cc]
version = "1.0"
features = ["parallel"]