Files
wasmtime/cranelift/serde/Cargo.toml
wasmtime-publish 9137b4a50e Bump Wasmtime to 0.35.0 (#3885)
[automatically-tag-and-release-this-commit]

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
2022-03-07 15:18:34 -06:00

24 lines
650 B
TOML

[package]
name = "cranelift-serde"
version = "0.82.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 = "2018"
[[bin]]
name = "clif-json"
path = "src/clif-json.rs"
[dependencies]
clap = "2.32.0"
serde_json = "1.0.26"
cranelift-codegen = { path = "../codegen", version = "0.82.0", features = ["enable-serde"] }
cranelift-reader = { path = "../reader", version = "0.82.0" }
[badges]
maintenance = { status = "experimental" }