nylon-ring 0.1.4

ABI types and macros for building Rust host-plugin interfaces
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"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ABI types and macros for building Rust host-plugin interfaces"
homepage = "https://github.com/AssetsArt/nylon-ring"
documentation = "https://docs.rs/nylon-ring"
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"
path = "src/lib.rs"

[[bench]]
name = "abi_types"
path = "benches/abi_types.rs"
harness = false

[dependencies]

[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]