# 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 = "hotg-rune-wasmer-runtime" version = "0.9.4" authors = ["The Rune Developers "] description = "A Rune runtime backed by wasmer." homepage = "https://hotg.dev/" readme = "README.md" keywords = ["rune", "runtime", "tinyml", "container"] categories = ["science", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/hotg-ai/rune" resolver = "2" [dependencies.anyhow] version = "1.0.40" [dependencies.hotg-rune-core] version = "^0.9.2" [dependencies.hotg-rune-runtime] version = "^0.9.2" [dependencies.log] version = "0.4.14" [dependencies.wasmer] version = "2.0" [dependencies.wasmer-types] version = "2.0" [dependencies.wasmer-vm] version = "2.0" [dev-dependencies.tempfile] version = "3.2.0"