Highly ambitious ATProtocol AppView service and sdks
at fix-postgres 541 lines 14 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 = "android_system_properties" 16version = "0.1.5" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 19dependencies = [ 20 "libc", 21] 22 23[[package]] 24name = "autocfg" 25version = "1.5.0" 26source = "registry+https://github.com/rust-lang/crates.io-index" 27checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 28 29[[package]] 30name = "base-x" 31version = "0.2.11" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 34 35[[package]] 36name = "base64" 37version = "0.21.7" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 40 41[[package]] 42name = "bumpalo" 43version = "3.19.0" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 46 47[[package]] 48name = "cc" 49version = "1.2.37" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "65193589c6404eb80b450d618eaf9a2cafaaafd57ecce47370519ef674a7bd44" 52dependencies = [ 53 "find-msvc-tools", 54 "shlex", 55] 56 57[[package]] 58name = "cfg-if" 59version = "1.0.3" 60source = "registry+https://github.com/rust-lang/crates.io-index" 61checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 62 63[[package]] 64name = "chrono" 65version = "0.4.42" 66source = "registry+https://github.com/rust-lang/crates.io-index" 67checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 68dependencies = [ 69 "iana-time-zone", 70 "js-sys", 71 "num-traits", 72 "serde", 73 "wasm-bindgen", 74 "windows-link", 75] 76 77[[package]] 78name = "cid" 79version = "0.11.1" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 82dependencies = [ 83 "core2", 84 "multibase", 85 "multihash", 86 "unsigned-varint", 87] 88 89[[package]] 90name = "console_error_panic_hook" 91version = "0.1.7" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 94dependencies = [ 95 "cfg-if", 96 "wasm-bindgen", 97] 98 99[[package]] 100name = "core-foundation-sys" 101version = "0.8.7" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 104 105[[package]] 106name = "core2" 107version = "0.4.0" 108source = "registry+https://github.com/rust-lang/crates.io-index" 109checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 110dependencies = [ 111 "memchr", 112] 113 114[[package]] 115name = "data-encoding" 116version = "2.9.0" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 119 120[[package]] 121name = "data-encoding-macro" 122version = "0.1.18" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 125dependencies = [ 126 "data-encoding", 127 "data-encoding-macro-internal", 128] 129 130[[package]] 131name = "data-encoding-macro-internal" 132version = "0.1.16" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 135dependencies = [ 136 "data-encoding", 137 "syn", 138] 139 140[[package]] 141name = "find-msvc-tools" 142version = "0.1.1" 143source = "registry+https://github.com/rust-lang/crates.io-index" 144checksum = "7fd99930f64d146689264c637b5af2f0233a933bef0d8570e2526bf9e083192d" 145 146[[package]] 147name = "iana-time-zone" 148version = "0.1.64" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 151dependencies = [ 152 "android_system_properties", 153 "core-foundation-sys", 154 "iana-time-zone-haiku", 155 "js-sys", 156 "log", 157 "wasm-bindgen", 158 "windows-core", 159] 160 161[[package]] 162name = "iana-time-zone-haiku" 163version = "0.1.2" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 166dependencies = [ 167 "cc", 168] 169 170[[package]] 171name = "itoa" 172version = "1.0.15" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 175 176[[package]] 177name = "js-sys" 178version = "0.3.80" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "852f13bec5eba4ba9afbeb93fd7c13fe56147f055939ae21c43a29a0ecb2702e" 181dependencies = [ 182 "once_cell", 183 "wasm-bindgen", 184] 185 186[[package]] 187name = "libc" 188version = "0.2.175" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" 191 192[[package]] 193name = "log" 194version = "0.4.28" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 197 198[[package]] 199name = "memchr" 200version = "2.7.5" 201source = "registry+https://github.com/rust-lang/crates.io-index" 202checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" 203 204[[package]] 205name = "multibase" 206version = "0.9.1" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 209dependencies = [ 210 "base-x", 211 "data-encoding", 212 "data-encoding-macro", 213] 214 215[[package]] 216name = "multihash" 217version = "0.19.3" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 220dependencies = [ 221 "core2", 222 "unsigned-varint", 223] 224 225[[package]] 226name = "num-traits" 227version = "0.2.19" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 230dependencies = [ 231 "autocfg", 232] 233 234[[package]] 235name = "once_cell" 236version = "1.21.3" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 239 240[[package]] 241name = "proc-macro2" 242version = "1.0.101" 243source = "registry+https://github.com/rust-lang/crates.io-index" 244checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 245dependencies = [ 246 "unicode-ident", 247] 248 249[[package]] 250name = "quote" 251version = "1.0.40" 252source = "registry+https://github.com/rust-lang/crates.io-index" 253checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 254dependencies = [ 255 "proc-macro2", 256] 257 258[[package]] 259name = "regex" 260version = "1.11.2" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" 263dependencies = [ 264 "aho-corasick", 265 "memchr", 266 "regex-automata", 267 "regex-syntax", 268] 269 270[[package]] 271name = "regex-automata" 272version = "0.4.10" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6" 275dependencies = [ 276 "aho-corasick", 277 "memchr", 278 "regex-syntax", 279] 280 281[[package]] 282name = "regex-syntax" 283version = "0.8.6" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 286 287[[package]] 288name = "rustversion" 289version = "1.0.22" 290source = "registry+https://github.com/rust-lang/crates.io-index" 291checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 292 293[[package]] 294name = "ryu" 295version = "1.0.20" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 298 299[[package]] 300name = "serde" 301version = "1.0.225" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "fd6c24dee235d0da097043389623fb913daddf92c76e9f5a1db88607a0bcbd1d" 304dependencies = [ 305 "serde_core", 306 "serde_derive", 307] 308 309[[package]] 310name = "serde_core" 311version = "1.0.225" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "659356f9a0cb1e529b24c01e43ad2bdf520ec4ceaf83047b83ddcc2251f96383" 314dependencies = [ 315 "serde_derive", 316] 317 318[[package]] 319name = "serde_derive" 320version = "1.0.225" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "0ea936adf78b1f766949a4977b91d2f5595825bd6ec079aa9543ad2685fc4516" 323dependencies = [ 324 "proc-macro2", 325 "quote", 326 "syn", 327] 328 329[[package]] 330name = "serde_json" 331version = "1.0.145" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 334dependencies = [ 335 "itoa", 336 "memchr", 337 "ryu", 338 "serde", 339 "serde_core", 340] 341 342[[package]] 343name = "shlex" 344version = "1.3.0" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 347 348[[package]] 349name = "slices-lexicon" 350version = "0.3.0" 351dependencies = [ 352 "base64", 353 "chrono", 354 "cid", 355 "console_error_panic_hook", 356 "js-sys", 357 "regex", 358 "serde", 359 "serde_json", 360 "thiserror", 361 "unicode-segmentation", 362 "wasm-bindgen", 363 "web-sys", 364] 365 366[[package]] 367name = "syn" 368version = "2.0.106" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 371dependencies = [ 372 "proc-macro2", 373 "quote", 374 "unicode-ident", 375] 376 377[[package]] 378name = "thiserror" 379version = "2.0.16" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 382dependencies = [ 383 "thiserror-impl", 384] 385 386[[package]] 387name = "thiserror-impl" 388version = "2.0.16" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 391dependencies = [ 392 "proc-macro2", 393 "quote", 394 "syn", 395] 396 397[[package]] 398name = "unicode-ident" 399version = "1.0.19" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 402 403[[package]] 404name = "unicode-segmentation" 405version = "1.12.0" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 408 409[[package]] 410name = "unsigned-varint" 411version = "0.8.0" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 414 415[[package]] 416name = "wasm-bindgen" 417version = "0.2.103" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "ab10a69fbd0a177f5f649ad4d8d3305499c42bab9aef2f7ff592d0ec8f833819" 420dependencies = [ 421 "cfg-if", 422 "once_cell", 423 "rustversion", 424 "wasm-bindgen-macro", 425 "wasm-bindgen-shared", 426] 427 428[[package]] 429name = "wasm-bindgen-backend" 430version = "0.2.103" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "0bb702423545a6007bbc368fde243ba47ca275e549c8a28617f56f6ba53b1d1c" 433dependencies = [ 434 "bumpalo", 435 "log", 436 "proc-macro2", 437 "quote", 438 "syn", 439 "wasm-bindgen-shared", 440] 441 442[[package]] 443name = "wasm-bindgen-macro" 444version = "0.2.103" 445source = "registry+https://github.com/rust-lang/crates.io-index" 446checksum = "fc65f4f411d91494355917b605e1480033152658d71f722a90647f56a70c88a0" 447dependencies = [ 448 "quote", 449 "wasm-bindgen-macro-support", 450] 451 452[[package]] 453name = "wasm-bindgen-macro-support" 454version = "0.2.103" 455source = "registry+https://github.com/rust-lang/crates.io-index" 456checksum = "ffc003a991398a8ee604a401e194b6b3a39677b3173d6e74495eb51b82e99a32" 457dependencies = [ 458 "proc-macro2", 459 "quote", 460 "syn", 461 "wasm-bindgen-backend", 462 "wasm-bindgen-shared", 463] 464 465[[package]] 466name = "wasm-bindgen-shared" 467version = "0.2.103" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "293c37f4efa430ca14db3721dfbe48d8c33308096bd44d80ebaa775ab71ba1cf" 470dependencies = [ 471 "unicode-ident", 472] 473 474[[package]] 475name = "web-sys" 476version = "0.3.80" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "fbe734895e869dc429d78c4b433f8d17d95f8d05317440b4fad5ab2d33e596dc" 479dependencies = [ 480 "js-sys", 481 "wasm-bindgen", 482] 483 484[[package]] 485name = "windows-core" 486version = "0.62.0" 487source = "registry+https://github.com/rust-lang/crates.io-index" 488checksum = "57fe7168f7de578d2d8a05b07fd61870d2e73b4020e9f49aa00da8471723497c" 489dependencies = [ 490 "windows-implement", 491 "windows-interface", 492 "windows-link", 493 "windows-result", 494 "windows-strings", 495] 496 497[[package]] 498name = "windows-implement" 499version = "0.60.0" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836" 502dependencies = [ 503 "proc-macro2", 504 "quote", 505 "syn", 506] 507 508[[package]] 509name = "windows-interface" 510version = "0.59.1" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8" 513dependencies = [ 514 "proc-macro2", 515 "quote", 516 "syn", 517] 518 519[[package]] 520name = "windows-link" 521version = "0.2.0" 522source = "registry+https://github.com/rust-lang/crates.io-index" 523checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 524 525[[package]] 526name = "windows-result" 527version = "0.4.0" 528source = "registry+https://github.com/rust-lang/crates.io-index" 529checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 530dependencies = [ 531 "windows-link", 532] 533 534[[package]] 535name = "windows-strings" 536version = "0.5.0" 537source = "registry+https://github.com/rust-lang/crates.io-index" 538checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 539dependencies = [ 540 "windows-link", 541]