# 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-runicos-base-runtime" version = "0.11.3" authors = ["The Rune Developers "] description = "The runtime side of the runicos/base image." 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" [package.metadata.docs.rs] default-features = false features = ["wasm3-runtime", "wasmer-runtime", "unstable_doc_cfg"] [dependencies.anyhow] version = "1.0.40" [dependencies.hotg-rune-core] version = "^0.11.0" features = ["std"] [dependencies.hotg-rune-runtime] version = "^0.11.0" features = ["builtins", "wasm3"] [dependencies.hotg-runecoral] version = "0.3.6" optional = true [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.4" [dependencies.serde_json] version = "1" [dependencies.wasm3] version = "0.3.1" optional = true [dependencies.wasmer] version = "=2.0.0" optional = true [dependencies.wasmer-derive] version = "=2.0.0" optional = true [dependencies.wasmer-types] version = "=2.0.0" optional = true [dependencies.wasmer-vm] version = "=2.0.0" optional = true [dev-dependencies.syn] version = "1.0.73" features = ["full", "extra-traits"] [features] default = ["wasmer-runtime", "tensorflow-lite"] tensorflow-lite = ["hotg-runecoral"] unstable_doc_cfg = [] wasm3-runtime = ["hotg-rune-runtime/wasm3", "wasm3"] wasmer-runtime = ["hotg-rune-runtime/wasmer", "wasmer", "wasmer-vm", "wasmer-types", "wasmer-derive"]