forge-plugin-sdk 0.1.8

OpenAPI Forge plugin author SDK (wasm32-wasip2 only)
# 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.83"
name = "forge-plugin-sdk"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenAPI Forge plugin author SDK (wasm32-wasip2 only)"
readme = "README.md"
keywords = [
    "openapi",
    "codegen",
    "wasm",
    "plugin",
    "sdk",
]
categories = [
    "development-tools",
    "wasm",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/marcusdunn/openapi-forge"

[features]
generator = []
transformer = []

[lib]
name = "forge_plugin_sdk"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.forge-ir]
version = "0.1.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.wit-bindgen]
version = "0.36"

[dependencies.wit-bindgen-rt]
version = "0.36"
features = ["bitflags"]

[lints.rust]
unsafe_code = "deny"