# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "substrate-wasmtime-profiling" version = "0.16.0-threadsafe.4" authors = ["The Wasmtime Project Developers"] description = "Runtime library support for Wasmtime" readme = "README.md" keywords = ["webassembly", "wasm"] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [dependencies.anyhow] version = "1.0" [dependencies.cfg-if] version = "0.1" [dependencies.gimli] version = "0.20.0" optional = true [dependencies.ittapi-rs] version = "0.1.5" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.libc] version = "0.2.60" default-features = false [dependencies.object] version = "0.18.0" features = ["read_core", "elf", "std"] optional = true default-features = false [dependencies.scroll] version = "0.10.1" optional = true [dependencies.serde] version = "1.0.99" features = ["derive"] [dependencies.target-lexicon] version = "0.10.0" [dependencies.wasmtime-environ] version = "0.16.0" [dependencies.wasmtime-runtime] version = "0.16.0-threadsafe.4" package = "substrate-wasmtime-runtime" [features] jitdump = ["object", "scroll", "gimli"] vtune = ["ittapi-rs"] [badges.maintenance] status = "actively-developed"