cargo-instruments 0.1.0

Generate Xcode Instruments trace files for binary targets.
# 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 = "cargo-instruments"
version = "0.1.0"
authors = ["Colin Rofls <colin@cmyr.net>"]
description = "Generate Xcode Instruments trace files for binary targets."
documentation = "https://github.com/cmyr/cargo-instruments"
readme = "README.md"
keywords = ["profiling", "xcode", "instruments", "macos"]
categories = ["development-tools::cargo-plugins", "development-tools::profiling"]
license = "MIT"
repository = "https://github.com/cmyr/cargo-instruments"
[dependencies.cargo]
version = "0.34.0"

[dependencies.chrono]
version = "0.4.6"

[dependencies.failure]
version = "0.1.5"

[dependencies.structopt]
version = "0.2"
default-features = false