# 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 = "wasmtime-debug" version = "0.29.0" authors = ["The Wasmtime Project Developers"] description = "Debug utils for WebAsssembly code in Cranelift" documentation = "https://docs.rs/wasmtime-debug/" keywords = ["webassembly", "wasm", "debuginfo"] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.gimli] version = "0.25.0" [dependencies.more-asserts] version = "0.2.1" [dependencies.object] version = "0.26.0" features = ["read_core", "elf", "write"] default-features = false [dependencies.target-lexicon] version = "0.12.0" default-features = false [dependencies.thiserror] version = "1.0.4" [dependencies.wasmparser] version = "0.79" [dependencies.wasmtime-environ] version = "0.29.0" [badges.maintenance] status = "actively-developed"