memlink-runtime 0.2.0

Dynamic module loading framework with circuit breaker, caching, pooling, health checks, versioning, and auto-discovery
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 = "2021"
rust-version = "1.70"
name = "memlink-runtime"
version = "0.2.0"
authors = ["Radiiplus <radiiplus@gmail.com>"]
build = false
exclude = [
    ".gitignore",
    "tests/",
    "benches/",
    "examples/",
    "target/",
    "*.log",
    "*.pid",
    "*.so",
    "*.dll",
    "*.dylib",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic module loading framework with circuit breaker, caching, pooling, health checks, versioning, and auto-discovery"
homepage = "https://github.com/Radiiplus/memlink"
documentation = "https://docs.rs/memlink-runtime"
readme = "README.md"
keywords = [
    "dynamic-loading",
    "plugins",
    "hot-reload",
    "ffi",
    "modules",
]
categories = [
    "development-tools",
    "os",
]
license = "Apache-2.0"
repository = "https://github.com/Radiiplus/memlink"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

[dependencies.dashmap]
version = "6.1"

[dependencies.libloading]
version = "0.9.0"

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

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = [
    "sync",
    "time",
    "rt",
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.cc]
version = "1.2.57"

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.tempfile]
version = "3.27.0"