[package]
edition = "2024"
rust-version = "1.90.0"
name = "streamling-plugin-derive"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for the Streamling plugin SDK."
readme = false
license-file = "LICENSE.txt"
repository = "https://github.com/goldsky-io/streamling"
[lib]
name = "streamling_plugin_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
[lints.clippy]
too_many_arguments = "allow"