[package]
name = "godot-macros"
version = "0.2.2"
edition = "2021"
rust-version = "1.80"
license = "MPL-2.0"
keywords = ["gamedev", "godot", "engine", "derive", "macro"]
categories = ["game-engines", "graphics"]
description = "Internal crate used by godot-rust"
repository = "https://github.com/godot-rust/gdext"
homepage = "https://godot-rust.github.io"
[features]
api-custom = ["godot-bindings/api-custom"]
register-docs = ["dep:markdown"]
codegen-full = ["godot/__codegen-full"]
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1.0.80"
quote = "1.0.29"
markdown = { version = "=1.0.0-alpha.21", optional = true }
venial = "0.6"
[build-dependencies]
godot-bindings = { path = "../godot-bindings", version = "=0.2.2" }
[dev-dependencies]
godot = { path = "../godot", default-features = false}
[package.metadata.docs.rs]
features = ["experimental-godot-api"]
rustdoc-args = ["--cfg", "published_docs"]