# 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-tokio" version = "17.0.3" authors = ["The Wasmtime Project Developers"] include = [ "src/**/*", "LICENSE", ] description = "WASI implementation in Rust" keywords = [ "webassembly", "wasm", ] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" [dependencies.anyhow] version = "1.0.22" [dependencies.cap-std] version = "2.0.0" [dependencies.io-lifetimes] version = "2.0.2" default-features = false [dependencies.tokio] version = "1.26.0" features = [ "rt", "time", "rt", "fs", "time", "io-util", "net", "io-std", "rt-multi-thread", ] [dependencies.wasi-cap-std-sync] version = "=17.0.3" [dependencies.wasi-common] version = "=17.0.3" [dependencies.wiggle] version = "=17.0.3" default-features = false [dev-dependencies.cap-tempfile] version = "2.0.0" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.26.0" features = [ "rt", "time", "macros", ] [target."cfg(unix)".dependencies.rustix] version = "0.38.21" features = ["fs"] [target."cfg(windows)".dependencies.io-extras] version = "0.18.0" [lints.clippy] all = "allow" [lints.rust] trivial_numeric_casts = "warn" unstable_features = "warn" unused_extern_crates = "warn" unused_import_braces = "warn"