|
@@ -0,0 +1,265 @@
|
|
|
+# This file is automatically @generated by Cargo.
|
|
|
+# It is not intended for manual editing.
|
|
|
+version = 3
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "aho-corasick"
|
|
|
+version = "1.1.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
|
|
+dependencies = [
|
|
|
+ "memchr",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "cfg-if"
|
|
|
+version = "1.0.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "gensym"
|
|
|
+version = "0.1.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "913dce4c5f06c2ea40fc178c06f777ac89fc6b1383e90c254fafb1abe4ba3c82"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "syn",
|
|
|
+ "uuid",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "getrandom"
|
|
|
+version = "0.2.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
|
|
+dependencies = [
|
|
|
+ "cfg-if",
|
|
|
+ "libc",
|
|
|
+ "wasi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "glam"
|
|
|
+version = "0.23.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "8e4afd9ad95555081e109fe1d21f2a30c691b5f0919c67dfa690a2e1eb6bd51c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "godot"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/godot-rust/gdext?branch=master#52628a0a8cb7d4c2d784a930261220ce3c0cb31d"
|
|
|
+dependencies = [
|
|
|
+ "godot-core",
|
|
|
+ "godot-macros",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "godot-bindings"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/godot-rust/gdext?branch=master#52628a0a8cb7d4c2d784a930261220ce3c0cb31d"
|
|
|
+dependencies = [
|
|
|
+ "godot4-prebuilt",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "godot-cell"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/godot-rust/gdext?branch=master#52628a0a8cb7d4c2d784a930261220ce3c0cb31d"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "godot-codegen"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/godot-rust/gdext?branch=master#52628a0a8cb7d4c2d784a930261220ce3c0cb31d"
|
|
|
+dependencies = [
|
|
|
+ "godot-bindings",
|
|
|
+ "godot-fmt",
|
|
|
+ "heck",
|
|
|
+ "nanoserde",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "regex",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "godot-core"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/godot-rust/gdext?branch=master#52628a0a8cb7d4c2d784a930261220ce3c0cb31d"
|
|
|
+dependencies = [
|
|
|
+ "glam",
|
|
|
+ "godot-bindings",
|
|
|
+ "godot-cell",
|
|
|
+ "godot-codegen",
|
|
|
+ "godot-ffi",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "godot-ffi"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/godot-rust/gdext?branch=master#52628a0a8cb7d4c2d784a930261220ce3c0cb31d"
|
|
|
+dependencies = [
|
|
|
+ "gensym",
|
|
|
+ "godot-bindings",
|
|
|
+ "godot-codegen",
|
|
|
+ "paste",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "godot-fmt"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/godot-rust/gdext?branch=master#52628a0a8cb7d4c2d784a930261220ce3c0cb31d"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "godot-macros"
|
|
|
+version = "0.1.0"
|
|
|
+source = "git+https://github.com/godot-rust/gdext?branch=master#52628a0a8cb7d4c2d784a930261220ce3c0cb31d"
|
|
|
+dependencies = [
|
|
|
+ "godot-bindings",
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "venial",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "godot4-prebuilt"
|
|
|
+version = "0.0.0"
|
|
|
+source = "git+https://github.com/godot-rust/godot4-prebuilt?branch=4.2#3328a4cded2da9c9a3e2c4f7e42f649f677648ce"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "heck"
|
|
|
+version = "0.4.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "libc"
|
|
|
+version = "0.2.152"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "memchr"
|
|
|
+version = "2.7.1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "nanoserde"
|
|
|
+version = "0.1.35"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "4a983d0b19ed0fcd803c4f04f9b20d5e6dd17e06d44d98742a0985ac45dab1bc"
|
|
|
+dependencies = [
|
|
|
+ "nanoserde-derive",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "nanoserde-derive"
|
|
|
+version = "0.1.21"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "d4dc96541767a4279572fdcf9f95af9cc1c9b2a2254e7a079203c81e206a9059"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "paste"
|
|
|
+version = "1.0.14"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "proc-macro2"
|
|
|
+version = "1.0.78"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
|
|
|
+dependencies = [
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "quote"
|
|
|
+version = "1.0.35"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "rcode"
|
|
|
+version = "0.1.0"
|
|
|
+dependencies = [
|
|
|
+ "godot",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex"
|
|
|
+version = "1.10.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
|
|
+dependencies = [
|
|
|
+ "aho-corasick",
|
|
|
+ "memchr",
|
|
|
+ "regex-automata",
|
|
|
+ "regex-syntax",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-automata"
|
|
|
+version = "0.4.3"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
|
|
+dependencies = [
|
|
|
+ "aho-corasick",
|
|
|
+ "memchr",
|
|
|
+ "regex-syntax",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "regex-syntax"
|
|
|
+version = "0.8.2"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "syn"
|
|
|
+version = "2.0.48"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+ "unicode-ident",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "unicode-ident"
|
|
|
+version = "1.0.12"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "uuid"
|
|
|
+version = "1.7.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
|
|
|
+dependencies = [
|
|
|
+ "getrandom",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "venial"
|
|
|
+version = "0.5.0"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "61584a325b16f97b5b25fcc852eb9550843a251057a5e3e5992d2376f3df4bb2"
|
|
|
+dependencies = [
|
|
|
+ "proc-macro2",
|
|
|
+ "quote",
|
|
|
+]
|
|
|
+
|
|
|
+[[package]]
|
|
|
+name = "wasi"
|
|
|
+version = "0.11.0+wasi-snapshot-preview1"
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
+checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|