at master 5.9 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.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "autocfg" 16version = "1.4.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 19 20[[package]] 21name = "breezy" 22version = "3.3.12" 23dependencies = [ 24 "pyo3", 25] 26 27[[package]] 28name = "cfg-if" 29version = "1.0.0" 30source = "registry+https://github.com/rust-lang/crates.io-index" 31checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 32 33[[package]] 34name = "heck" 35version = "0.5.0" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 38 39[[package]] 40name = "indoc" 41version = "2.0.6" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 44 45[[package]] 46name = "lazy_static" 47version = "1.5.0" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 50 51[[package]] 52name = "libc" 53version = "0.2.172" 54source = "registry+https://github.com/rust-lang/crates.io-index" 55checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" 56 57[[package]] 58name = "memchr" 59version = "2.7.4" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 62 63[[package]] 64name = "memoffset" 65version = "0.9.1" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 68dependencies = [ 69 "autocfg", 70] 71 72[[package]] 73name = "once_cell" 74version = "1.21.3" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 77 78[[package]] 79name = "portable-atomic" 80version = "1.11.0" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e" 83 84[[package]] 85name = "proc-macro2" 86version = "1.0.95" 87source = "registry+https://github.com/rust-lang/crates.io-index" 88checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 89dependencies = [ 90 "unicode-ident", 91] 92 93[[package]] 94name = "pyo3" 95version = "0.23.5" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "7778bffd85cf38175ac1f545509665d0b9b92a198ca7941f131f85f7a4f9a872" 98dependencies = [ 99 "cfg-if", 100 "indoc", 101 "libc", 102 "memoffset", 103 "once_cell", 104 "portable-atomic", 105 "pyo3-build-config", 106 "pyo3-ffi", 107 "pyo3-macros", 108 "unindent", 109] 110 111[[package]] 112name = "pyo3-build-config" 113version = "0.23.5" 114source = "registry+https://github.com/rust-lang/crates.io-index" 115checksum = "94f6cbe86ef3bf18998d9df6e0f3fc1050a8c5efa409bf712e661a4366e010fb" 116dependencies = [ 117 "once_cell", 118 "target-lexicon", 119] 120 121[[package]] 122name = "pyo3-ffi" 123version = "0.23.5" 124source = "registry+https://github.com/rust-lang/crates.io-index" 125checksum = "e9f1b4c431c0bb1c8fb0a338709859eed0d030ff6daa34368d3b152a63dfdd8d" 126dependencies = [ 127 "libc", 128 "pyo3-build-config", 129] 130 131[[package]] 132name = "pyo3-macros" 133version = "0.23.5" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "fbc2201328f63c4710f68abdf653c89d8dbc2858b88c5d88b0ff38a75288a9da" 136dependencies = [ 137 "proc-macro2", 138 "pyo3-macros-backend", 139 "quote", 140 "syn", 141] 142 143[[package]] 144name = "pyo3-macros-backend" 145version = "0.23.5" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "fca6726ad0f3da9c9de093d6f116a93c1a38e417ed73bf138472cf4064f72028" 148dependencies = [ 149 "heck", 150 "proc-macro2", 151 "pyo3-build-config", 152 "quote", 153 "syn", 154] 155 156[[package]] 157name = "quote" 158version = "1.0.40" 159source = "registry+https://github.com/rust-lang/crates.io-index" 160checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 161dependencies = [ 162 "proc-macro2", 163] 164 165[[package]] 166name = "regex" 167version = "1.11.1" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 170dependencies = [ 171 "aho-corasick", 172 "memchr", 173 "regex-automata", 174 "regex-syntax", 175] 176 177[[package]] 178name = "regex-automata" 179version = "0.4.9" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" 182dependencies = [ 183 "aho-corasick", 184 "memchr", 185 "regex-syntax", 186] 187 188[[package]] 189name = "regex-syntax" 190version = "0.8.5" 191source = "registry+https://github.com/rust-lang/crates.io-index" 192checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 193 194[[package]] 195name = "rio-py" 196version = "3.3.12" 197dependencies = [ 198 "lazy_static", 199 "pyo3", 200 "regex", 201] 202 203[[package]] 204name = "syn" 205version = "2.0.101" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf" 208dependencies = [ 209 "proc-macro2", 210 "quote", 211 "unicode-ident", 212] 213 214[[package]] 215name = "target-lexicon" 216version = "0.12.16" 217source = "registry+https://github.com/rust-lang/crates.io-index" 218checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1" 219 220[[package]] 221name = "unicode-ident" 222version = "1.0.18" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 225 226[[package]] 227name = "unindent" 228version = "0.2.4" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"