# 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 = "2018" name = "gluon_codegen" version = "0.18.2" authors = ["Markus "] 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 = "1.0.66" [dependencies.quote] version = "1.0.33" [dependencies.syn] version = "1.0.109" features = ["extra-traits"] [dev-dependencies.env_logger] version = "0.9.3" [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"