# 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 = "2018" name = "cargo-task-wasm" version = "0.2.0" authors = [ "Yoshua Wuyts ", "Michael Woerister ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A task runner for Cargo" documentation = "https://docs.rs/cargo-task-wasm" readme = "README.md" keywords = [] categories = [] license = "MIT OR Apache-2.0" repository = "https://github.com/yoshuawuyts/cargo-task-wasm" [[bin]] name = "cargo-task" path = "src/main.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.fs_extra] version = "1.3" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.tokio] version = "1.40.0" features = ["macros"] [dependencies.toml] version = "0.8.19" [dependencies.wasmtime] version = "24.0.0" [dependencies.wasmtime-wasi] version = "24.0.0" [dev-dependencies] [features]