# 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 = "2021" name = "gear-backend-codegen" version = "0.3.2-alpha.4" authors = ["Gear Technologies"] description = "Code generation library for gear-core-backend" homepage = "https://www.gear-tech.io" keywords = [ "gear", "wasm", "codegen", ] categories = ["wasm"] license = "GPL-3.0" repository = "https://github.com/gear-tech/gear" [lib] name = "gear_backend_codegen" path = "src/lib.rs" proc-macro = true required-features = [] edition = "2021" [dependencies.proc-macro2] version = "1" features = [] default-features = false [dependencies.quote] version = "1.0.33" features = [] default-features = false [dependencies.syn] version = "2.0.31" features = [ "default", "full", "fold", ] default-features = false