# 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 = "wick-trigger-wasm-command" version = "0.1.1" description = "Implementation and loader for Wick WASM components." readme = "README.md" license = "Elastic-2.0" repository = "https://github.com/candlecorp/wick" [dependencies.async-trait] version = "0.1" default-features = false [dependencies.parking_lot] version = "0.12" default-features = false [dependencies.serde_json] version = "1.0" default-features = false [dependencies.structured-output] version = "0.1.1" default-features = false [dependencies.thiserror] version = "1.0" default-features = false [dependencies.tokio] version = "1.33" features = ["sync"] default-features = false [dependencies.tracing] version = "0.1" default-features = false [dependencies.wasmtime] version = "13.0" features = [ "cache", "jitdump", "parallel-compilation", "cranelift", "vtune", "component-model", "async", ] default-features = false [dependencies.wasmtime-wasi] version = "13.0" features = [ "sync", "tokio", ] [dependencies.wick-config] version = "0.28.0" default-features = false [dependencies.wick-packet] version = "0.17.0" default-features = false [dependencies.wick-runtime] version = "0.24.0" [dependencies.wick-trigger] version = "0.1.0" [dependencies.wick-wasm-engine] version = "0.1.0" [features]