# 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 = "wasi-passthrough" version = "0.4.0" authors = ["Roman Volosatovs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "WASI reexport layer" homepage = "https://github.com/wasiext/passthrough" readme = "README.md" categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/wasiext/passthrough" [lib] name = "wasi_passthrough" path = "src/lib.rs" [[test]] name = "all" path = "tests/all.rs" [dependencies.wit-bindgen] version = "0.34" features = [ "realloc", "macros", ] default-features = false [dev-dependencies.anyhow] version = "1" default-features = false [dev-dependencies.wasi-preview1-component-adapter-provider] version = "25" default-features = false [dev-dependencies.wit-component] version = "0.219" default-features = false