Cargo.lock (3456B)
1 # This file is automatically @generated by Cargo. 2 # It is not intended for manual editing. 3 version = 4 4 5 [[package]] 6 name = "bumpalo" 7 version = "3.19.0" 8 source = "registry+https://github.com/rust-lang/crates.io-index" 9 checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 10 11 [[package]] 12 name = "cfg-if" 13 version = "1.0.1" 14 source = "registry+https://github.com/rust-lang/crates.io-index" 15 checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268" 16 17 [[package]] 18 name = "log" 19 version = "0.4.27" 20 source = "registry+https://github.com/rust-lang/crates.io-index" 21 checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94" 22 23 [[package]] 24 name = "once_cell" 25 version = "1.21.3" 26 source = "registry+https://github.com/rust-lang/crates.io-index" 27 checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 28 29 [[package]] 30 name = "proc-macro2" 31 version = "1.0.95" 32 source = "registry+https://github.com/rust-lang/crates.io-index" 33 checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 34 dependencies = [ 35 "unicode-ident", 36 ] 37 38 [[package]] 39 name = "quote" 40 version = "1.0.40" 41 source = "registry+https://github.com/rust-lang/crates.io-index" 42 checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 43 dependencies = [ 44 "proc-macro2", 45 ] 46 47 [[package]] 48 name = "rustversion" 49 version = "1.0.21" 50 source = "registry+https://github.com/rust-lang/crates.io-index" 51 checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d" 52 53 [[package]] 54 name = "syn" 55 version = "2.0.104" 56 source = "registry+https://github.com/rust-lang/crates.io-index" 57 checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 58 dependencies = [ 59 "proc-macro2", 60 "quote", 61 "unicode-ident", 62 ] 63 64 [[package]] 65 name = "unicode-ident" 66 version = "1.0.18" 67 source = "registry+https://github.com/rust-lang/crates.io-index" 68 checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 69 70 [[package]] 71 name = "wasm" 72 version = "0.1.0" 73 dependencies = [ 74 "wasm-bindgen", 75 ] 76 77 [[package]] 78 name = "wasm-bindgen" 79 version = "0.2.100" 80 source = "registry+https://github.com/rust-lang/crates.io-index" 81 checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 82 dependencies = [ 83 "cfg-if", 84 "once_cell", 85 "rustversion", 86 "wasm-bindgen-macro", 87 ] 88 89 [[package]] 90 name = "wasm-bindgen-backend" 91 version = "0.2.100" 92 source = "registry+https://github.com/rust-lang/crates.io-index" 93 checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 94 dependencies = [ 95 "bumpalo", 96 "log", 97 "proc-macro2", 98 "quote", 99 "syn", 100 "wasm-bindgen-shared", 101 ] 102 103 [[package]] 104 name = "wasm-bindgen-macro" 105 version = "0.2.100" 106 source = "registry+https://github.com/rust-lang/crates.io-index" 107 checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 108 dependencies = [ 109 "quote", 110 "wasm-bindgen-macro-support", 111 ] 112 113 [[package]] 114 name = "wasm-bindgen-macro-support" 115 version = "0.2.100" 116 source = "registry+https://github.com/rust-lang/crates.io-index" 117 checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 118 dependencies = [ 119 "proc-macro2", 120 "quote", 121 "syn", 122 "wasm-bindgen-backend", 123 "wasm-bindgen-shared", 124 ] 125 126 [[package]] 127 name = "wasm-bindgen-shared" 128 version = "0.2.100" 129 source = "registry+https://github.com/rust-lang/crates.io-index" 130 checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 131 dependencies = [ 132 "unicode-ident", 133 ]