[package] name = "wasmship" version = "0.0.0" edition = "2021" authors = ["The WASMShip Project Developers"] description = "WASM Ship is a deployment tool for WASM. Compile once, run anywhere." license = "Apache-2.0" categories = ["wasm"] keywords = ["webassembly", "wasm"] repository = "https://github.com/WASMShip/wasmship" homepage = "https://wasmship.com/" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] wasmtime = { version = "0.31.0", optional = true } clap = { version = "3.0.0-beta.5", features = ["yaml"] } serde = "1.0" serde_yaml = "0.8" [features] default = ["rt_wasmtime"] rt_wasmtime = ["wasmtime"]