# 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-preview2-prototype" version = "0.0.3" description = "Experimental WASI Preview2 API bindings for Rust" license = "Apache-2.0 WITH LLVM-exception" resolver = "1" [lib] crate-type = ["lib"] [dependencies.anyhow] version = "1.0" optional = true [dependencies.bytes] version = "1.4" optional = true [dependencies.http] version = "0.2" optional = true [dependencies.wit-bindgen] version = "0.9.0" features = ["macros"] default-features = false [features] default = [] http-client = [ "dep:anyhow", "dep:bytes", "dep:http", ]