decant-backend 0.1.0

The MemoryBackend seam: the one trait everything reads/writes guest memory through, plus the scriptable MockBackend/MockGuest (the tasting).
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 = "2024"
rust-version = "1.85"
name = "decant-backend"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The MemoryBackend seam: the one trait everything reads/writes guest memory through, plus the scriptable MockBackend/MockGuest (the tasting)."
homepage = "https://github.com/RobbyV2/decant"
readme = "README.md"
keywords = [
    "memflow",
    "wine",
    "windows",
    "memory",
    "vm",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RobbyV2/decant"
resolver = "2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

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

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

[dependencies.decant-protocol]
version = "0.1.0"

[dependencies.thiserror]
version = "1"

[dev-dependencies.proptest]
version = "1"