# 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" version = "1.9.1" authors = [ "The Extism Authors", "oss@extism.org", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Extism runtime and Rust SDK" homepage = "https://extism.org" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/extism/extism" [lib] name = "extism" path = "src/lib.rs" [[example]] name = "fs" path = "examples/fs.rs" [[example]] name = "linking" path = "examples/linking.rs" [[example]] name = "log_callback" path = "examples/log_callback.rs" [[example]] name = "readme" path = "examples/readme.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.anyhow] version = "1" [dependencies.extism-convert] version = "1.9.1" features = ["extism-path"] [dependencies.extism-manifest] version = "1.9.1" [dependencies.glob] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "std", "env-filter", "fmt", ] [dependencies.ureq] version = "2.5" optional = true [dependencies.url] version = "2" [dependencies.uuid] version = "1" features = ["v4"] [dependencies.wasi-common] version = ">= 26.0.0, < 27.0.0" [dependencies.wasmtime] version = ">= 26.0.0, < 27.0.0" [dependencies.wiggle] version = ">= 26.0.0, < 27.0.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.quickcheck] version = "1" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.cbindgen] version = "0.27" default-features = false [features] default = [ "http", "register-http", "register-filesystem", ] http = ["ureq"] register-filesystem = [] register-http = ["ureq"]