Files
wasmtime/cranelift/serde/Cargo.toml
wasmtime-publish 482f541101 Bump Wasmtime to 7.0.0 (#5712)
Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
2023-02-06 09:10:19 -06:00

24 lines
625 B
TOML

[package]
name = "cranelift-serde"
version = "0.94.0"
authors = ["The Cranelift Project Developers"]
description = "Serializer/Deserializer for Cranelift IR"
repository = "https://github.com/bytecodealliance/wasmtime"
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
keywords = ["webassembly", "serde"]
edition.workspace = true
[[bin]]
name = "clif-json"
path = "src/clif-json.rs"
[dependencies]
clap = { workspace = true }
serde_json = "1.0.26"
cranelift-codegen = { workspace = true, features = ["enable-serde"] }
cranelift-reader = { workspace = true }
[badges]
maintenance = { status = "experimental" }