deterministic-wasi-ctx 3.0.2

A wasmtime-wasi WasiCtx implementation that is fully deterministic
Documentation
[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]
version = "0.11.0"

[dependencies.wasmtime]
default-features = false
version = "37.0.2"

[dependencies.wasmtime-wasi]
version = "37.0.2"

[dev-dependencies.more-asserts]
version = "0.3.1"

[dev-dependencies.wasmtime]
default-features = false
features = ["cranelift", "wat"]
version = "37.0.2"

[lib]
name = "deterministic_wasi_ctx"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm"]
description = "A wasmtime-wasi WasiCtx implementation that is fully deterministic"
edition = "2021"
keywords = ["wasi"]
license = "Apache-2.0 WITH LLVM-exception"
name = "deterministic-wasi-ctx"
readme = "README.md"
repository = "https://github.com/Shopify/deterministic-wasi-ctx"
version = "3.0.2"

[[test]]
name = "clocks"
path = "tests/clocks.rs"

[[test]]
name = "random"
path = "tests/random.rs"

[[test]]
name = "scheduler"
path = "tests/scheduler.rs"