[dependencies.serde]
features = ["derive"]
version = "1.0"
[features]
default = ["std"]
std = []
[lib]
name = "dynpatch_interface"
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", "rust-patterns"]
description = "Shared interface types and traits for dynpatch hot-patching system"
documentation = "https://docs.rs/dynpatch-interface"
edition = "2021"
keywords = ["dynamic", "hot-reload", "patch", "interface", "abi"]
license = "MIT"
name = "dynpatch-interface"
readme = "README.md"
repository = "https://gitlab.com/TIVisionOSS/crates/dynpatch"
rust-version = "1.70.0"
version = "0.1.0"