Files
wasmtime/cranelift/serde/Cargo.toml
wasmtime-publish 8043c1f919 Release Wasmtime 0.33.0 (#3648)
* Bump Wasmtime to 0.33.0

[automatically-tag-and-release-this-commit]

* Update relnotes for 0.33.0

* Wordsmithing relnotes

Co-authored-by: Wasmtime Publish <wasmtime-publish@users.noreply.github.com>
Co-authored-by: Alex Crichton <alex@alexcrichton.com>
2022-01-05 13:26:50 -06:00

24 lines
650 B
TOML

[package]
name = "cranelift-serde"
version = "0.80.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.80.0", features = ["enable-serde"] }
cranelift-reader = { path = "../reader", version = "0.80.0" }
[badges]
maintenance = { status = "experimental" }