1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "aho-corasick" 7version = "1.0.5" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "autocfg" 16version = "1.1.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" 19 20[[package]] 21name = "bitflags" 22version = "1.3.2" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 25 26[[package]] 27name = "breezy" 28version = "3.3.4" 29dependencies = [ 30 "pyo3", 31] 32 33[[package]] 34name = "cfg-if" 35version = "1.0.0" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 38 39[[package]] 40name = "indoc" 41version = "1.0.9" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306" 44 45[[package]] 46name = "lazy_static" 47version = "1.4.0" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" 50 51[[package]] 52name = "libc" 53version = "0.2.147" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" 56 57[[package]] 58name = "lock_api" 59version = "0.4.10" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" 62dependencies = [ 63 "autocfg", 64 "scopeguard", 65] 66 67[[package]] 68name = "memchr" 69version = "2.6.3" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" 72 73[[package]] 74name = "memoffset" 75version = "0.9.0" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c" 78dependencies = [ 79 "autocfg", 80] 81 82[[package]] 83name = "once_cell" 84version = "1.18.0" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" 87 88[[package]] 89name = "parking_lot" 90version = "0.12.1" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f" 93dependencies = [ 94 "lock_api", 95 "parking_lot_core", 96] 97 98[[package]] 99name = "parking_lot_core" 100version = "0.9.8" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" 103dependencies = [ 104 "cfg-if", 105 "libc", 106 "redox_syscall", 107 "smallvec", 108 "windows-targets", 109] 110 111[[package]] 112name = "proc-macro2" 113version = "1.0.66" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9" 116dependencies = [ 117 "unicode-ident", 118] 119 120[[package]] 121name = "pyo3" 122version = "0.19.2" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38" 125dependencies = [ 126 "cfg-if", 127 "indoc", 128 "libc", 129 "memoffset", 130 "parking_lot", 131 "pyo3-build-config", 132 "pyo3-ffi", 133 "pyo3-macros", 134 "unindent", 135] 136 137[[package]] 138name = "pyo3-build-config" 139version = "0.19.2" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5" 142dependencies = [ 143 "once_cell", 144 "target-lexicon", 145] 146 147[[package]] 148name = "pyo3-ffi" 149version = "0.19.2" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9" 152dependencies = [ 153 "libc", 154 "pyo3-build-config", 155] 156 157[[package]] 158name = "pyo3-macros" 159version = "0.19.2" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1" 162dependencies = [ 163 "proc-macro2", 164 "pyo3-macros-backend", 165 "quote", 166 "syn", 167] 168 169[[package]] 170name = "pyo3-macros-backend" 171version = "0.19.2" 172source = "registry+https://github.com/rust-lang/crates.io-index" 173checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536" 174dependencies = [ 175 "proc-macro2", 176 "quote", 177 "syn", 178] 179 180[[package]] 181name = "quote" 182version = "1.0.33" 183source = "registry+https://github.com/rust-lang/crates.io-index" 184checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae" 185dependencies = [ 186 "proc-macro2", 187] 188 189[[package]] 190name = "redox_syscall" 191version = "0.3.5" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" 194dependencies = [ 195 "bitflags", 196] 197 198[[package]] 199name = "regex" 200version = "1.9.5" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47" 203dependencies = [ 204 "aho-corasick", 205 "memchr", 206 "regex-automata", 207 "regex-syntax", 208] 209 210[[package]] 211name = "regex-automata" 212version = "0.3.8" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795" 215dependencies = [ 216 "aho-corasick", 217 "memchr", 218 "regex-syntax", 219] 220 221[[package]] 222name = "regex-syntax" 223version = "0.7.5" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" 226 227[[package]] 228name = "rio-py" 229version = "3.3.4" 230dependencies = [ 231 "lazy_static", 232 "pyo3", 233 "regex", 234] 235 236[[package]] 237name = "scopeguard" 238version = "1.2.0" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 241 242[[package]] 243name = "smallvec" 244version = "1.11.0" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" 247 248[[package]] 249name = "syn" 250version = "1.0.109" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 253dependencies = [ 254 "proc-macro2", 255 "quote", 256 "unicode-ident", 257] 258 259[[package]] 260name = "target-lexicon" 261version = "0.12.11" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a" 264 265[[package]] 266name = "unicode-ident" 267version = "1.0.11" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c" 270 271[[package]] 272name = "unindent" 273version = "0.1.11" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c" 276 277[[package]] 278name = "windows-targets" 279version = "0.48.5" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 282dependencies = [ 283 "windows_aarch64_gnullvm", 284 "windows_aarch64_msvc", 285 "windows_i686_gnu", 286 "windows_i686_msvc", 287 "windows_x86_64_gnu", 288 "windows_x86_64_gnullvm", 289 "windows_x86_64_msvc", 290] 291 292[[package]] 293name = "windows_aarch64_gnullvm" 294version = "0.48.5" 295source = "registry+https://github.com/rust-lang/crates.io-index" 296checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 297 298[[package]] 299name = "windows_aarch64_msvc" 300version = "0.48.5" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 303 304[[package]] 305name = "windows_i686_gnu" 306version = "0.48.5" 307source = "registry+https://github.com/rust-lang/crates.io-index" 308checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 309 310[[package]] 311name = "windows_i686_msvc" 312version = "0.48.5" 313source = "registry+https://github.com/rust-lang/crates.io-index" 314checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 315 316[[package]] 317name = "windows_x86_64_gnu" 318version = "0.48.5" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 321 322[[package]] 323name = "windows_x86_64_gnullvm" 324version = "0.48.5" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 327 328[[package]] 329name = "windows_x86_64_msvc" 330version = "0.48.5" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"