clone
ssh://git@git.notashelf.dev:33/notashelf/beer.git| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "aho-corasick" |
| 7 | version = "1.1.4" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
| 10 | dependencies = [ |
| 11 | "memchr", |
| 12 | ] |
| 13 | |
| 14 | [[package]] |
| 15 | name = "anyhow" |
| 16 | version = "1.0.102" |
| 17 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 18 | checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" |
| 19 | |
| 20 | [[package]] |
| 21 | name = "cfg-if" |
| 22 | version = "1.0.4" |
| 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 24 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 25 | |
| 26 | [[package]] |
| 27 | name = "lazy_static" |
| 28 | version = "1.5.0" |
| 29 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 30 | checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
| 31 | |
| 32 | [[package]] |
| 33 | name = "log" |
| 34 | version = "0.4.32" |
| 35 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 36 | checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" |
| 37 | |
| 38 | [[package]] |
| 39 | name = "matchers" |
| 40 | version = "0.2.0" |
| 41 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 42 | checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
| 43 | dependencies = [ |
| 44 | "regex-automata", |
| 45 | ] |
| 46 | |
| 47 | [[package]] |
| 48 | name = "memchr" |
| 49 | version = "2.8.2" |
| 50 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 51 | checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" |
| 52 | |
| 53 | [[package]] |
| 54 | name = "nu-ansi-term" |
| 55 | version = "0.50.3" |
| 56 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 57 | checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
| 58 | dependencies = [ |
| 59 | "windows-sys", |
| 60 | ] |
| 61 | |
| 62 | [[package]] |
| 63 | name = "once_cell" |
| 64 | version = "1.21.4" |
| 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 67 | |
| 68 | [[package]] |
| 69 | name = "pin-project-lite" |
| 70 | version = "0.2.17" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 73 | |
| 74 | [[package]] |
| 75 | name = "proc-macro2" |
| 76 | version = "1.0.106" |
| 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 78 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 79 | dependencies = [ |
| 80 | "unicode-ident", |
| 81 | ] |
| 82 | |
| 83 | [[package]] |
| 84 | name = "quote" |
| 85 | version = "1.0.45" |
| 86 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 87 | checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" |
| 88 | dependencies = [ |
| 89 | "proc-macro2", |
| 90 | ] |
| 91 | |
| 92 | [[package]] |
| 93 | name = "regex-automata" |
| 94 | version = "0.4.14" |
| 95 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 96 | checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 97 | dependencies = [ |
| 98 | "aho-corasick", |
| 99 | "memchr", |
| 100 | "regex-syntax", |
| 101 | ] |
| 102 | |
| 103 | [[package]] |
| 104 | name = "regex-syntax" |
| 105 | version = "0.8.11" |
| 106 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 107 | checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 108 | |
| 109 | [[package]] |
| 110 | name = "sharded-slab" |
| 111 | version = "0.1.7" |
| 112 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 113 | checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
| 114 | dependencies = [ |
| 115 | "lazy_static", |
| 116 | ] |
| 117 | |
| 118 | [[package]] |
| 119 | name = "smallvec" |
| 120 | version = "1.15.2" |
| 121 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 122 | checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| 123 | |
| 124 | [[package]] |
| 125 | name = "syn" |
| 126 | version = "2.0.118" |
| 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 128 | checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" |
| 129 | dependencies = [ |
| 130 | "proc-macro2", |
| 131 | "quote", |
| 132 | "unicode-ident", |
| 133 | ] |
| 134 | |
| 135 | [[package]] |
| 136 | name = "thread_local" |
| 137 | version = "1.1.9" |
| 138 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 139 | checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
| 140 | dependencies = [ |
| 141 | "cfg-if", |
| 142 | ] |
| 143 | |
| 144 | [[package]] |
| 145 | name = "tracing" |
| 146 | version = "0.1.44" |
| 147 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 148 | checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
| 149 | dependencies = [ |
| 150 | "pin-project-lite", |
| 151 | "tracing-attributes", |
| 152 | "tracing-core", |
| 153 | ] |
| 154 | |
| 155 | [[package]] |
| 156 | name = "tracing-attributes" |
| 157 | version = "0.1.31" |
| 158 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 159 | checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
| 160 | dependencies = [ |
| 161 | "proc-macro2", |
| 162 | "quote", |
| 163 | "syn", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
| 167 | name = "tracing-core" |
| 168 | version = "0.1.36" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
| 171 | dependencies = [ |
| 172 | "once_cell", |
| 173 | "valuable", |
| 174 | ] |
| 175 | |
| 176 | [[package]] |
| 177 | name = "tracing-log" |
| 178 | version = "0.2.0" |
| 179 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 180 | checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
| 181 | dependencies = [ |
| 182 | "log", |
| 183 | "once_cell", |
| 184 | "tracing-core", |
| 185 | ] |
| 186 | |
| 187 | [[package]] |
| 188 | name = "tracing-subscriber" |
| 189 | version = "0.3.23" |
| 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 | checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" |
| 192 | dependencies = [ |
| 193 | "matchers", |
| 194 | "nu-ansi-term", |
| 195 | "once_cell", |
| 196 | "regex-automata", |
| 197 | "sharded-slab", |
| 198 | "smallvec", |
| 199 | "thread_local", |
| 200 | "tracing", |
| 201 | "tracing-core", |
| 202 | "tracing-log", |
| 203 | ] |
| 204 | |
| 205 | [[package]] |
| 206 | name = "unicode-ident" |
| 207 | version = "1.0.24" |
| 208 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 209 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 210 | |
| 211 | [[package]] |
| 212 | name = "valuable" |
| 213 | version = "0.1.1" |
| 214 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 215 | checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
| 216 | |
| 217 | [[package]] |
| 218 | name = "windows-link" |
| 219 | version = "0.2.1" |
| 220 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 221 | checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
| 222 | |
| 223 | [[package]] |
| 224 | name = "windows-sys" |
| 225 | version = "0.61.2" |
| 226 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 227 | checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
| 228 | dependencies = [ |
| 229 | "windows-link", |
| 230 | ] |
| 231 | |
| 232 | [[package]] |
| 233 | name = "wterm" |
| 234 | version = "0.0.0" |
| 235 | dependencies = [ |
| 236 | "anyhow", |
| 237 | "tracing", |
| 238 | "tracing-subscriber", |
| 239 | ] |