[dependencies.abi_stable]
optional = true
version = "0.11"
[dependencies.arc-swap]
version = "1.6"
[dependencies.dynpatch-interface]
version = "0.1.0"
[dependencies.libloading]
version = "0.8"
[dependencies.once_cell]
version = "1.19"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.tempfile]
version = "3.8"
[features]
abi_stable = ["dep:abi_stable"]
default = []
metrics = []
sandbox = []
signing = []
[lib]
name = "dynpatch_core"
path = "src/lib.rs"
[package]
authors = ["Eshan Roy <m.eshanized@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "config"]
description = "Runtime engine for dynpatch - dynamic library loading, ABI validation, and transactional patching"
documentation = "https://docs.rs/dynpatch-core"
edition = "2021"
keywords = ["dynamic", "hot-reload", "patch", "runtime", "loader"]
license = "MIT"
name = "dynpatch-core"
readme = "README.md"
repository = "https://gitlab.com/TIVisionOSS/crates/dynpatch"
rust-version = "1.70.0"
version = "0.1.0"
[[test]]
name = "integration_test"
path = "tests/integration_test.rs"