Files
wasmtime/crates/types/Cargo.toml
wasmtime-publish 9a6854456d Bump Wasmtime to 0.38.0 (#4103)
Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
2022-05-05 13:43:02 -05:00

16 lines
583 B
TOML

[package]
name = "wasmtime-types"
version = "0.38.0"
authors = ["The Wasmtime Project Developers"]
description = "WebAssembly type definitions for Cranelift"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
documentation = "https://docs.rs/wasmtime-types"
edition = "2021"
[dependencies]
cranelift-entity = { path = "../../cranelift/entity", version = "0.85.0", features = ['enable-serde'] }
serde = { version = "1.0.94", features = ["derive"] }
thiserror = "1.0.4"
wasmparser = { version = "0.84.0", default-features = false }