-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathCargo.toml
More file actions
27 lines (25 loc) · 860 Bytes
/
Copy pathCargo.toml
File metadata and controls
27 lines (25 loc) · 860 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
[package]
name = "cargo-instruments"
version = "0.4.17"
authors = ["Colin Rofls <colin@cmyr.net>"]
license = "MIT"
description = "Profile binary targets on macOS using Xcode Instruments."
repository = "https://github.com/cmyr/cargo-instruments"
documentation = "https://github.com/cmyr/cargo-instruments"
categories = ["development-tools::cargo-plugins", "development-tools::profiling"]
keywords = ["profiling", "xcode", "cargo-subcommand", "trace", "macos"]
readme = "README.md"
edition = "2024"
[features]
vendored-openssl = ["cargo/vendored-openssl"]
[dependencies]
anyhow = "1.0"
cargo = "0.97"
chrono = "0.4.6"
clap = { version = "4", features = ["derive"] }
semver = "1.0"
env_logger = "0.11.0"
log = "0.4.20"
object = { version = "0.39", default-features = false, features = ["read_core", "macho"] }
rustc-demangle = "0.1"
cargo-util-terminal = "0.1"