# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "perfrecord" version = "0.8.0" authors = ["Markus Stange "] description = "A macOS command line profiler." readme = "Readme.md" license = "MIT/Apache-2.0" repository = "https://github.com/mstange/perfrecord/" [profile.release] debug = true panic = "abort" [dependencies.crossbeam-channel] version = "0.5.4" [dependencies.framehop] version = "0.3.0" [dependencies.gecko_profile] version = "0.2.0" [dependencies.libc] version = "0.2.71" [dependencies.mach] version = "0.3.2" [dependencies.perfrecord-mach-ipc-rendezvous] version = "0.2.1" [dependencies.profiler-symbol-server] version = "0.10.0" [dependencies.serde_json] version = "1.0.53" [dependencies.signal-hook] version = "0.3.9" [dependencies.structopt] version = "0.3.14" [dependencies.tempfile] version = "3.1.0" [dependencies.thiserror] version = "1.0.19" [dependencies.tokio] version = "1.17.0" features = ["rt", "rt-multi-thread", "macros"] [dependencies.uuid] version = "0.8.1"