# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "papi" version = "0.1.0" authors = ["Clemens Lutz "] description = "A PAPI (Performance API) wrapper for Rust" readme = "README.md" keywords = ["hardware-counters", "performance-counters"] categories = ["hardware-support", "development-tools::profiling", "api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/LutzCle/papi-rs" [dependencies.criterion] version = "0.3" optional = true [dependencies.error-chain] version = "0.12.1" [dependencies.libc] version = "~0.2" [dependencies.papi-sys] version = "~0.1" [dependencies.serde] version = "~1.0.76" [dependencies.serde_derive] version = "~1.0.79" [dependencies.toml] version = "~0.4.7" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "LutzCle/papi-rs"