godot 0.3.1

Rust bindings for Godot 4
Documentation
[dependencies.godot-core]
version = "=0.3.1"

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

[features]
__codegen-full = ["godot-core/codegen-full", "godot-macros/codegen-full"]
__debug-log = ["godot-core/debug-log"]
__trace = ["godot-core/trace"]
api-4-1 = ["godot-core/api-4-1"]
api-4-1-1 = ["godot-core/api-4-1-1"]
api-4-1-2 = ["godot-core/api-4-1-2"]
api-4-1-3 = ["godot-core/api-4-1-3"]
api-4-1-4 = ["godot-core/api-4-1-4"]
api-4-2 = ["godot-core/api-4-2"]
api-4-2-1 = ["godot-core/api-4-2-1"]
api-4-2-2 = ["godot-core/api-4-2-2"]
api-4-3 = ["godot-core/api-4-3"]
api-4-4 = ["godot-core/api-4-4"]
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"]
serde = ["godot-core/serde"]

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

[package]
authors = ["Bromeon", "godot-rust contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["game-engines", "graphics"]
description = "Rust bindings for Godot 4"
documentation = "https://docs.rs/godot/0.3.1"
edition = "2021"
homepage = "https://godot-rust.github.io"
keywords = ["gamedev", "godot", "engine", "2d", "3d"]
license = "MPL-2.0"
name = "godot"
readme = "crate-readme.md"
repository = "https://github.com/godot-rust/gdext"
rust-version = "1.87"
version = "0.3.1"

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