# 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-core" version = "0.11.3" authors = ["The godot-rust developers"] description = "The Godot game engine's gdnative core bindings." homepage = "https://godot-rust.github.io/" documentation = "https://docs.rs/crate/gdnative-core" license = "MIT" repository = "https://github.com/godot-rust/godot-rust" resolver = "1" [dependencies.ahash] version = "0.8" [dependencies.approx] version = "0.5" [dependencies.atomic-take] version = "1" [dependencies.bitflags] version = "1" [dependencies.gdnative-derive] version = "=0.11.3" [dependencies.gdnative-impl-proc-macros] version = "=0.11.3" [dependencies.gdnative-sys] version = "=0.11.3" [dependencies.glam] version = "0.22" [dependencies.indexmap] version = "1" [dependencies.inventory] version = "0.3" optional = true [dependencies.libc] version = "0.2" [dependencies.once_cell] version = "1" [dependencies.parking_lot] version = "0.12" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies] [features] default = [] gd-test = [] type-tag-fallback = []