# 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 = "marine-wasmtime-backend" version = "0.7.0" authors = ["Fluence Labs"] description = "Fluence Marine Wasm backend interface implementation for Wasmtime" license = "Apache-2.0" repository = "https://github.com/fluencelabs/marine" [dependencies.anyhow] version = "1.0.75" [dependencies.futures] version = "0.3.29" [dependencies.it-memory-traits] version = "0.5.0" [dependencies.log] version = "0.4.20" [dependencies.marine-wasm-backend-traits] version = "0.7.0" [dependencies.multimap] version = "0.8.3" [dependencies.paste] version = "1.0.14" [dependencies.wasmer-it] version = "0.28.0" package = "wasmer-interface-types-fl" [dependencies.wasmtime] version = "13.0.0" features = [ "cache", "wat", "jitdump", "parallel-compilation", "cranelift", "pooling-allocator", "vtune", ] default-features = false [dependencies.wasmtime-wasi] version = "13.0.0"