Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "autocfg" 7version = "1.5.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 10 11[[package]] 12name = "heck" 13version = "0.5.0" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 16 17[[package]] 18name = "indoc" 19version = "2.0.6" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 22 23[[package]] 24name = "itoa" 25version = "1.0.15" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 28 29[[package]] 30name = "libc" 31version = "0.2.174" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" 34 35[[package]] 36name = "memchr" 37version = "2.7.5" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 40 41[[package]] 42name = "memmap2" 43version = "0.9.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "memoffset" 52version = "0.9.1" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 55dependencies = [ 56 "autocfg", 57] 58 59[[package]] 60name = "once_cell" 61version = "1.21.3" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 64 65[[package]] 66name = "portable-atomic" 67version = "1.11.1" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 70 71[[package]] 72name = "proc-macro2" 73version = "1.0.95" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778" 76dependencies = [ 77 "unicode-ident", 78] 79 80[[package]] 81name = "pyo3" 82version = "0.25.1" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "8970a78afe0628a3e3430376fc5fd76b6b45c4d43360ffd6cdd40bdde72b682a" 85dependencies = [ 86 "indoc", 87 "libc", 88 "memoffset", 89 "once_cell", 90 "portable-atomic", 91 "pyo3-build-config", 92 "pyo3-ffi", 93 "pyo3-macros", 94 "unindent", 95] 96 97[[package]] 98name = "pyo3-build-config" 99version = "0.25.1" 100source = "registry+https://github.com/rust-lang/crates.io-index" 101checksum = "458eb0c55e7ece017adeba38f2248ff3ac615e53660d7c71a238d7d2a01c7598" 102dependencies = [ 103 "once_cell", 104 "target-lexicon", 105] 106 107[[package]] 108name = "pyo3-ffi" 109version = "0.25.1" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "7114fe5457c61b276ab77c5055f206295b812608083644a5c5b2640c3102565c" 112dependencies = [ 113 "libc", 114 "pyo3-build-config", 115] 116 117[[package]] 118name = "pyo3-macros" 119version = "0.25.1" 120source = "registry+https://github.com/rust-lang/crates.io-index" 121checksum = "a8725c0a622b374d6cb051d11a0983786448f7785336139c3c94f5aa6bef7e50" 122dependencies = [ 123 "proc-macro2", 124 "pyo3-macros-backend", 125 "quote", 126 "syn", 127] 128 129[[package]] 130name = "pyo3-macros-backend" 131version = "0.25.1" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "4109984c22491085343c05b0dbc54ddc405c3cf7b4374fc533f5c3313a572ccc" 134dependencies = [ 135 "heck", 136 "proc-macro2", 137 "pyo3-build-config", 138 "quote", 139 "syn", 140] 141 142[[package]] 143name = "quote" 144version = "1.0.40" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 147dependencies = [ 148 "proc-macro2", 149] 150 151[[package]] 152name = "ryu" 153version = "1.0.20" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 156 157[[package]] 158name = "safetensors" 159version = "0.6.0-dev.0" 160dependencies = [ 161 "serde", 162 "serde_json", 163] 164 165[[package]] 166name = "safetensors-python" 167version = "0.6.0-dev.0" 168dependencies = [ 169 "memmap2", 170 "pyo3", 171 "safetensors", 172 "serde_json", 173] 174 175[[package]] 176name = "serde" 177version = "1.0.219" 178source = "registry+https://github.com/rust-lang/crates.io-index" 179checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6" 180dependencies = [ 181 "serde_derive", 182] 183 184[[package]] 185name = "serde_derive" 186version = "1.0.219" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00" 189dependencies = [ 190 "proc-macro2", 191 "quote", 192 "syn", 193] 194 195[[package]] 196name = "serde_json" 197version = "1.0.140" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" 200dependencies = [ 201 "itoa", 202 "memchr", 203 "ryu", 204 "serde", 205] 206 207[[package]] 208name = "syn" 209version = "2.0.104" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40" 212dependencies = [ 213 "proc-macro2", 214 "quote", 215 "unicode-ident", 216] 217 218[[package]] 219name = "target-lexicon" 220version = "0.13.2" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a" 223 224[[package]] 225name = "unicode-ident" 226version = "1.0.18" 227source = "registry+https://github.com/rust-lang/crates.io-index" 228checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512" 229 230[[package]] 231name = "unindent" 232version = "0.2.4" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"