# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ya-runtime-wasi" version = "0.2.1" authors = ["Golem Factory "] description = "Yagna WASI runtime embedding API" homepage = "https://github.com/golemfactory/ya-runtime-wasi" documentation = "https://docs.rs/ya-runtime-wasi" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/golemfactory/ya-runtime-wasi" [dependencies.anyhow] version = "1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.uuid] version = "0.8" features = ["serde", "v4"] [dependencies.wasi-common] version = "0.18" [dependencies.wasmtime] version = "0.18" [dependencies.wasmtime-wasi] version = "0.18" [dependencies.zip] version = "0.5" [dev-dependencies.env_logger] version = "0.6" [dev-dependencies.tempfile] version = "3" [build-dependencies.anyhow] version = "1" [build-dependencies.zip] version = "0.5" [features] integration-tests = []