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