# 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" rust-version = "1.63" name = "gdnative" version = "0.11.3" authors = ["The godot-rust developers"] description = "The Godot game engine's gdnative bindings." homepage = "https://godot-rust.github.io/" documentation = "https://docs.rs/crate/gdnative" readme = "README.md" keywords = [ "gamedev", "godot", "engine", "bindings", ] license = "MIT" repository = "https://github.com/godot-rust/godot-rust" resolver = "1" [package.metadata.docs.rs] features = [ "async", "serde", ] [dependencies.gdnative-async] version = "=0.11.3" optional = true [dependencies.gdnative-bindings] version = "=0.11.3" [dependencies.gdnative-core] version = "=0.11.3" [dependencies.gdnative-derive] version = "=0.11.3" [dev-dependencies.rustversion] version = "1" [dev-dependencies.trybuild] version = "1.0.18" [features] async = ["gdnative-async"] custom-godot = ["gdnative-bindings/custom-godot"] default = [] formatted = [ "gdnative-bindings/formatted", "gdnative-bindings/one-class-one-file", ] gd-test = ["gdnative-core/gd-test"] inventory = ["gdnative-core/inventory"] ptrcall = ["gdnative-bindings/ptrcall"] serde = ["gdnative-core/serde"] type-tag-fallback = ["gdnative-core/type-tag-fallback"]