# 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 = "2021" rust-version = "1.74" name = "samply" version = "0.12.0" authors = ["Markus Stange "] description = "A command line profiler for macOS and Linux." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/mstange/samply/" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4" features = ["derive"] [dependencies.debugid] version = "0.8.0" [dependencies.dirs] version = "5.0.0" [dependencies.flate2] version = "1.0" [dependencies.framehop] version = "0.11.1" [dependencies.futures-util] version = "0.3" [dependencies.fxhash] version = "0.2.1" [dependencies.fxprof-processed-profile] version = "0.7" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = ["full"] [dependencies.hyper-util] version = "0.1.3" features = [ "server", "http1", "tokio", ] [dependencies.libc] version = "0.2.71" [dependencies.linux-perf-data] version = "0.9.0" [dependencies.memchr] version = "2.7.2" [dependencies.memmap2] version = "0.9.4" [dependencies.mio] version = "0.8.11" features = [ "os-ext", "os-poll", ] [dependencies.nix-base32] version = "0.1.1" [dependencies.object] version = "0.35" features = [ "std", "read_core", "elf", "unaligned", "write", ] default-features = false [dependencies.once_cell] version = "1.17" [dependencies.opener] version = "0.7.0" default-features = false [dependencies.percent-encoding] version = "2.1.0" [dependencies.rand] version = "0.8.4" [dependencies.serde] version = "1.0.197" [dependencies.serde_derive] version = "1.0.137" [dependencies.serde_json] version = "1.0.115" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.37.0" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.tokio-util] version = "0.7.10" [dependencies.uuid] version = "1.8.0" [dependencies.wholesym] version = "0.5.0" features = ["api"] [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.nix] version = "0.28" features = [ "fs", "process", ] [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.num_cpus] version = "1.13.1" [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.parking_lot] version = "0.12.1" [target."cfg(any(target_os = \"android\", target_os = \"linux\"))".dependencies.uname] version = "0.1.1" [target."cfg(any(target_os = \"android\", target_os = \"macos\", target_os = \"linux\"))".dependencies.crossbeam-channel] version = "0.5.12" [target."cfg(any(target_os = \"android\", target_os = \"macos\", target_os = \"linux\"))".dependencies.libc] version = "0.2.71" [target."cfg(any(target_os = \"android\", target_os = \"macos\", target_os = \"linux\"))".dependencies.signal-hook] version = "0.3.9" [target."cfg(target_os = \"macos\")".dependencies.flate2] version = "1.0.23" [target."cfg(target_os = \"macos\")".dependencies.lazy_static] version = "1.4.0" [target."cfg(target_os = \"macos\")".dependencies.mach] version = "0.3.2" [target."cfg(target_os = \"macos\")".dependencies.sysctl] version = "0.5.4" [target."cfg(target_os = \"macos\")".dependencies.tempfile] version = "3.10.1"