deterministic-wasi-ctx 4.0.7

A wasmtime-wasi WasiCtx implementation that is fully deterministic
Documentation
# 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 = "4.0.7"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wasmtime-wasi 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"

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

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

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

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

[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.10.1"

[dependencies.rand_pcg]
version = "0.10.2"

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

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

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

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