Files
wasmtime/crates/misc/rust/Cargo.toml
2019-11-08 12:34:58 -08:00

23 lines
606 B
TOML

[package]
name = "wasmtime-rust"
version = "0.2.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
categories = ["wasm", "rust"]
keywords = ["webassembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
description = "Rust extension for Wasmtime"
[lib]
test = false
doctest = false
[dependencies]
cranelift-codegen = { version = "0.49" }
cranelift-native = { version = "0.49" }
wasmtime-interface-types = { path = "../../interface-types" }
wasmtime-jit = { path = "../../jit" }
wasmtime-rust-macro = { path = "./macro" }
wasmtime-wasi = { path = "../../wasi" }
anyhow = "1.0.19"