# 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-wasm-engine" version = "0.1.0" authors = ["Jarrod Overson "] include = [ "src/**/*", "LICENSE", "README.md", ] description = "The wasm engine used in the Wick project." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/candlecorp/wick" [dependencies.once_cell] version = "1.8" default-features = false [dependencies.parking_lot] version = "0.12" default-features = false [dependencies.tokio] version = "1.33" features = ["fs"] 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", ] [dev-dependencies] [features]