You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
741 B
25 lines
741 B
[package]
|
|
name = "wasmtime-debug"
|
|
version = "0.17.0"
|
|
authors = ["The Wasmtime Project Developers"]
|
|
description = "Debug utils for WebAsssembly code in Cranelift"
|
|
license = "Apache-2.0 WITH LLVM-exception"
|
|
repository = "https://github.com/bytecodealliance/wasmtime"
|
|
documentation = "https://docs.rs/wasmtime-debug/"
|
|
categories = ["wasm"]
|
|
keywords = ["webassembly", "wasm", "debuginfo"]
|
|
readme = "README.md"
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
gimli = "0.21.0"
|
|
wasmparser = "0.57.0"
|
|
faerie = "0.15.0"
|
|
wasmtime-environ = { path = "../environ", version = "0.17.0" }
|
|
target-lexicon = { version = "0.10.0", default-features = false }
|
|
anyhow = "1.0"
|
|
thiserror = "1.0.4"
|
|
more-asserts = "0.2.1"
|
|
|
|
[badges]
|
|
maintenance = { status = "actively-developed" }
|
|
|