polyplug_abi 0.1.1

ABI type definitions for the polyplug plugin runtime
# 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.85"
name = "polyplug_abi"
version = "0.1.1"
authors = ["Islam Nofl (corrm) <islamnofl.official@gmail.com>"]
build = "build/main.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ABI type definitions for the polyplug plugin runtime"
homepage = "https://github.com/polyplug/polyplug"
readme = false
keywords = [
    "plugin",
    "runtime",
    "ffi",
    "cross-language",
    "abi",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/polyplug/polyplug"
resolver = "2"

[features]
default = []
tracking = []

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

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

[dependencies.polyplug_utils]
version = "0.1.1"

[dependencies.thiserror]
version = "2.0"

[build-dependencies.polyplug_codegen]
version = "0.1.1"

[build-dependencies.quote]
version = "1"

[build-dependencies.syn]
version = "2"
features = [
    "full",
    "parsing",
    "extra-traits",
]

[lints.clippy]
clone_on_ref_ptr = "warn"
expect_used = "warn"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "warn"
unwrap_used = "deny"

[lints.rust]
improper_ctypes_definitions = "deny"
unsafe_op_in_unsafe_fn = "warn"