MyStitcher/Cargo.lock

480 lines
12 KiB
Text
Raw Normal View History

2025-07-02 19:44:20 +07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
[[package]]
2025-07-03 18:40:44 +07:00
name = "addr2line"
version = "0.24.2"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"gimli",
]
2025-07-02 19:44:20 +07:00
[[package]]
name = "adler2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
2025-07-03 18:40:44 +07:00
name = "backtrace"
version = "0.3.75"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-targets",
]
2025-07-02 19:44:20 +07:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
2025-07-03 18:40:44 +07:00
name = "bitflags"
version = "2.9.1"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "bytes"
version = "1.10.1"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2025-07-02 19:44:20 +07:00
[[package]]
name = "cfg-if"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
[[package]]
name = "crc32fast"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
2025-07-03 18:40:44 +07:00
"cfg-if",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "document-features"
version = "0.2.11"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"litrs",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "fast_image_resize"
version = "5.1.4"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "d372ab3252d8f162d858d675a3d88a8c33ba24a6238837c50c8851911c7e89cd"
dependencies = [
"cfg-if",
"document-features",
"num-traits",
"thiserror",
]
2025-07-02 19:44:20 +07:00
[[package]]
name = "fdeflate"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
dependencies = [
"simd-adler32",
]
[[package]]
name = "flate2"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "gimli"
version = "0.31.1"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "io-uring"
version = "0.7.8"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"bitflags 2.9.1",
"cfg-if",
"libc",
2025-07-02 19:44:20 +07:00
]
[[package]]
name = "libc"
version = "0.2.174"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
[[package]]
2025-07-03 18:40:44 +07:00
name = "litrs"
version = "0.4.1"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "lock_api"
version = "0.4.13"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
2025-07-02 19:44:20 +07:00
dependencies = [
"autocfg",
2025-07-03 18:40:44 +07:00
"scopeguard",
2025-07-02 19:44:20 +07:00
]
2025-07-03 18:40:44 +07:00
[[package]]
name = "memchr"
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2025-07-02 19:44:20 +07:00
[[package]]
name = "miniz_oxide"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
dependencies = [
"adler2",
"simd-adler32",
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "mio"
version = "1.0.4"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"libc",
"wasi",
"windows-sys 0.59.0",
2025-07-02 19:44:20 +07:00
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "object"
version = "0.36.7"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"memchr",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "parking_lot"
version = "0.12.4"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"lock_api",
"parking_lot_core",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "parking_lot_core"
version = "0.9.11"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-targets",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "pin-project-lite"
version = "0.2.16"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2025-07-02 19:44:20 +07:00
[[package]]
name = "png"
version = "0.17.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
dependencies = [
2025-07-03 18:40:44 +07:00
"bitflags 1.3.2",
2025-07-02 19:44:20 +07:00
"crc32fast",
"fdeflate",
"flate2",
"miniz_oxide",
]
[[package]]
name = "proc-macro2"
version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
dependencies = [
"proc-macro2",
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "redox_syscall"
version = "0.5.13"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"bitflags 2.9.1",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "rustc-demangle"
version = "0.1.25"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "scopeguard"
version = "1.2.0"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "signal-hook-registry"
version = "1.4.5"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"libc",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "simd-adler32"
version = "0.3.7"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "slab"
version = "0.4.10"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "smallvec"
version = "1.15.1"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "socket2"
version = "0.5.10"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"libc",
"windows-sys 0.52.0",
2025-07-02 19:44:20 +07:00
]
[[package]]
name = "stitcher"
version = "0.1.0"
dependencies = [
2025-07-03 18:40:44 +07:00
"fast_image_resize",
"png",
"tokio",
2025-07-02 19:44:20 +07:00
]
[[package]]
name = "syn"
version = "2.0.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",
2025-07-03 18:40:44 +07:00
"syn",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "tokio"
version = "1.46.0"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"backtrace",
"bytes",
"io-uring",
"libc",
"mio",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"slab",
"socket2",
"tokio-macros",
"windows-sys 0.52.0",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "tokio-macros"
version = "2.5.0"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"proc-macro2",
"quote",
"syn",
2025-07-02 19:44:20 +07:00
]
[[package]]
name = "unicode-ident"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
[[package]]
name = "wasi"
2025-07-03 18:40:44 +07:00
version = "0.11.1+wasi-snapshot-preview1"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows-sys"
version = "0.52.0"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"windows-targets",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows-sys"
version = "0.59.0"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"windows-targets",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows-targets"
version = "0.52.6"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2025-07-02 19:44:20 +07:00
dependencies = [
2025-07-03 18:40:44 +07:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2025-07-02 19:44:20 +07:00
]
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows_aarch64_msvc"
version = "0.52.6"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows_i686_gnu"
version = "0.52.6"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows_i686_gnullvm"
version = "0.52.6"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows_i686_msvc"
version = "0.52.6"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows_x86_64_gnu"
version = "0.52.6"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2025-07-02 19:44:20 +07:00
[[package]]
2025-07-03 18:40:44 +07:00
name = "windows_x86_64_gnullvm"
version = "0.52.6"
2025-07-02 19:44:20 +07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-03 18:40:44 +07:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"