# This file is automatically @generated by Cargo. # It is not intended for manual editing. version = 4 [[package]] name = "aho-corasick" version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" dependencies = [ "memchr", ] [[package]] name = "gdextension-api" version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ec0a03c8f9c91e3d8eb7ca56dea81c7248c03826dd3f545f33cd22ef275d4d1" [[package]] name = "glam" version = "0.30.3" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6b46b9ca4690308844c644e7c634d68792467260e051c8543e0c7871662b3ba7" [[package]] name = "godot" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0a39ac85e71bb02a09badd538b76e11945bf7ee5e02c30d46e38e7d3dac33763" dependencies = [ "godot-core", "godot-macros", ] [[package]] name = "godot-bindings" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "619afb7eda5a0f3e496d651b858ec7c03acf483a7cd36b7c4a7c0df96ae1a50e" dependencies = [ "gdextension-api", ] [[package]] name = "godot-cell" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6c198c3760f5f2edb852ebdbcc83f948fa1436d6deb2000bbdadb99fc6858bfd" [[package]] name = "godot-codegen" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7673ba4ef6a69205dc93909c5c5fc15f3c9159e1829b1ff1e7c4a94ba31f93f3" dependencies = [ "godot-bindings", "heck", "nanoserde", "proc-macro2", "quote", "regex", ] [[package]] name = "godot-core" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1124ea2c9753d593691d16864edb57552f9321333a286f802932e3d8a56d70f3" dependencies = [ "glam", "godot-bindings", "godot-cell", "godot-codegen", "godot-ffi", ] [[package]] name = "godot-ffi" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ec84cddb0e58a8ad3639e88ba1f06a8350ddff4cc368a7d78c1cff1b46e7ff0a" dependencies = [ "godot-bindings", "godot-codegen", "godot-macros", "libc", ] [[package]] name = "godot-macros" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d8a41150c0d205c7b671402a3f06f1b89910d90c513a0442fa4b2b8ea6665969" dependencies = [ "godot-bindings", "libc", "proc-macro2", "quote", "venial", ] [[package]] name = "heck" version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" [[package]] name = "libc" version = "0.2.172" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" [[package]] name = "memchr" version = "2.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "nanoserde" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a36fb3a748a4c9736ed7aeb5f2dfc99665247f1ce306abbddb2bf0ba2ac530a4" dependencies = [ "nanoserde-derive", ] [[package]] name = "nanoserde-derive" version = "0.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a846cbc04412cf509efcd8f3694b114fc700a035fb5a37f21517f9fb019f1ebc" [[package]] name = "open-strike-2" version = "0.1.0" dependencies = [ "godot", ] [[package]] name = "proc-macro2" version = "1.0.93" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99" dependencies = [ "unicode-ident", ] [[package]] name = "quote" version = "1.0.38" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc" dependencies = [ "proc-macro2", ] [[package]] name = "regex" version = "1.11.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" dependencies = [ "aho-corasick", "memchr", "regex-automata", "regex-syntax", ] [[package]] name = "regex-automata" version = "0.4.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" dependencies = [ "aho-corasick", "memchr", "regex-syntax", ] [[package]] name = "regex-syntax" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" [[package]] name = "unicode-ident" version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034" [[package]] name = "venial" version = "0.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "9a42528baceab6c7784446df2a10f4185078c39bf73dc614f154353f1a6b1229" dependencies = [ "proc-macro2", "quote", ]