summaryrefslogtreecommitdiffstats
path: root/tools/profiler/rust-helper/Cargo.toml
blob: 6d3d168ed4854b528c0fd769804a25ca74c2e617 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "profiler_helper"
version = "0.1.0"
authors = ["Markus Stange <mstange@themasta.com>"]
license = "MPL-2.0"

[dependencies]
memmap2 = "0.5"
rustc-demangle = "0.1"
uuid = "1.0"

[dependencies.object]
version = "0.30"
optional = true
default-features = false
features = ["std", "read_core", "elf"]

[dependencies.thin-vec]
version = "0.2.1"
features = ["gecko-ffi"]

[features]
parse_elf = ["object"]