gluon_codegen 0.18.3

Code generation macros for the gluon programming language
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"
name = "gluon_codegen"
version = "0.18.3"
authors = ["Markus <marwes91@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation macros for the gluon programming language"
documentation = "https://docs.rs/gluon"
readme = false
license = "MIT"
repository = "https://github.com/gluon-lang/gluon"
resolver = "2"

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

[[test]]
name = "derive_getable"
path = "tests/derive_getable.rs"

[[test]]
name = "derive_pushable"
path = "tests/derive_pushable.rs"

[[test]]
name = "derive_userdata"
path = "tests/derive_userdata.rs"

[[test]]
name = "derive_vm_type"
path = "tests/derive_vm_type.rs"

[[test]]
name = "full"
path = "tests/full.rs"

[dependencies.proc-macro2]
version = "1.0.66"

[dependencies.quote]
version = "1.0.33"

[dependencies.syn]
version = "2.0.118"
features = ["extra-traits"]

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.gluon]
version = ">=0.8.0"
features = ["serialization"]

[dev-dependencies.gluon_vm]
version = ">=0.8.0"

[dev-dependencies.serde]
version = "1.0.188"

[dev-dependencies.serde_derive]
version = "1.0.188"