# 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-bindings" version = "0.11.3" authors = ["The godot-rust developers"] description = "The Godot game engine's automatcally generated bindings to Godot classes." homepage = "https://godot-rust.github.io/" documentation = "https://docs.rs/crate/gdnative-bindings" license = "MIT" repository = "https://github.com/godot-rust/godot-rust" resolver = "1" [dependencies.gdnative-core] version = "=0.11.3" [dependencies.libc] version = "0.2" [build-dependencies.gdnative_bindings_generator] version = "=0.11.3" [features] custom-godot = ["gdnative_bindings_generator/custom-godot"] formatted = [] one-class-one-file = [] ptrcall = ["gdnative_bindings_generator/ptrcall"]