gstd-codegen 1.7.0

Code generation library for the Gear standard library
Documentation
[package]
name = "gstd-codegen"
description = "Code generation library for the Gear standard library"
documentation = "https://docs.rs/gstd-codegen"
keywords = ["gear", "codegen", "std"]
categories = ["api-bindings"]
version.workspace = true
edition.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
rust-version.workspace = true

[lib]
proc-macro = true

[dependencies]
syn = { workspace = true, features = ["default", "full"] }
quote.workspace = true
proc-macro2.workspace = true
gprimitives.workspace = true

[dev-dependencies]
gstd = { path = ".." }
trybuild.workspace = true

[features]
ethexe = ["gstd/ethexe"]