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.
15 lines
526 B
15 lines
526 B
[package]
|
|
name = "wasmtime-types"
|
|
version.workspace = true
|
|
authors.workspace = true
|
|
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.workspace = true
|
|
|
|
[dependencies]
|
|
cranelift-entity = { workspace = true, features = ['enable-serde'] }
|
|
serde = { version = "1.0.94", features = ["derive"] }
|
|
thiserror = { workspace = true }
|
|
wasmparser = { workspace = true }
|
|
|