[package]
edition = "2024"
rust-version = "1.85"
name = "decant-inject"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The injection contract: an Injector trait plus a method-agnostic load request, and the standard public-exports-only injector. Methods are selected by config or supplied as plugins."
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_inject"
path = "src/lib.rs"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"