godot 0.5.2

Rust bindings for Godot 4
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 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 = "2024"
rust-version = "1.94"
name = "godot"
version = "0.5.2"
authors = [
    "Bromeon",
    "godot-rust contributors",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for Godot 4"
homepage = "https://godot-rust.github.io"
documentation = "https://docs.rs/godot/0.5.2"
readme = "crate-readme.md"
keywords = [
    "gamedev",
    "godot",
    "engine",
    "2d",
    "3d",
]
categories = [
    "game-engines",
    "graphics",
]
license = "MPL-2.0"
repository = "https://github.com/godot-rust/gdext"
resolver = "2"

[package.metadata.docs.rs]
features = ["experimental-godot-api"]
rustdoc-args = [
    "--cfg",
    "published_docs",
]
rustc-args = [
    "--cfg",
    "published_docs",
]

[features]
__codegen-full = [
    "godot-core/codegen-full",
    "godot-macros/codegen-full",
]
__debug-log = ["godot-core/debug-log"]
__trace = ["godot-core/trace"]
api-4-2 = ["godot-core/api-4-2"]
api-4-3 = ["godot-core/api-4-3"]
api-4-4 = ["godot-core/api-4-4"]
api-4-5 = ["godot-core/api-4-5"]
api-4-6 = ["godot-core/api-4-6"]
api-custom = ["godot-core/api-custom"]
api-custom-json = ["godot-core/api-custom-json"]
codegen-rustfmt = ["godot-core/codegen-rustfmt"]
custom-godot = ["api-custom"]
custom-json = ["api-custom-json"]
default = ["__codegen-full"]
double-precision = ["godot-core/double-precision"]
experimental-godot-api = ["godot-core/experimental-godot-api"]
experimental-threads = ["godot-core/experimental-threads"]
experimental-wasm = []
experimental-wasm-nothreads = ["godot-core/experimental-wasm-nothreads"]
lazy-function-tables = ["godot-core/codegen-lazy-fptrs"]
register-docs = [
    "godot-macros/register-docs",
    "godot-core/register-docs",
]
safeguards-dev-balanced = ["godot-core/safeguards-dev-balanced"]
safeguards-release-disengaged = ["godot-core/safeguards-release-disengaged"]
serde = ["godot-core/serde"]

[lib]
name = "godot"
path = "src/lib.rs"

[dependencies.godot-core]
version = "=0.5.2"

[dependencies.godot-macros]
version = "=0.5.2"