Files
wasmtime/crates/lightbeam/wasmtime/Cargo.toml
2021-09-17 10:33:50 -07:00

23 lines
756 B
TOML

[package]
name = "wasmtime-lightbeam"
version = "0.30.0"
authors = ["The Wasmtime Project Developers"]
description = "Integration between Lightbeam and Wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
documentation = "https://docs.rs/wasmtime-lightbeam/"
categories = ["wasm"]
keywords = ["webassembly", "wasm"]
readme = "README.md"
edition = "2018"
[dependencies]
anyhow = "1.0"
target-lexicon = "0.12"
gimli = "0.25"
lightbeam = { path = "..", version = "0.30.0" }
wasmparser = "0.80"
cranelift-codegen = { path = "../../../cranelift/codegen", version = "0.77.0" }
wasmtime-environ = { path = "../../environ", version = "0.30.0" }
object = { version = "0.26.0", default-features = false }