this repo has no description
at main 5.2 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "anyhow" 16version = "1.0.100" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 19 20[[package]] 21name = "equivalent" 22version = "1.0.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 25 26[[package]] 27name = "hashbrown" 28version = "0.16.1" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 31 32[[package]] 33name = "indexmap" 34version = "2.12.1" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 37dependencies = [ 38 "equivalent", 39 "hashbrown", 40] 41 42[[package]] 43name = "memchr" 44version = "2.7.6" 45source = "registry+https://github.com/rust-lang/crates.io-index" 46checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 47 48[[package]] 49name = "proc-macro2" 50version = "1.0.103" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 53dependencies = [ 54 "unicode-ident", 55] 56 57[[package]] 58name = "quote" 59version = "1.0.42" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 62dependencies = [ 63 "proc-macro2", 64] 65 66[[package]] 67name = "regex" 68version = "1.12.2" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 71dependencies = [ 72 "aho-corasick", 73 "memchr", 74 "regex-automata", 75 "regex-syntax", 76] 77 78[[package]] 79name = "regex-automata" 80version = "0.4.13" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 83dependencies = [ 84 "aho-corasick", 85 "memchr", 86 "regex-syntax", 87] 88 89[[package]] 90name = "regex-syntax" 91version = "0.8.8" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 94 95[[package]] 96name = "serde" 97version = "1.0.228" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 100dependencies = [ 101 "serde_core", 102 "serde_derive", 103] 104 105[[package]] 106name = "serde_core" 107version = "1.0.228" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 110dependencies = [ 111 "serde_derive", 112] 113 114[[package]] 115name = "serde_derive" 116version = "1.0.228" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 119dependencies = [ 120 "proc-macro2", 121 "quote", 122 "syn", 123] 124 125[[package]] 126name = "serde_spanned" 127version = "1.0.3" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" 130dependencies = [ 131 "serde_core", 132] 133 134[[package]] 135name = "syn" 136version = "2.0.110" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" 139dependencies = [ 140 "proc-macro2", 141 "quote", 142 "unicode-ident", 143] 144 145[[package]] 146name = "toml" 147version = "0.9.8" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" 150dependencies = [ 151 "indexmap", 152 "serde_core", 153 "serde_spanned", 154 "toml_datetime", 155 "toml_parser", 156 "toml_writer", 157 "winnow", 158] 159 160[[package]] 161name = "toml_datetime" 162version = "0.7.3" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" 165dependencies = [ 166 "serde_core", 167] 168 169[[package]] 170name = "toml_parser" 171version = "1.0.4" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" 174dependencies = [ 175 "winnow", 176] 177 178[[package]] 179name = "toml_writer" 180version = "1.0.4" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2" 183 184[[package]] 185name = "unicode-ident" 186version = "1.0.22" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 189 190[[package]] 191name = "website" 192version = "0.1.0" 193dependencies = [ 194 "anyhow", 195 "regex", 196 "serde", 197 "toml", 198] 199 200[[package]] 201name = "winnow" 202version = "0.7.13" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"