]> git.proxmox.com Git - rustc.git/blame - vendor/measureme/Cargo.toml
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / vendor / measureme / Cargo.toml
CommitLineData
48663c56
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "measureme"
6a06907d 16version = "9.1.0"
48663c56
XL
17authors = ["Wesley Wiser <wwiser@gmail.com>", "Michael Woerister <michaelwoerister@posteo>"]
18description = "Support crate for rustc's self-profiling feature"
19homepage = "https://github.com/rust-lang/measureme"
20documentation = "https://docs.rs/measureme"
21license = "MIT OR Apache-2.0"
22repository = "https://github.com/rust-lang/measureme"
6a06907d
XL
23[dependencies.log]
24version = "0.4"
25
60c5eb7d 26[dependencies.parking_lot]
29967ef6 27version = "0.11.0"
60c5eb7d 28
48663c56
XL
29[dependencies.rustc-hash]
30version = "1.0.1"
29967ef6
XL
31
32[dependencies.smallvec]
33version = "1.0"
6a06907d
XL
34
35[features]
36nightly = []
37[target."cfg(all(target_arch = \"x86_64\", target_os = \"linux\"))".dependencies.memmap]
38version = "0.7"
39
40[target."cfg(all(target_arch = \"x86_64\", target_os = \"linux\"))".dependencies.perf-event-open-sys]
41version = "1.0.1"
48663c56
XL
42[badges.travis-ci]
43repository = "rust-lang/measureme"