# 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 = "deterministic-wasi-ctx" version = "0.1.22" description = "A wasi-common WasiCtx implementation that is fully deterministic" readme = "README.md" keywords = ["wasi"] categories = ["wasm"] license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/Shopify/deterministic-wasi-ctx" [dependencies.anyhow] version = "1.0.56" [dependencies.async-trait] version = "0.1.53" [dependencies.cap-primitives] version = "3.0.0" [dependencies.rand_core] version = "0.6.3" [dependencies.rand_pcg] version = "0.3.1" [dependencies.wasi-common] version = ">= 20.0.0, < 23.0.0" [dev-dependencies.more-asserts] version = "0.3.1" [dev-dependencies.wasmtime] version = "22.0.0" [dev-dependencies.wasmtime-wasi] version = "22.0.0"