Files
wasmtime/cranelift/serde/Cargo.toml
Dan Gohman fde5ddf159 Fixes for 0.15 (#1449)
* Wasmtime 0.15.0 and Cranelift 0.62.0. (#1398)

* Bump more ad-hoc versions.

* Add build.rs to wasi-common's Cargo.toml.

* Update the env var name in more places.

* Remove a redundant echo.
2020-04-03 13:13:37 -07:00

26 lines
661 B
TOML

[package]
name = "cranelift-serde"
version = "0.62.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 = "1.0.8"
serde_derive = "1.0.75"
serde_json = "1.0.26"
cranelift-codegen = { path = "../codegen", version = "0.62.0" }
cranelift-reader = { path = "../reader", version = "0.62.0" }
[badges]
maintenance = { status = "experimental" }