# 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 = "macos-profiler" version = "0.2.1" authors = ["Tim Ryan "] description = "A macOS profiler for Rust programs\n" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tcr/macos-profiler" [dependencies.clap] version = "2.30.0" [dependencies.command-macros] version = "0.1.10" [dependencies.ctrlc] version = "3.0" [dependencies.failure] version = "0.1.1" [dependencies.lazy_static] version = "1.0.0" [dependencies.nix] version = "0.10.0" [dependencies.quicli] version = "0.2.0" [dependencies.regex] version = "0.2.6" [dependencies.rustc-demangle] version = "0.1.7" [dependencies.serde] version = "1.0.27" [dependencies.serde_json] version = "1.0.10" [dependencies.shlex] version = "0.1.1" [dependencies.toml] version = "0.4.5"