# 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 = "autoperf" version = "0.9.5" authors = ["Denny Lin ", "Besmira Nushi ", "Gerd Zellweger "] description = "Automate the recording and instrumentation of programs with performance counters." documentation = "https://docs.rs/autoperf" license = "MIT" repository = "https://github.com/gz/autoperf" [profile.release] debug = true [dependencies.clap] version = "2" features = ["yaml"] [dependencies.csv] version = "0.*" [dependencies.env_logger] version = "0.6" [dependencies.itertools] version = "0.5" [dependencies.lazy_static] version = "0.1.*" [dependencies.libc] version = "0.2.16" [dependencies.log] version = "0.4" [dependencies.nom] version = "^1.2.3" [dependencies.pbr] version = "1.0.1" [dependencies.perfcnt] version = "0.6" [dependencies.phf] version = "0.7.*" [dependencies.rustc-serialize] version = "0.3" [dependencies.toml] version = "0.2" [dependencies.wait-timeout] version = "0.1" [dependencies.x86] version = "0.34" features = ["performance-counter"]