assay-sim 3.28.0

Simulation harness for Assay (internal, API unstable)
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 = "assay-sim"
version = "3.28.0"
authors = ["Assay"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simulation harness for Assay (internal, API unstable)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Rul1an/assay"

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.assay-adapter-api]
version = "3.0.0"

[dependencies.assay-core]
version = "3.19.1"

[dependencies.assay-evidence]
version = "3.19.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]
default-features = false

[dependencies.flate2]
version = "1.1"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0"
features = ["derive"]
default-features = false

[dependencies.serde_json]
version = "1.0"
default-features = false

[dependencies.sha2]
version = "0.11"

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"