gluon_codegen 0.9.2

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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gluon_codegen"
version = "0.9.2"
authors = ["Markus <marwes91@gmail.com>"]
description = "Code generation macros for the gluon programming language"
documentation = "https://docs.rs/gluon"
license = "MIT"
repository = "https://github.com/gluon-lang/gluon"

[lib]
proc-macro = true
[dependencies.proc-macro2]
version = "0.4"

[dependencies.quote]
version = "0.6"

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

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

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

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