mirror of
https://github.com/extism/extism.git
synced 2026-01-09 13:57:55 -05:00
27 lines
529 B
TOML
27 lines
529 B
TOML
[package]
|
|
name = "extism-convert-macros"
|
|
edition.workspace = true
|
|
authors.workspace = true
|
|
license.workspace = true
|
|
homepage.workspace = true
|
|
repository.workspace = true
|
|
version.workspace = true
|
|
description = "Macros to remove boilerplate with Extism"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[features]
|
|
extism-path = []
|
|
extism-pdk-path = []
|
|
|
|
[dependencies]
|
|
manyhow.version = "0.11.0"
|
|
proc-macro-crate = "3.1.0"
|
|
proc-macro2 = "1.0.78"
|
|
quote = "1.0.35"
|
|
syn = { version = "2.0.48", features = ["derive"] }
|
|
|
|
[dev-dependencies]
|
|
trybuild = "1.0.89"
|