nodes/Cargo.lock

486 lines
11 KiB
Plaintext
Raw Normal View History

2024-02-28 21:21:42 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "array"
version = "0.1.0"
2024-02-28 21:21:42 +01:00
dependencies = [
"console_error_panic_hook",
2024-04-15 22:13:43 +02:00
"macros",
"serde",
"serde-wasm-bindgen",
"utils",
"wasm-bindgen",
"wasm-bindgen-test",
2024-04-15 22:13:43 +02:00
"web-sys",
2024-02-28 21:21:42 +01:00
]
2024-04-17 15:34:28 +02:00
[[package]]
name = "box"
version = "0.1.0"
dependencies = [
"console_error_panic_hook",
"macros",
"serde",
"serde-wasm-bindgen",
"utils",
"wasm-bindgen",
"wasm-bindgen-test",
"web-sys",
]
2024-02-28 21:21:42 +01:00
[[package]]
name = "bumpalo"
version = "3.16.0"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2024-02-28 21:21:42 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-02-28 21:21:42 +01:00
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
2024-02-28 21:21:42 +01:00
dependencies = [
"cfg-if",
"wasm-bindgen",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "float"
2024-04-10 23:50:41 +02:00
version = "0.1.0"
dependencies = [
"console_error_panic_hook",
2024-04-15 22:13:43 +02:00
"macros",
2024-04-10 23:50:41 +02:00
"serde",
"serde-wasm-bindgen",
"utils",
2024-04-10 23:50:41 +02:00
"wasm-bindgen",
"wasm-bindgen-test",
]
2024-04-16 15:32:23 +02:00
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gl_matrix"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df64d0245c589931a0b5a385a63e7db2aeff209bdd471df0417e0f230a4c33ae"
dependencies = [
"rand",
]
2024-04-17 16:39:56 +02:00
[[package]]
name = "glam"
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9"
2024-02-28 21:21:42 +01:00
[[package]]
name = "itoa"
version = "1.0.11"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2024-02-28 21:21:42 +01:00
[[package]]
name = "js-sys"
version = "0.3.69"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2024-02-28 21:21:42 +01:00
dependencies = [
"wasm-bindgen",
2024-02-28 21:21:42 +01:00
]
2024-04-16 15:32:23 +02:00
[[package]]
name = "libc"
version = "0.2.153"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
2024-02-28 21:21:42 +01:00
[[package]]
name = "log"
version = "0.4.21"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2024-02-28 21:21:42 +01:00
2024-04-15 22:13:43 +02:00
[[package]]
name = "macros"
version = "0.1.0"
dependencies = [
"quote",
"serde_json",
"syn 1.0.109",
]
2024-02-28 21:21:42 +01:00
[[package]]
name = "math"
version = "0.1.0"
2024-02-28 21:21:42 +01:00
dependencies = [
"console_error_panic_hook",
2024-04-15 22:13:43 +02:00
"macros",
"serde",
"serde-wasm-bindgen",
"utils",
"wasm-bindgen",
"wasm-bindgen-test",
"web-sys",
2024-02-28 21:21:42 +01:00
]
2024-03-01 18:23:40 +01:00
[[package]]
name = "once_cell"
version = "1.19.0"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-02-28 21:21:42 +01:00
[[package]]
name = "output"
version = "0.1.0"
2024-02-28 21:21:42 +01:00
dependencies = [
"console_error_panic_hook",
2024-04-16 13:30:14 +02:00
"macros",
2024-02-28 21:21:42 +01:00
"serde",
"serde-wasm-bindgen",
"serde_json",
"utils",
"wasm-bindgen",
"wasm-bindgen-test",
"web-sys",
2024-02-28 21:21:42 +01:00
]
2024-04-16 15:32:23 +02:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2024-02-28 21:21:42 +01:00
[[package]]
name = "proc-macro2"
version = "1.0.80"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56dea16b0a29e94408b9aa5e2940a4eedbd128a1ba20e8f7ae60fd3d465af0e"
2024-02-28 21:21:42 +01:00
dependencies = [
"unicode-ident",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "quote"
version = "1.0.36"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2024-02-28 21:21:42 +01:00
dependencies = [
"proc-macro2",
2024-02-28 21:21:42 +01:00
]
2024-04-16 15:32:23 +02:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
"rand_core",
]
2024-02-28 21:21:42 +01:00
[[package]]
name = "random"
version = "0.1.0"
2024-02-28 21:21:42 +01:00
dependencies = [
"console_error_panic_hook",
2024-04-16 13:30:14 +02:00
"macros",
"serde",
"serde-wasm-bindgen",
"utils",
"wasm-bindgen",
"wasm-bindgen-test",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "ryu"
version = "1.0.17"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2024-02-28 21:21:42 +01:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2024-02-28 21:21:42 +01:00
[[package]]
name = "serde"
version = "1.0.197"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
2024-02-28 21:21:42 +01:00
dependencies = [
"serde_derive",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "serde-wasm-bindgen"
version = "0.4.5"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b4c031cd0d9014307d82b8abf653c0290fbdaeb4c02d00c63cf52f728628bf"
2024-02-28 21:21:42 +01:00
dependencies = [
"js-sys",
"serde",
"wasm-bindgen",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "serde_derive"
version = "1.0.197"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
2024-02-28 21:21:42 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-04-15 22:13:43 +02:00
"syn 2.0.59",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "serde_json"
version = "1.0.115"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
2024-02-28 21:21:42 +01:00
dependencies = [
"itoa",
"ryu",
2024-02-28 21:21:42 +01:00
"serde",
]
2024-04-15 22:13:43 +02:00
[[package]]
name = "stem"
version = "0.1.0"
dependencies = [
"console_error_panic_hook",
"macros",
"serde",
"serde-wasm-bindgen",
"utils",
"wasm-bindgen",
"wasm-bindgen-test",
"web-sys",
]
2024-02-28 21:21:42 +01:00
[[package]]
name = "sum"
version = "0.1.0"
2024-02-28 21:21:42 +01:00
dependencies = [
"console_error_panic_hook",
2024-04-15 22:13:43 +02:00
"macros",
2024-02-28 21:21:42 +01:00
"serde",
"serde-wasm-bindgen",
"utils",
"wasm-bindgen",
"wasm-bindgen-test",
2024-04-15 22:13:43 +02:00
"web-sys",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "syn"
version = "2.0.59"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
2024-02-28 21:21:42 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "triangle"
version = "0.1.0"
2024-02-28 21:21:42 +01:00
dependencies = [
"console_error_panic_hook",
2024-04-17 15:34:28 +02:00
"macros",
2024-02-28 21:21:42 +01:00
"serde",
"serde-wasm-bindgen",
"utils",
"wasm-bindgen",
"wasm-bindgen-test",
2024-04-17 15:34:28 +02:00
"web-sys",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "unicode-ident"
version = "1.0.12"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2024-02-28 21:21:42 +01:00
[[package]]
name = "utils"
version = "0.1.0"
dependencies = [
"console_error_panic_hook",
2024-04-16 15:32:23 +02:00
"gl_matrix",
2024-04-17 16:39:56 +02:00
"glam",
"serde",
"serde_json",
"wasm-bindgen",
2024-04-18 00:02:50 +02:00
"web-sys",
]
2024-04-16 15:32:23 +02:00
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2024-02-28 21:21:42 +01:00
[[package]]
name = "wasm-bindgen"
version = "0.2.92"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2024-02-28 21:21:42 +01:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.92"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2024-02-28 21:21:42 +01:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-04-15 22:13:43 +02:00
"syn 2.0.59",
"wasm-bindgen-shared",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.42"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2024-02-28 21:21:42 +01:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
2024-03-01 18:23:40 +01:00
]
2024-02-28 21:21:42 +01:00
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.92"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2024-02-28 21:21:42 +01:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.92"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2024-02-28 21:21:42 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-04-15 22:13:43 +02:00
"syn 2.0.59",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.92"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2024-02-28 21:21:42 +01:00
2024-03-01 18:23:40 +01:00
[[package]]
name = "wasm-bindgen-test"
version = "0.3.42"
2024-03-01 18:23:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9bf62a58e0780af3e852044583deee40983e5886da43a271dd772379987667b"
2024-03-01 18:23:40 +01:00
dependencies = [
"console_error_panic_hook",
"js-sys",
"scoped-tls",
2024-04-04 19:17:27 +02:00
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-bindgen-test-macro",
2024-03-01 18:23:40 +01:00
]
2024-02-28 21:21:42 +01:00
[[package]]
name = "wasm-bindgen-test-macro"
version = "0.3.42"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7f89739351a2e03cb94beb799d47fb2cac01759b40ec441f7de39b00cbf7ef0"
2024-02-28 21:21:42 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-04-15 22:13:43 +02:00
"syn 2.0.59",
2024-02-28 21:21:42 +01:00
]
[[package]]
name = "web-sys"
version = "0.3.69"
2024-02-28 21:21:42 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2024-02-28 21:21:42 +01:00
dependencies = [
"js-sys",
"wasm-bindgen",
2024-02-28 21:21:42 +01:00
]