[package] name = "perfrecord" version = "0.8.0" authors = ["Markus Stange "] edition = "2018" license = "MIT/Apache-2.0" description = "A macOS command line profiler." repository = "https://github.com/mstange/perfrecord/" readme = "Readme.md" [dependencies] perfrecord-mach-ipc-rendezvous = { version = "0.2.1", path = "../perfrecord-mach-ipc-rendezvous" } # profiler-symbol-server = { path = "../../profiler-symbol-server" } profiler-symbol-server = "0.10.0" tokio = { version = "1.17.0", features = ["rt", "rt-multi-thread", "macros"] } uuid = "0.8.1" libc = "0.2.71" mach = "0.3.2" tempfile = "3.1.0" structopt = "0.3.14" thiserror = "1.0.19" crossbeam-channel = "0.5.4" signal-hook = "0.3.9" serde_json = "1.0.53" gecko_profile = { version = "0.2.0", path = "../gecko_profile" } framehop = "0.3.0" [profile.release] debug = true panic = "abort"