# 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.78" name = "godot-ffi" version = "0.1.1" description = "Internal crate used by godot-rust" homepage = "https://godot-rust.github.io" keywords = [ "gamedev", "godot", "engine", "ffi", ] categories = [ "game-engines", "graphics", ] license = "MPL-2.0" repository = "https://github.com/godot-rust/gdext" [package.metadata.docs.rs] features = ["experimental-godot-api"] rustdoc-args = [ "--cfg", "published_docs", ] [dependencies.paste] version = "1" [build-dependencies.godot-bindings] version = "=0.1.1" [build-dependencies.godot-codegen] version = "=0.1.1" [features] api-4-0 = ["godot-bindings/api-4-0"] api-4-0-1 = ["godot-bindings/api-4-0-1"] api-4-0-2 = ["godot-bindings/api-4-0-2"] api-4-0-3 = ["godot-bindings/api-4-0-3"] api-4-0-4 = ["godot-bindings/api-4-0-4"] api-4-1 = ["godot-bindings/api-4-1"] api-4-1-1 = ["godot-bindings/api-4-1-1"] api-4-1-2 = ["godot-bindings/api-4-1-2"] api-4-1-3 = ["godot-bindings/api-4-1-3"] api-4-1-4 = ["godot-bindings/api-4-1-4"] api-4-2 = ["godot-bindings/api-4-2"] api-4-2-1 = ["godot-bindings/api-4-2-1"] api-4-2-2 = ["godot-bindings/api-4-2-2"] api-custom = ["godot-bindings/api-custom"] codegen-lazy-fptrs = ["godot-codegen/codegen-lazy-fptrs"] codegen-rustfmt = ["godot-codegen/codegen-rustfmt"] debug-log = [] experimental-godot-api = ["godot-codegen/experimental-godot-api"] experimental-threads = [] [target."cfg(target_family = \"wasm\")".dependencies.gensym] version = "0.1.1" [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.153"