zlayer-sdk 0.11.19

ZLayer Plugin Development Kit for Rust
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.85"
name = "zlayer-sdk"
version = "0.11.19"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZLayer Plugin Development Kit for Rust"
readme = "README.md"
keywords = [
    "wasm",
    "wasi",
    "plugin",
    "zlayer",
    "wasip2",
]
categories = [
    "wasm",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/BlackLeafDigital/ZLayer"

[package.metadata.component]
package = "zlayer:plugin"

[package.metadata.component.dependencies]

[features]
debug = []
default = ["wasm-alloc"]
std = ["wit-bindgen/std"]
testing = ["std"]
wasm-alloc = ["dep:dlmalloc"]

[lib]
name = "zlayer_sdk"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.dlmalloc]
version = "0.2"
features = ["global"]
optional = true

[dependencies.wit-bindgen]
version = "0.51"
features = [
    "macros",
    "realloc",
]
default-features = false

[dev-dependencies.wasmtime]
version = "41"

[build-dependencies]

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
dead_code = "warn"
unsafe_code = "warn"

[profile.dev]
panic = "abort"

[profile.release]
panic = "abort"