# 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 = "profiler-symbol-server" version = "0.13.0" authors = ["Markus Stange "] description = "A local webserver that lets the Firefox profiler obtain symbol information." readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/mstange/profiler-symbol-server/" [profile.release] debug = true [dependencies.flate2] version = "1.0" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14.18" features = ["full"] [dependencies.libc] version = "0.2.71" [dependencies.memmap2] version = "0.5.0" [dependencies.nix-base32] version = "0.1.1" [dependencies.object] version = "0.28.1" features = [ "std", "read_core", "macho", "unaligned", ] default-features = false [dependencies.percent-encoding] version = "2.1.0" [dependencies.profiler-get-symbols] version = "0.16.0" features = ["send_futures"] [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.53" [dependencies.structopt] version = "0.3.14" [dependencies.symsrv] version = "0.1.0" [dependencies.tokio] version = "1.17.0" features = [ "rt", "fs", "rt-multi-thread", "macros", ] [dependencies.uuid] version = "1.0.0" [dependencies.webbrowser] version = "0.7.0" [target."cfg(target_os = \"macos\")".dependencies.core-foundation] version = "0.9.1" [target."cfg(target_os = \"macos\")".dependencies.core-foundation-sys] version = "0.8.2"