nylon-ring-host 0.2.1

Dynamic plugin host for the nylon-ring ABI
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 = "2024"
rust-version = "1.88"
name = "nylon-ring-host"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic plugin host for the nylon-ring ABI"
homepage = "https://github.com/AssetsArt/nylon-ring"
documentation = "https://docs.rs/nylon-ring-host"
readme = "README.md"
keywords = [
    "abi",
    "ffi",
    "plugin",
    "dynamic-loading",
    "hot-reload",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/AssetsArt/nylon-ring"
resolver = "2"

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

[[test]]
name = "alloc_counts"
path = "tests/alloc_counts.rs"

[dependencies.dashmap]
version = "6.1"

[dependencies.libloading]
version = "0.9"

[dependencies.nylon-ring]
version = "0.2.1"

[dependencies.rustc-hash]
version = "2.1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.48"
features = [
    "sync",
    "time",
    "rt",
]
default-features = false

[dev-dependencies.loom]
version = "0.7"

[dev-dependencies.tokio]
version = "1.48"
features = ["rt-multi-thread"]
default-features = false