Sha256: 6be2fec9e6a80defedaee8b4952a59a61acdb443c06ffbccc7e21c7a10704943

Contents?: true

Size: 1.52 KB

Versions: 1

Compression:

Stored size: 1.52 KB

Contents

# 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.29"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

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

[dependencies.rand_pcg]
version = "0.3.1"

[dependencies.wasi-common]
version = ">= 20.0.0, < 30.0.0"

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

[dev-dependencies.wasmtime]
version = "29.0.0"

[dev-dependencies.wasmtime-wasi]
version = "29.0.0"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/deterministic-wasi-ctx-0.1.29/Cargo.toml