# 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 = "extism-runtime" version = "0.5.5" authors = [ "The Extism Authors", "oss@extism.org", ] description = "Extism runtime component" homepage = "https://extism.org" license = "BSD-3-Clause" repository = "https://github.com/extism/extism" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.extism-manifest] version = "0.5.0" [dependencies.glob] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.toml] version = "0.7" [dependencies.ureq] version = "2.5" optional = true [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] [dependencies.wasmtime] version = ">= 10.0.0, < 12.0.0" [dependencies.wasmtime-wasi] version = ">= 10.0.0, < 12.0.0" [dependencies.wasmtime-wasi-nn] version = ">= 10.0.0, < 12.0.0" optional = true [build-dependencies.cbindgen] version = "0.24" [features] default = [ "http", "register-http", "register-filesystem", ] http = ["ureq"] nn = ["wasmtime-wasi-nn"] register-filesystem = [] register-http = ["ureq"]