# 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 = "gdnative_export_node_as_path" version = "0.1.2" authors = ["Houtamelo"] exclude = [ "tests/*", "target/*", ] description = "Boilerplate-code replacement macros when exporting node references through NodePath." readme = "README.md" keywords = [ "godot", "gdnative", "nodepath", "godot-export", "proc-macro", ] categories = [ "game-development", "api-bindings", "development-tools", "rust-patterns", ] license-file = "LICENSE" repository = "https://github.com/Houtamelo/gdnative_export_node_macro" [lib] proc-macro = true [dependencies.heck] version = "0.5.0-rc.1" [dependencies.proc-macro2] version = "1.0.69" [dependencies.quote] version = "1.0.33" [dependencies.regex] version = "1.5.4" [dependencies.syn] version = "1.0.109" features = ["full"] [dev-dependencies.gdnative] version = "0.11.3"