# 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 = "samply-server" version = "0.15.0" authors = ["Markus Stange "] description = "A local webserver that lets the Firefox profiler obtain symbol information." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mstange/samply/" [profile.release] debug = true [dependencies.flate2] version = "1.0" [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.percent-encoding] version = "2.1.0" [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.symsrv] version = "0.2.0" [dependencies.tokio] version = "1.17.0" features = [ "rt", "fs", "rt-multi-thread", "macros", ] [dependencies.uuid] version = "1.0.0" [dependencies.webbrowser] version = "0.8.2" [dependencies.wholesym] version = "0.1.0"