# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "wasmship" version = "0.0.0" authors = ["The WASMShip Project Developers"] description = "WASM Ship is a deployment tool for WASM. Compile once, run anywhere." homepage = "https://wasmship.com/" readme = "README.md" keywords = ["webassembly", "wasm"] categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/WASMShip/wasmship" resolver = "2" [dependencies.clap] version = "3.0.0-beta.5" features = ["yaml"] [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.wasmtime] version = "0.31.0" optional = true [features] default = ["rt_wasmtime"] rt_wasmtime = ["wasmtime"]