# 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" name = "wasmprof" version = "0.7.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "wasmprof allows to profile code running inside of wasmtime" homepage = "https://github.com/Shopify/wasmprof" readme = "README.md" keywords = [ "wasm", "wasmtime", "profiler", ] categories = [ "wasm", "development-tools::profiling", ] license = "MIT" [lib] name = "wasmprof" path = "src/lib.rs" [[example]] name = "basic" path = "examples/basic.rs" [dependencies.cpp_demangle] version = "0.4.1" [dependencies.libc] version = "0.2.142" [dependencies.nix] version = "0.26" features = ["signal"] default-features = false [dependencies.rustc-demangle] version = "0.1.23" [dependencies.spin_sleep] version = "1.1.1" [dependencies.wasmtime] version = ">= 15.0.0, < 23.0.0" [features] perf-event = []