gstd-codegen 2.0.0-pre.1

Code generation library for the Gear standard library
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 = "2024"
rust-version = "1.91"
name = "gstd-codegen"
version = "2.0.0-pre.1"
authors = ["Gear Technologies"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation library for the Gear standard library"
homepage = "https://gear-tech.io"
documentation = "https://docs.rs/gstd-codegen"
readme = false
keywords = [
    "gear",
    "gstd",
    "codegen",
    "proc-macro",
    "wasm",
]
categories = [
    "development-tools::procedural-macro-helpers",
    "wasm",
]
license = "GPL-3.0"
repository = "https://github.com/gear-tech/gear"

[features]
ethexe = ["gprimitives/ethexe"]

[lib]
name = "gstd_codegen"
path = "src/lib.rs"
proc-macro = true

[dependencies.gear-workspace-hack]
version = "0.1.0"

[dependencies.gprimitives]
version = "=2.0.0-pre.1"
default-features = false

[dependencies.proc-macro2]
version = "1"
default-features = false

[dependencies.quote]
version = "1.0.36"
default-features = false

[dependencies.syn]
version = "2.0.71"
features = [
    "default",
    "full",
]

[dev-dependencies.trybuild]
version = "1"