-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCargo.toml
More file actions
33 lines (31 loc) · 795 Bytes
/
Copy pathCargo.toml
File metadata and controls
33 lines (31 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[package]
name = "autoperf"
description = "Automate the recording and instrumentation of programs with performance counters."
version = "0.9.5"
authors = [
"Denny Lin <dennylin93@connect.hku.hk>",
"Besmira Nushi <besmira.nushi@microsoft.com>",
"Gerd Zellweger <mail@gerdzellweger.com>"
]
edition = '2018'
license = "MIT"
repository = "https://github.com/gz/autoperf"
documentation = "https://docs.rs/autoperf"
[dependencies]
pbr = "1.0.1"
log = "0.4"
env_logger = "0.6"
csv = "0.*"
lazy_static = "0.1.*"
perfcnt = "0.7"
toml = "0.2"
nom = "^1.2.3"
libc = "0.2.16"
clap = { version = "2", features = ["yaml"] }
x86 = { version = "0.45", features = ["performance-counter"] }
phf = "0.9.*"
itertools = "0.5"
rustc-serialize = "0.3"
wait-timeout = "0.1"
[profile.release]
debug = true