# 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-runtime" version = "0.11.3" authors = ["The Rune Developers "] description = "Common abstractions and utilities used by Rune runtimes." homepage = "https://hotg.dev/" readme = "README.md" keywords = ["rune", "runtime", "tinyml", "machine", "learning"] categories = ["science", "wasm"] license = "MIT OR Apache-2.0" repository = "https://github.com/hotg-ai/rune" resolver = "2" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0.40" [dependencies.hotg-rune-core] version = "^0.11.0" features = ["std"] [dependencies.hound] version = "3.4.0" optional = true [dependencies.image] version = "0.23.14" optional = true [dependencies.log] version = "0.4.14" [dependencies.rand] version = "0.8.3" optional = true [dependencies.thiserror] version = "1.0.24" [dependencies.wasm3] version = "0.3.1" optional = true [dependencies.wasmer] version = "=2.0" optional = true [dev-dependencies.tempfile] version = "3.2.0" [features] builtins = ["hound", "image", "rand", "rand/small_rng"] default = ["builtins"] unstable_doc_cfg = []