2023-07-08 14:46:43 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.22.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2024-03-05 11:46:12 +03:00
|
|
|
version = "0.8.11"
|
2023-11-04 01:33:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
|
2023-11-04 01:33:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
"zerocopy",
|
|
|
|
]
|
|
|
|
|
2023-08-12 12:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "1.1.3"
|
2023-08-12 12:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-08-12 12:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "allocator-api2"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.2.18"
|
2023-11-04 01:33:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
|
2023-11-04 01:33:20 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi-to-tui"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b0e348dcd256ba06d44d5deabc88a7c0e80ee7303158253ca069bcd9e9b7f57"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
"ratatui",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-08-09 13:15:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.6.14"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
|
2023-08-09 13:15:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-06-23 19:59:33 +03:00
|
|
|
"is_terminal_polyfill",
|
2023-08-09 13:15:02 +03:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.7"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
|
2023-08-09 13:15:02 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.2.4"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
|
2023-08-09 13:15:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.1.0"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
|
2023-08-09 13:15:02 +03:00
|
|
|
dependencies = [
|
2023-12-12 05:46:19 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-09 13:15:02 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "3.0.3"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
|
2023-08-09 13:15:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2023-12-12 05:46:19 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-09 13:15:02 +03:00
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-05-19 13:07:36 +03:00
|
|
|
version = "1.0.86"
|
2024-03-15 15:31:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 13:07:36 +03:00
|
|
|
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
|
2024-03-15 15:31:39 +03:00
|
|
|
|
2023-12-26 14:48:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arc-swap"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
2023-12-29 17:37:43 +03:00
|
|
|
name = "async-priority-channel"
|
2024-01-15 13:30:50 +03:00
|
|
|
version = "0.2.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 13:30:50 +03:00
|
|
|
checksum = "acde96f444d31031f760c5c43dc786b97d3e1cb2ee49dd06898383fe9a999758"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"event-listener",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-05-08 22:01:16 +03:00
|
|
|
version = "1.3.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 22:01:16 +03:00
|
|
|
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
2024-04-02 15:50:36 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.3.73"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-01-15 13:30:50 +03:00
|
|
|
version = "0.21.7"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 13:30:50 +03:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2024-03-05 11:46:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2024-05-07 08:42:45 +03:00
|
|
|
version = "0.22.1"
|
2024-03-05 11:46:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 08:42:45 +03:00
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
2024-03-05 11:46:12 +03:00
|
|
|
|
2023-11-11 22:31:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "better-panic"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"console",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-07-17 19:34:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "2.6.0"
|
2023-07-17 19:34:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2024-04-02 15:50:36 +03:00
|
|
|
|
2023-08-04 17:44:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-06-18 11:26:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "block2"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
|
|
|
|
dependencies = [
|
|
|
|
"objc2",
|
|
|
|
]
|
|
|
|
|
2023-10-11 19:09:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2024-03-02 06:01:52 +03:00
|
|
|
version = "1.9.1"
|
2023-10-11 19:09:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 06:01:52 +03:00
|
|
|
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
|
2023-10-11 19:09:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "3.16.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.16.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-10-09 14:40:05 +03:00
|
|
|
version = "1.5.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 14:40:05 +03:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "1.6.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cassowary"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
|
2024-02-06 03:27:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "castaway"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a17ed5635fc8536268e5d4de1e22e81ac34419e5f052d4d51f4e01dcc263fcc"
|
|
|
|
dependencies = [
|
|
|
|
"rustversion",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.100"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "c891175c3fb232128f48de6590095e59198bbeb8620c310be349bfc3afd12c7b"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.4.38"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"num-traits",
|
2024-04-17 06:07:54 +03:00
|
|
|
"windows-targets 0.52.5",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
2023-08-09 13:15:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "4.5.9"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "64acc1846d54c1fe936a78dc189c34e28d3f5afc348403f28ecf53660b9b8462"
|
2023-08-09 13:15:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "4.5.9"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "6fb8393d67ba2e7bfaf28a23458e4e2b543cc73a99595511eb207fdb8aede942"
|
2023-08-09 13:15:02 +03:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
2024-06-23 19:59:33 +03:00
|
|
|
"strsim",
|
2023-08-09 13:15:02 +03:00
|
|
|
]
|
|
|
|
|
2023-10-21 07:18:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_complete"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "4.5.8"
|
2023-10-21 07:18:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "5b4be9c4c4b1f30b78d8a750e0822b6a6102d97e62061c583a6c1dea2dfb33ae"
|
2023-10-21 07:18:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete_fig"
|
2024-06-13 15:38:08 +03:00
|
|
|
version = "4.5.1"
|
2023-10-21 07:18:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-13 15:38:08 +03:00
|
|
|
checksum = "fb4bc503cddc1cd320736fb555d6598309ad07c2ddeaa23891a10ffb759ee612"
|
2023-10-21 07:18:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"clap_complete",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_complete_nushell"
|
2024-06-13 15:38:08 +03:00
|
|
|
version = "4.5.2"
|
2023-10-21 07:18:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-13 15:38:08 +03:00
|
|
|
checksum = "1accf1b463dee0d3ab2be72591dccdab8bef314958340447c882c4c72acfe2a3"
|
2023-10-21 07:18:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"clap_complete",
|
|
|
|
]
|
|
|
|
|
2023-08-09 13:15:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "4.5.8"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "2bac35c6dafb060fd4d275d9a4ffae97917c13a6327903a8be2153cd964f7085"
|
2023-08-09 13:15:02 +03:00
|
|
|
dependencies = [
|
2024-06-23 19:59:33 +03:00
|
|
|
"heck",
|
2023-08-09 13:15:02 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-08-09 13:15:02 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.7.1"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
|
2023-08-09 13:15:02 +03:00
|
|
|
|
2023-08-20 03:24:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "5.4.0"
|
2023-08-20 03:24:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
|
2023-08-20 03:24:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"error-code",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2023-08-09 13:15:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.1"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
|
2023-08-09 13:15:02 +03:00
|
|
|
|
2024-02-06 03:27:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "compact_str"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f"
|
|
|
|
dependencies = [
|
|
|
|
"castaway",
|
|
|
|
"cfg-if",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2024-01-15 13:30:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "concurrent-queue"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "2.5.0"
|
2024-01-15 13:30:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
2024-01-15 13:30:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-11-11 22:31:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2024-01-15 13:30:50 +03:00
|
|
|
version = "0.15.8"
|
2023-11-11 22:31:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 13:30:50 +03:00
|
|
|
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
|
2023-11-11 22:31:21 +03:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2024-01-15 13:30:50 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-11 22:31:21 +03:00
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2023-12-12 05:46:19 +03:00
|
|
|
version = "0.8.6"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-12 05:46:19 +03:00
|
|
|
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.4.2"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.5.13"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2024-01-15 13:30:50 +03:00
|
|
|
version = "0.8.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 13:30:50 +03:00
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2024-01-15 13:30:50 +03:00
|
|
|
version = "0.9.18"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 13:30:50 +03:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.8.20"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-08-07 08:31:24 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossterm"
|
|
|
|
version = "0.27.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
|
|
|
|
dependencies = [
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2023-08-07 08:31:24 +03:00
|
|
|
"crossterm_winapi",
|
2023-07-08 14:46:43 +03:00
|
|
|
"futures-core",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"parking_lot",
|
|
|
|
"signal-hook",
|
|
|
|
"signal-hook-mio",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossterm_winapi"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2023-08-04 17:44:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2024-03-05 11:46:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.20.9"
|
2024-03-05 11:46:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
|
2024-03-05 11:46:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.20.9"
|
2024-03-05 11:46:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
|
2024-03-05 11:46:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-06-23 19:59:33 +03:00
|
|
|
"strsim",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2024-03-05 11:46:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.20.9"
|
2024-03-05 11:46:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
|
2024-03-05 11:46:12 +03:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2024-03-05 11:46:12 +03:00
|
|
|
]
|
|
|
|
|
2023-08-02 05:29:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2024-01-02 20:32:29 +03:00
|
|
|
version = "0.3.11"
|
2023-08-02 05:29:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 20:32:29 +03:00
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
2023-11-04 01:33:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
2023-08-02 05:29:49 +03:00
|
|
|
|
2024-07-12 13:32:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.68",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
|
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
|
|
|
"syn 2.0.68",
|
|
|
|
]
|
|
|
|
|
2023-08-04 17:44:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2023-08-19 06:10:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"option-ext",
|
|
|
|
"redox_users",
|
2023-11-11 22:31:21 +03:00
|
|
|
"windows-sys 0.48.0",
|
2023-08-19 06:10:26 +03:00
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.12.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-11-11 22:31:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-07-12 14:33:23 +03:00
|
|
|
version = "1.0.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-12 14:33:23 +03:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-10-11 19:09:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.4.5"
|
2023-10-11 19:09:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
|
2023-10-11 19:09:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2024-06-23 19:59:33 +03:00
|
|
|
"typeid",
|
2023-10-11 19:09:10 +03:00
|
|
|
]
|
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.3.9"
|
2023-11-04 01:33:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2023-11-04 01:33:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-12-12 05:46:19 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-04 01:33:20 +03:00
|
|
|
]
|
|
|
|
|
2023-08-20 03:24:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "error-code"
|
2024-03-15 21:29:37 +03:00
|
|
|
version = "3.2.0"
|
2023-08-20 03:24:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:29:37 +03:00
|
|
|
checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
|
2023-08-20 03:24:41 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "event-listener"
|
2024-01-15 13:30:50 +03:00
|
|
|
version = "4.0.3"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-15 13:30:50 +03:00
|
|
|
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
|
|
|
|
dependencies = [
|
|
|
|
"concurrent-queue",
|
|
|
|
"parking",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
2024-02-06 03:27:00 +03:00
|
|
|
version = "1.72.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 03:27:00 +03:00
|
|
|
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
|
|
|
"miniz_oxide",
|
|
|
|
"rayon-core",
|
|
|
|
"smallvec",
|
|
|
|
"zune-inflate",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
2024-01-22 03:43:51 +03:00
|
|
|
version = "0.3.4"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 03:43:51 +03:00
|
|
|
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
2023-11-10 18:03:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fdlimit"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e182f7dbc2ef73d9ef67351c5fbbea084729c48362d3ce9dd44c28e32e277fe5"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-12-12 05:46:19 +03:00
|
|
|
version = "0.2.23"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-12 05:46:19 +03:00
|
|
|
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-05-08 22:01:16 +03:00
|
|
|
"redox_syscall 0.4.1",
|
2023-12-12 05:46:19 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2023-10-02 18:06:09 +03:00
|
|
|
version = "0.11.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 18:06:09 +03:00
|
|
|
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-11-23 14:21:25 +03:00
|
|
|
version = "1.2.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-23 14:21:25 +03:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "4.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2023-08-04 17:44:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.2.15"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2024-07-12 13:32:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getset"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2024-03-02 06:01:52 +03:00
|
|
|
version = "0.13.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 06:01:52 +03:00
|
|
|
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.29.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
2024-04-14 06:11:31 +03:00
|
|
|
name = "globset"
|
|
|
|
version = "0.4.14"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-14 06:11:31 +03:00
|
|
|
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"bstr",
|
|
|
|
"log",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "2.4.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2024-02-06 03:27:00 +03:00
|
|
|
"cfg-if",
|
2023-07-08 14:46:43 +03:00
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-06-07 01:11:32 +03:00
|
|
|
version = "0.14.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-07 01:11:32 +03:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-11-04 01:33:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
"allocator-api2",
|
|
|
|
]
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2024-03-15 21:29:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2024-03-02 06:01:52 +03:00
|
|
|
version = "0.3.9"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 06:01:52 +03:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.5.9"
|
2023-11-04 01:33:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
|
2023-11-04 01:33:20 +03:00
|
|
|
dependencies = [
|
2023-12-30 18:41:41 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-04 01:33:20 +03:00
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-02-06 03:27:00 +03:00
|
|
|
version = "0.1.60"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 03:27:00 +03:00
|
|
|
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2024-05-08 22:01:16 +03:00
|
|
|
"windows-core 0.52.0",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-03-05 11:46:12 +03:00
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-11-23 14:21:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-04-05 12:47:17 +03:00
|
|
|
version = "0.24.9"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 12:47:17 +03:00
|
|
|
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"exr",
|
|
|
|
"gif",
|
2024-04-05 12:47:17 +03:00
|
|
|
"jpeg-decoder",
|
2023-07-08 14:46:43 +03:00
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
"qoi",
|
|
|
|
"tiff",
|
|
|
|
]
|
|
|
|
|
2023-12-26 14:48:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "imagesize"
|
2024-06-18 11:26:29 +03:00
|
|
|
version = "0.13.0"
|
2023-12-26 14:48:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 11:26:29 +03:00
|
|
|
checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
|
2023-12-26 14:48:33 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "2.2.6"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-11-10 18:03:47 +03:00
|
|
|
"hashbrown",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.9.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
|
|
|
dependencies = [
|
2023-07-17 19:34:58 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-07-08 14:46:43 +03:00
|
|
|
"inotify-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify-sys"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-06-23 19:59:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
|
|
|
|
|
2023-12-30 18:41:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2024-02-06 03:27:00 +03:00
|
|
|
version = "0.12.1"
|
2023-12-30 18:41:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-06 03:27:00 +03:00
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
2023-12-30 18:41:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2024-06-26 19:47:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2024-01-16 03:29:26 +03:00
|
|
|
version = "0.3.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-16 03:29:26 +03:00
|
|
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
2024-04-05 12:47:17 +03:00
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-03-05 11:46:12 +03:00
|
|
|
version = "0.3.69"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-01-08 06:31:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kamadak-exif"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
|
|
|
|
dependencies = [
|
|
|
|
"mutate_once",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "kqueue"
|
2023-08-07 08:31:24 +03:00
|
|
|
version = "1.0.8"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 08:31:24 +03:00
|
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
2023-08-07 08:31:24 +03:00
|
|
|
version = "1.0.4"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-07 08:31:24 +03:00
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2023-07-17 19:34:58 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-07-08 14:46:43 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.5.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lebe"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-05-19 13:07:36 +03:00
|
|
|
version = "0.2.155"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-19 13:07:36 +03:00
|
|
|
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
2023-11-10 18:03:47 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libredox"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "0.1.3"
|
2023-11-10 18:03:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
2023-11-10 18:03:47 +03:00
|
|
|
dependencies = [
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2023-11-10 18:03:47 +03:00
|
|
|
"libc",
|
|
|
|
]
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "line-wrap"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "0.2.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
2023-11-04 01:33:20 +03:00
|
|
|
name = "linux-raw-sys"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.4.14"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-08 22:01:16 +03:00
|
|
|
version = "0.4.12"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 22:01:16 +03:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-03-02 06:01:52 +03:00
|
|
|
version = "0.4.21"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 06:01:52 +03:00
|
|
|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2024-03-02 06:01:52 +03:00
|
|
|
version = "0.12.3"
|
2023-11-04 01:33:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 06:01:52 +03:00
|
|
|
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
|
2023-11-04 01:33:20 +03:00
|
|
|
dependencies = [
|
2023-11-10 18:03:47 +03:00
|
|
|
"hashbrown",
|
2023-11-04 01:33:20 +03:00
|
|
|
]
|
|
|
|
|
2023-10-11 19:09:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lua-src"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "546.0.2"
|
2023-10-11 19:09:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "2da0daa7eee611a4c30c8f5ee31af55266e26e573971ba9336d2993e2da129b2"
|
2023-10-11 19:09:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "luajit-src"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "210.5.8+5790d25"
|
2023-10-11 19:09:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "441f18d9ad792e871fc2f7f2cb8902c386f6f56fdbddef3b835b61475e375346"
|
2023-10-11 19:09:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"which",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
2023-08-04 17:44:29 +03:00
|
|
|
name = "md-5"
|
2023-10-02 18:06:09 +03:00
|
|
|
version = "0.10.6"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 18:06:09 +03:00
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
2023-08-04 17:44:29 +03:00
|
|
|
dependencies = [
|
2023-10-02 18:06:09 +03:00
|
|
|
"cfg-if",
|
2023-08-04 17:44:29 +03:00
|
|
|
"digest",
|
|
|
|
]
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "2.7.4"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.7.4"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2024-03-05 11:46:12 +03:00
|
|
|
version = "0.8.11"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"wasi",
|
2023-11-11 22:31:21 +03:00
|
|
|
"windows-sys 0.48.0",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
2023-10-11 19:09:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mlua"
|
2024-06-20 09:54:42 +03:00
|
|
|
version = "0.9.9"
|
2023-10-11 19:09:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 09:54:42 +03:00
|
|
|
checksum = "d111deb18a9c9bd33e1541309f4742523bfab01d276bfa9a27519f6de9c11dc7"
|
2023-10-11 19:09:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"bstr",
|
|
|
|
"erased-serde",
|
2023-12-26 14:48:33 +03:00
|
|
|
"futures-util",
|
2023-10-11 19:09:10 +03:00
|
|
|
"mlua-sys",
|
2023-12-26 14:48:33 +03:00
|
|
|
"mlua_derive",
|
2023-10-11 19:09:10 +03:00
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"rustc-hash",
|
|
|
|
"serde",
|
|
|
|
"serde-value",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mlua-sys"
|
2024-06-20 09:54:42 +03:00
|
|
|
version = "0.6.1"
|
2023-10-11 19:09:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 09:54:42 +03:00
|
|
|
checksum = "a088ed0723df7567f569ba018c5d48c23c501f3878b190b04144dfa5ebfa8abc"
|
2023-10-11 19:09:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"lua-src",
|
|
|
|
"luajit-src",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-12-26 14:48:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mlua_derive"
|
2024-05-17 08:56:27 +03:00
|
|
|
version = "0.9.3"
|
2023-12-26 14:48:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-17 08:56:27 +03:00
|
|
|
checksum = "09697a6cec88e7f58a02c7ab5c18c611c6907c8654613df9cc0192658a4fb859"
|
2023-12-26 14:48:33 +03:00
|
|
|
dependencies = [
|
2024-06-26 19:47:56 +03:00
|
|
|
"itertools 0.12.1",
|
2023-12-26 14:48:33 +03:00
|
|
|
"once_cell",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-12-26 14:48:33 +03:00
|
|
|
]
|
|
|
|
|
2024-01-08 06:31:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mutate_once"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "6.1.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2023-07-08 14:46:43 +03:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"kqueue",
|
|
|
|
"libc",
|
2023-08-26 12:28:43 +03:00
|
|
|
"log",
|
2023-07-08 14:46:43 +03:00
|
|
|
"mio",
|
|
|
|
"walkdir",
|
2023-11-11 22:31:21 +03:00
|
|
|
"windows-sys 0.48.0",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nu-ansi-term"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
|
|
|
|
dependencies = [
|
|
|
|
"overload",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2024-02-06 03:27:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.2.19"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-11-23 14:21:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_threads"
|
2024-02-18 18:28:08 +03:00
|
|
|
version = "0.1.7"
|
2023-11-23 14:21:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-18 18:28:08 +03:00
|
|
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
|
2023-11-23 14:21:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
2024-06-18 11:26:29 +03:00
|
|
|
name = "objc-sys"
|
|
|
|
version = "0.3.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 11:26:29 +03:00
|
|
|
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2024-06-18 11:26:29 +03:00
|
|
|
"objc-sys",
|
|
|
|
"objc2-encode",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-encode"
|
|
|
|
version = "4.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc2-foundation"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
|
|
|
|
dependencies = [
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2024-06-18 11:26:29 +03:00
|
|
|
"block2",
|
|
|
|
"libc",
|
|
|
|
"objc2",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.36.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-12-12 05:46:19 +03:00
|
|
|
version = "1.19.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-12 05:46:19 +03:00
|
|
|
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig"
|
|
|
|
version = "6.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
|
|
|
|
dependencies = [
|
2023-07-17 19:34:58 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-07-08 14:46:43 +03:00
|
|
|
"libc",
|
|
|
|
"once_cell",
|
|
|
|
"onig_sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "onig_sys"
|
|
|
|
version = "69.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2023-08-19 06:10:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
2023-10-11 19:09:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2023-11-04 01:33:20 +03:00
|
|
|
version = "2.10.1"
|
2023-10-11 19:09:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 01:33:20 +03:00
|
|
|
checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
|
2023-10-11 19:09:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "overload"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
|
|
2024-01-15 13:30:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-05-25 17:56:08 +03:00
|
|
|
version = "0.12.3"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 17:56:08 +03:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-05-08 22:01:16 +03:00
|
|
|
version = "0.9.10"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 22:01:16 +03:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2024-06-23 19:59:33 +03:00
|
|
|
"redox_syscall 0.5.2",
|
2023-07-08 14:46:43 +03:00
|
|
|
"smallvec",
|
2024-05-08 22:01:16 +03:00
|
|
|
"windows-targets 0.52.5",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
2023-07-17 19:34:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.15"
|
2023-07-17 19:34:58 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
2023-07-17 19:34:58 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-11-23 14:21:25 +03:00
|
|
|
version = "2.3.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-23 14:21:25 +03:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "0.2.14"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-02-18 18:28:08 +03:00
|
|
|
version = "0.3.30"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-18 18:28:08 +03:00
|
|
|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plist"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "1.6.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2024-03-05 11:46:12 +03:00
|
|
|
"base64 0.21.7",
|
2023-11-10 18:03:47 +03:00
|
|
|
"indexmap",
|
2023-07-08 14:46:43 +03:00
|
|
|
"line-wrap",
|
|
|
|
"quick-xml",
|
|
|
|
"serde",
|
|
|
|
"time",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-03-02 06:01:52 +03:00
|
|
|
version = "0.17.13"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 06:01:52 +03:00
|
|
|
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2023-07-17 19:34:58 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-07-08 14:46:43 +03:00
|
|
|
"crc32fast",
|
|
|
|
"fdeflate",
|
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2023-08-15 02:29:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.86"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "qoi"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-11-10 18:03:47 +03:00
|
|
|
version = "0.31.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-10 18:03:47 +03:00
|
|
|
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-04-13 05:33:42 +03:00
|
|
|
version = "1.0.36"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-13 05:33:42 +03:00
|
|
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ratatui"
|
2024-06-26 19:47:56 +03:00
|
|
|
version = "0.27.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-26 19:47:56 +03:00
|
|
|
checksum = "d16546c5b5962abf8ce6e2881e722b4e0ae3b6f1a08a26ae3573c55853ca68d3"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2023-07-08 14:46:43 +03:00
|
|
|
"cassowary",
|
2024-02-06 03:27:00 +03:00
|
|
|
"compact_str",
|
2023-09-01 09:38:16 +03:00
|
|
|
"crossterm",
|
2024-06-26 19:47:56 +03:00
|
|
|
"itertools 0.13.0",
|
2023-11-04 01:33:20 +03:00
|
|
|
"lru",
|
2023-07-17 19:34:58 +03:00
|
|
|
"paste",
|
2023-12-30 18:41:41 +03:00
|
|
|
"stability",
|
2023-09-01 09:38:16 +03:00
|
|
|
"strum",
|
2024-06-26 19:47:56 +03:00
|
|
|
"strum_macros",
|
2023-07-08 14:46:43 +03:00
|
|
|
"unicode-segmentation",
|
2024-05-20 16:04:20 +03:00
|
|
|
"unicode-truncate",
|
2023-07-08 14:46:43 +03:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "1.10.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2024-01-22 03:43:51 +03:00
|
|
|
version = "1.12.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 03:43:51 +03:00
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2024-05-08 22:01:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.5.2"
|
2024-05-08 22:01:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
|
2024-05-08 22:01:16 +03:00
|
|
|
dependencies = [
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2024-05-08 22:01:16 +03:00
|
|
|
]
|
|
|
|
|
2023-08-19 06:10:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "0.4.5"
|
2023-08-19 06:10:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
|
2023-08-19 06:10:26 +03:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
2023-11-10 18:03:47 +03:00
|
|
|
"libredox",
|
2023-08-19 06:10:26 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-08-12 12:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-06-13 15:38:08 +03:00
|
|
|
version = "1.10.5"
|
2023-08-12 12:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-13 15:38:08 +03:00
|
|
|
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
|
2023-08-12 12:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
2024-02-15 15:20:28 +03:00
|
|
|
"regex-syntax",
|
2023-08-12 12:48:18 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.4.7"
|
2023-08-12 12:48:18 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
|
2023-08-12 12:48:18 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2024-02-15 15:20:28 +03:00
|
|
|
"regex-syntax",
|
2023-08-12 12:48:18 +03:00
|
|
|
]
|
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.8.4"
|
2023-11-04 01:33:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
|
2024-04-02 15:50:36 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.1.24"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-10-11 19:09:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2024-06-20 09:54:42 +03:00
|
|
|
version = "2.0.0"
|
2023-10-11 19:09:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-20 09:54:42 +03:00
|
|
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
2023-10-11 19:09:10 +03:00
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.38.34"
|
2023-11-04 01:33:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-23 11:35:17 +03:00
|
|
|
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
|
2023-11-04 01:33:20 +03:00
|
|
|
dependencies = [
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2023-11-04 01:33:20 +03:00
|
|
|
"errno",
|
|
|
|
"libc",
|
|
|
|
"linux-raw-sys",
|
2023-12-12 05:46:19 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-04 01:33:20 +03:00
|
|
|
]
|
|
|
|
|
2023-09-01 09:38:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.17"
|
2023-09-01 09:38:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
2023-09-01 09:38:16 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.18"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2023-07-17 19:34:58 +03:00
|
|
|
version = "1.2.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-17 19:34:58 +03:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "1.0.204"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
2023-10-11 19:09:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde-value"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
|
|
|
|
dependencies = [
|
|
|
|
"ordered-float",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "1.0.204"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "1.0.120"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-05-17 08:56:27 +03:00
|
|
|
version = "0.6.6"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-17 08:56:27 +03:00
|
|
|
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sharded-slab"
|
2023-10-09 14:40:05 +03:00
|
|
|
version = "0.1.7"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 14:40:05 +03:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2024-02-06 05:47:57 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shell-escape"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
|
|
|
|
|
2023-08-12 12:48:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook"
|
2023-07-20 14:48:01 +03:00
|
|
|
version = "0.3.17"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-20 14:48:01 +03:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"signal-hook-registry",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-mio"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"signal-hook",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "1.4.2"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-23 11:35:17 +03:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-tokio"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e"
|
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"libc",
|
|
|
|
"signal-hook",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
2023-07-25 06:31:34 +03:00
|
|
|
version = "0.3.7"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-25 06:31:34 +03:00
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "0.4.9"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "1.13.2"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-08 22:01:16 +03:00
|
|
|
version = "0.5.7"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 22:01:16 +03:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-03-02 06:01:52 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2023-12-30 18:41:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stability"
|
2024-05-20 16:04:20 +03:00
|
|
|
version = "0.2.0"
|
2023-12-30 18:41:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-20 16:04:20 +03:00
|
|
|
checksum = "2ff9eaf853dec4c8802325d8b6d3dffa86cc707fd7a1a4cdbf416e13b061787a"
|
2023-12-30 18:41:41 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-12-30 18:41:41 +03:00
|
|
|
]
|
|
|
|
|
2024-02-06 03:27:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2023-08-09 13:15:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-04-13 05:33:42 +03:00
|
|
|
version = "0.11.1"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-13 05:33:42 +03:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-08-09 13:15:02 +03:00
|
|
|
|
2023-09-01 09:38:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2024-03-15 15:31:39 +03:00
|
|
|
version = "0.26.2"
|
2023-09-01 09:38:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 15:31:39 +03:00
|
|
|
checksum = "5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
|
2023-09-01 09:38:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"strum_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.26.4"
|
2023-09-01 09:38:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
2023-09-01 09:38:16 +03:00
|
|
|
dependencies = [
|
2024-06-23 19:59:33 +03:00
|
|
|
"heck",
|
2023-09-01 09:38:16 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustversion",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-09-01 09:38:16 +03:00
|
|
|
]
|
|
|
|
|
2023-08-15 02:29:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
2024-07-12 13:32:01 +03:00
|
|
|
"quote",
|
2023-08-15 02:29:21 +03:00
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "2.0.68"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntect"
|
2024-02-15 15:20:28 +03:00
|
|
|
version = "5.2.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 15:20:28 +03:00
|
|
|
checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
2023-07-17 19:34:58 +03:00
|
|
|
"bitflags 1.3.2",
|
2023-07-08 14:46:43 +03:00
|
|
|
"flate2",
|
|
|
|
"fnv",
|
|
|
|
"once_cell",
|
|
|
|
"onig",
|
|
|
|
"plist",
|
2024-02-15 15:20:28 +03:00
|
|
|
"regex-syntax",
|
2023-07-08 14:46:43 +03:00
|
|
|
"serde",
|
2024-02-15 15:20:28 +03:00
|
|
|
"serde_derive",
|
2023-07-08 14:46:43 +03:00
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.61"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "1.0.61"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2024-03-02 06:01:52 +03:00
|
|
|
version = "1.1.8"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 06:01:52 +03:00
|
|
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2024-01-16 03:29:26 +03:00
|
|
|
version = "0.9.1"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-16 03:29:26 +03:00
|
|
|
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2024-02-07 06:18:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemalloc-sys"
|
|
|
|
version = "0.5.4+5.3.0-patched"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tikv-jemallocator"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"tikv-jemalloc-sys",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.3.36"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2023-08-02 05:29:49 +03:00
|
|
|
"deranged",
|
2023-07-08 14:46:43 +03:00
|
|
|
"itoa",
|
2023-11-23 14:21:25 +03:00
|
|
|
"libc",
|
2024-02-06 03:27:00 +03:00
|
|
|
"num-conv",
|
2023-11-23 14:21:25 +03:00
|
|
|
"num_threads",
|
2023-11-04 01:33:20 +03:00
|
|
|
"powerfmt",
|
2023-07-08 14:46:43 +03:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-10-02 18:06:09 +03:00
|
|
|
version = "0.1.2"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 18:06:09 +03:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.2.18"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2024-02-06 03:27:00 +03:00
|
|
|
"num-conv",
|
2023-07-08 14:46:43 +03:00
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2024-06-01 22:04:53 +03:00
|
|
|
version = "1.38.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 22:04:53 +03:00
|
|
|
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
|
|
|
"parking_lot",
|
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
|
|
|
"socket2",
|
|
|
|
"tokio-macros",
|
2023-11-11 22:31:21 +03:00
|
|
|
"windows-sys 0.48.0",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2024-06-01 22:04:53 +03:00
|
|
|
version = "2.3.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-01 22:04:53 +03:00
|
|
|
checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
2023-08-23 05:55:39 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2024-03-15 21:29:37 +03:00
|
|
|
version = "0.1.15"
|
2023-08-23 05:55:39 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-15 21:29:37 +03:00
|
|
|
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
|
2023-08-23 05:55:39 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-12-26 14:48:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2024-05-08 22:01:16 +03:00
|
|
|
version = "0.7.11"
|
2023-12-26 14:48:33 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 22:01:16 +03:00
|
|
|
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
|
2023-12-26 14:48:33 +03:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-06-07 01:11:32 +03:00
|
|
|
version = "0.8.14"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-07 01:11:32 +03:00
|
|
|
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2023-11-10 18:03:47 +03:00
|
|
|
"indexmap",
|
2023-07-08 14:46:43 +03:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-05-17 08:56:27 +03:00
|
|
|
version = "0.6.6"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-17 08:56:27 +03:00
|
|
|
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "0.22.15"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "d59a3a72298453f564e2b111fa896f8d07fabb36f51f06d7e875fc5e0b5a3ef1"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2023-11-10 18:03:47 +03:00
|
|
|
"indexmap",
|
2023-07-08 14:46:43 +03:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-04 01:33:20 +03:00
|
|
|
version = "0.1.40"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 01:33:20 +03:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-appender"
|
2023-11-20 19:50:26 +03:00
|
|
|
version = "0.2.3"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 19:50:26 +03:00
|
|
|
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
2023-11-20 19:50:26 +03:00
|
|
|
"thiserror",
|
2023-07-08 14:46:43 +03:00
|
|
|
"time",
|
|
|
|
"tracing-subscriber",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2023-11-04 01:33:20 +03:00
|
|
|
version = "0.1.27"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 01:33:20 +03:00
|
|
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-04 01:33:20 +03:00
|
|
|
version = "0.1.32"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-04 01:33:20 +03:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"valuable",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-log"
|
2023-11-20 19:50:26 +03:00
|
|
|
version = "0.2.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 19:50:26 +03:00
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
2023-11-04 01:33:20 +03:00
|
|
|
"once_cell",
|
2023-07-08 14:46:43 +03:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-subscriber"
|
2023-11-20 19:50:26 +03:00
|
|
|
version = "0.3.18"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-20 19:50:26 +03:00
|
|
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"nu-ansi-term",
|
|
|
|
"sharded-slab",
|
|
|
|
"smallvec",
|
|
|
|
"thread_local",
|
|
|
|
"tracing-core",
|
|
|
|
"tracing-log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "trash"
|
2024-06-18 11:26:29 +03:00
|
|
|
version = "5.0.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-18 11:26:29 +03:00
|
|
|
checksum = "8d8fbfb70b1fad5c0b788f9b2e1bf4d04e5ac6efa828f1ed9ee462c50ff9cf05"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2024-06-18 11:26:29 +03:00
|
|
|
"objc2",
|
|
|
|
"objc2-foundation",
|
2023-07-08 14:46:43 +03:00
|
|
|
"once_cell",
|
|
|
|
"scopeguard",
|
2024-06-18 11:26:29 +03:00
|
|
|
"urlencoding",
|
2023-11-04 01:33:20 +03:00
|
|
|
"windows",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
2024-06-23 19:59:33 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typeid"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
|
|
|
|
|
2023-08-04 17:44:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-10-02 18:06:09 +03:00
|
|
|
version = "1.17.0"
|
2023-08-04 17:44:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 18:06:09 +03:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2023-08-04 17:44:29 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2024-01-22 03:43:51 +03:00
|
|
|
version = "0.3.15"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 03:43:51 +03:00
|
|
|
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-10-02 18:06:09 +03:00
|
|
|
version = "1.0.12"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-02 18:06:09 +03:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2024-03-02 06:01:52 +03:00
|
|
|
version = "0.1.23"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 06:01:52 +03:00
|
|
|
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2024-02-15 15:20:28 +03:00
|
|
|
version = "1.11.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-15 15:20:28 +03:00
|
|
|
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2024-05-20 16:04:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-truncate"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a5fbabedabe362c618c714dbefda9927b5afc8e2a8102f47f081089a9019226"
|
|
|
|
dependencies = [
|
2024-06-26 19:47:56 +03:00
|
|
|
"itertools 0.12.1",
|
2024-05-20 16:04:20 +03:00
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-06-07 01:11:32 +03:00
|
|
|
version = "0.1.13"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-07 01:11:32 +03:00
|
|
|
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "2.5.2"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2024-03-05 11:46:12 +03:00
|
|
|
"idna",
|
2023-07-08 14:46:43 +03:00
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-06-18 11:26:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "urlencoding"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
|
|
2023-08-09 13:15:02 +03:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.2.2"
|
2023-08-09 13:15:02 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-08-09 13:15:02 +03:00
|
|
|
|
2024-01-02 20:32:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "uzers"
|
2024-05-07 08:42:45 +03:00
|
|
|
version = "0.12.0"
|
2024-01-02 20:32:29 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-07 08:42:45 +03:00
|
|
|
checksum = "7d85875e16d59b3b1549efce83ff8251a64923b03bef94add0a1862847448de4"
|
2024-01-02 20:32:29 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2023-08-15 02:29:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "validator"
|
2024-04-13 05:33:42 +03:00
|
|
|
version = "0.18.1"
|
2023-08-15 02:29:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-13 05:33:42 +03:00
|
|
|
checksum = "db79c75af171630a3148bd3e6d7c4f42b6a9a014c2945bc5ed0020cbb8d9478e"
|
2023-08-15 02:29:21 +03:00
|
|
|
dependencies = [
|
2024-03-05 11:46:12 +03:00
|
|
|
"idna",
|
|
|
|
"once_cell",
|
2023-08-15 02:29:21 +03:00
|
|
|
"regex",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"url",
|
|
|
|
"validator_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "validator_derive"
|
2024-04-13 05:33:42 +03:00
|
|
|
version = "0.18.1"
|
2023-08-15 02:29:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-13 05:33:42 +03:00
|
|
|
checksum = "55591299b7007f551ed1eb79a684af7672c19c3193fb9e0a31936987bb2438ec"
|
2023-08-15 02:29:21 +03:00
|
|
|
dependencies = [
|
2024-03-05 11:46:12 +03:00
|
|
|
"darling",
|
2024-04-13 05:33:42 +03:00
|
|
|
"once_cell",
|
2023-08-15 02:29:21 +03:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-08-15 02:29:21 +03:00
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "valuable"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
|
|
|
|
|
2023-11-23 14:21:25 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "9.0.0"
|
2023-11-23 14:21:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "c32e7318e93a9ac53693b6caccfb05ff22e04a44c7cf8a279051f24c09da286f"
|
2023-11-23 14:21:25 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-07-12 13:32:01 +03:00
|
|
|
"derive_builder",
|
|
|
|
"rustversion",
|
|
|
|
"time",
|
|
|
|
"vergen-lib",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vergen-gitcl"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3bbdc9746577cb4767f218d320ee0b623d415e8130332f8f562b910b61cc2c4e"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"derive_builder",
|
2023-11-23 14:21:25 +03:00
|
|
|
"rustversion",
|
|
|
|
"time",
|
2024-07-12 13:32:01 +03:00
|
|
|
"vergen",
|
|
|
|
"vergen-lib",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vergen-lib"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e06bee42361e43b60f363bad49d63798d0f42fb1768091812270eca00c784720"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"derive_builder",
|
|
|
|
"getset",
|
|
|
|
"rustversion",
|
2023-11-23 14:21:25 +03:00
|
|
|
]
|
|
|
|
|
2023-08-04 17:44:29 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-03-05 11:46:12 +03:00
|
|
|
version = "2.5.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-03-05 11:46:12 +03:00
|
|
|
version = "0.2.92"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-03-05 11:46:12 +03:00
|
|
|
version = "0.2.92"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-07-08 14:46:43 +03:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-03-05 11:46:12 +03:00
|
|
|
version = "0.2.92"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-03-05 11:46:12 +03:00
|
|
|
version = "0.2.92"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-07-08 14:46:43 +03:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-03-05 11:46:12 +03:00
|
|
|
version = "0.2.92"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-05 11:46:12 +03:00
|
|
|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2024-01-30 20:22:55 +03:00
|
|
|
version = "0.1.8"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-30 20:22:55 +03:00
|
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-10-11 19:09:10 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
2024-04-02 15:50:36 +03:00
|
|
|
version = "6.0.1"
|
2023-10-11 19:09:10 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-02 15:50:36 +03:00
|
|
|
checksum = "8211e4f58a2b2805adfbefbc07bab82958fc91e3836339b1ab7ae32465dce0d7"
|
2023-10-11 19:09:10 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
2023-11-04 01:33:20 +03:00
|
|
|
"home",
|
|
|
|
"rustix",
|
2024-04-02 15:50:36 +03:00
|
|
|
"winsafe",
|
2023-10-11 19:09:10 +03:00
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.1.8"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2024-06-23 19:59:33 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
2024-05-08 22:01:16 +03:00
|
|
|
version = "0.56.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-08 22:01:16 +03:00
|
|
|
checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2024-05-08 22:01:16 +03:00
|
|
|
"windows-core 0.56.0",
|
|
|
|
"windows-targets 0.52.5",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-11-04 01:33:20 +03:00
|
|
|
name = "windows-core"
|
2024-01-02 20:32:29 +03:00
|
|
|
version = "0.52.0"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-02 20:32:29 +03:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2024-04-17 06:07:54 +03:00
|
|
|
"windows-targets 0.52.5",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
2024-05-08 22:01:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.56.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
|
|
|
|
dependencies = [
|
|
|
|
"windows-implement",
|
|
|
|
"windows-interface",
|
|
|
|
"windows-result",
|
|
|
|
"windows-targets 0.52.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-implement"
|
|
|
|
version = "0.56.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2024-05-08 22:01:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-interface"
|
|
|
|
version = "0.56.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2024-05-08 22:01:16 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-result"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.1.2"
|
2024-05-08 22:01:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
2024-05-08 22:01:16 +03:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.52.5",
|
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
2023-08-26 12:28:43 +03:00
|
|
|
"windows-targets 0.48.5",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
2023-12-12 05:46:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-04-17 06:07:54 +03:00
|
|
|
"windows-targets 0.52.5",
|
2023-12-12 05:46:19 +03:00
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "0.48.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
2023-08-26 12:28:43 +03:00
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2023-07-08 14:46:43 +03:00
|
|
|
]
|
|
|
|
|
2023-12-12 05:46:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.52.5"
|
2023-12-12 05:46:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
2023-12-12 05:46:19 +03:00
|
|
|
dependencies = [
|
2024-04-17 06:07:54 +03:00
|
|
|
"windows_aarch64_gnullvm 0.52.5",
|
|
|
|
"windows_aarch64_msvc 0.52.5",
|
|
|
|
"windows_i686_gnu 0.52.5",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc 0.52.5",
|
|
|
|
"windows_x86_64_gnu 0.52.5",
|
|
|
|
"windows_x86_64_gnullvm 0.52.5",
|
|
|
|
"windows_x86_64_msvc 0.52.5",
|
2023-12-12 05:46:19 +03:00
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "0.48.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-12-12 05:46:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.52.5"
|
2023-12-12 05:46:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
2023-12-12 05:46:19 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "0.48.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-12-12 05:46:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.52.5"
|
2023-12-12 05:46:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
2023-12-12 05:46:19 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "0.48.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-12-12 05:46:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.52.5"
|
2023-12-12 05:46:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
2023-12-12 05:46:19 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "0.48.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-12-12 05:46:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.52.5"
|
2023-12-12 05:46:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
2023-12-12 05:46:19 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "0.48.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-12-12 05:46:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.52.5"
|
2023-12-12 05:46:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
2023-12-12 05:46:19 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "0.48.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-12-12 05:46:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.52.5"
|
2023-12-12 05:46:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
2023-12-12 05:46:19 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-26 12:28:43 +03:00
|
|
|
version = "0.48.5"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-26 12:28:43 +03:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2023-07-08 14:46:43 +03:00
|
|
|
|
2023-12-12 05:46:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-04-17 06:07:54 +03:00
|
|
|
version = "0.52.5"
|
2023-12-12 05:46:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-17 06:07:54 +03:00
|
|
|
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
2023-12-12 05:46:19 +03:00
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2024-06-23 19:59:33 +03:00
|
|
|
version = "0.6.13"
|
2023-07-08 14:46:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-23 19:59:33 +03:00
|
|
|
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
|
2023-07-08 14:46:43 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-04-02 15:50:36 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winsafe"
|
|
|
|
version = "0.0.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
|
|
|
|
2023-10-22 11:34:20 +03:00
|
|
|
[[package]]
|
2024-06-08 14:28:46 +03:00
|
|
|
name = "yazi-adapter"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2023-10-22 11:34:20 +03:00
|
|
|
dependencies = [
|
2024-05-20 21:40:51 +03:00
|
|
|
"ansi-to-tui",
|
2023-10-22 11:34:20 +03:00
|
|
|
"anyhow",
|
2023-12-26 14:48:33 +03:00
|
|
|
"arc-swap",
|
2024-05-07 08:42:45 +03:00
|
|
|
"base64 0.22.1",
|
2023-10-22 11:34:20 +03:00
|
|
|
"color_quant",
|
2024-01-30 19:35:23 +03:00
|
|
|
"crossterm",
|
2024-04-02 15:50:36 +03:00
|
|
|
"futures",
|
2023-10-22 11:34:20 +03:00
|
|
|
"image",
|
2023-12-26 14:48:33 +03:00
|
|
|
"imagesize",
|
2024-01-08 06:31:22 +03:00
|
|
|
"kamadak-exif",
|
2023-10-22 11:34:20 +03:00
|
|
|
"ratatui",
|
2024-04-29 20:43:04 +03:00
|
|
|
"scopeguard",
|
2023-10-22 11:34:20 +03:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"yazi-config",
|
|
|
|
"yazi-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-02-26 04:14:04 +03:00
|
|
|
name = "yazi-boot"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2023-10-22 11:34:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"clap_complete",
|
|
|
|
"clap_complete_fig",
|
|
|
|
"clap_complete_nushell",
|
2024-06-04 01:29:47 +03:00
|
|
|
"regex",
|
2024-02-26 04:14:04 +03:00
|
|
|
"serde",
|
2024-07-12 13:32:01 +03:00
|
|
|
"vergen-gitcl",
|
2024-06-08 14:28:46 +03:00
|
|
|
"yazi-adapter",
|
2024-02-26 04:14:04 +03:00
|
|
|
"yazi-config",
|
|
|
|
"yazi-shared",
|
|
|
|
]
|
|
|
|
|
2024-04-15 10:42:44 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yazi-cli"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2024-04-15 10:42:44 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
2024-04-16 07:40:14 +03:00
|
|
|
"clap_complete",
|
|
|
|
"clap_complete_fig",
|
|
|
|
"clap_complete_nushell",
|
2024-05-07 08:42:45 +03:00
|
|
|
"crossterm",
|
|
|
|
"md-5",
|
2024-04-21 04:25:38 +03:00
|
|
|
"serde_json",
|
2024-04-15 10:42:44 +03:00
|
|
|
"tokio",
|
2024-05-07 08:42:45 +03:00
|
|
|
"toml_edit",
|
2024-07-12 13:32:01 +03:00
|
|
|
"vergen-gitcl",
|
2024-04-15 10:42:44 +03:00
|
|
|
"yazi-dds",
|
2024-05-07 08:42:45 +03:00
|
|
|
"yazi-shared",
|
2024-04-15 10:42:44 +03:00
|
|
|
]
|
|
|
|
|
2024-02-26 04:14:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yazi-config"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2024-02-26 04:14:04 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"arc-swap",
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2023-10-22 11:34:20 +03:00
|
|
|
"crossterm",
|
2024-04-14 06:11:31 +03:00
|
|
|
"globset",
|
2023-11-10 18:03:47 +03:00
|
|
|
"indexmap",
|
2023-10-22 11:34:20 +03:00
|
|
|
"ratatui",
|
|
|
|
"serde",
|
|
|
|
"toml",
|
|
|
|
"validator",
|
|
|
|
"yazi-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yazi-core"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2023-10-22 11:34:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2023-10-22 11:34:20 +03:00
|
|
|
"crossterm",
|
2024-05-23 12:07:04 +03:00
|
|
|
"dirs",
|
2023-10-22 11:34:20 +03:00
|
|
|
"futures",
|
|
|
|
"libc",
|
|
|
|
"notify",
|
|
|
|
"parking_lot",
|
|
|
|
"ratatui",
|
|
|
|
"regex",
|
2024-04-11 18:57:47 +03:00
|
|
|
"scopeguard",
|
2023-10-22 11:34:20 +03:00
|
|
|
"serde",
|
2024-05-08 22:01:16 +03:00
|
|
|
"shell-words",
|
2023-10-22 11:34:20 +03:00
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
2023-12-26 14:48:33 +03:00
|
|
|
"tokio-util",
|
2023-10-22 11:34:20 +03:00
|
|
|
"tracing",
|
|
|
|
"unicode-width",
|
2024-06-08 14:28:46 +03:00
|
|
|
"yazi-adapter",
|
2024-02-26 04:14:04 +03:00
|
|
|
"yazi-boot",
|
2023-10-22 11:34:20 +03:00
|
|
|
"yazi-config",
|
2024-03-29 18:30:30 +03:00
|
|
|
"yazi-dds",
|
2023-12-26 14:48:33 +03:00
|
|
|
"yazi-plugin",
|
2024-03-02 15:33:34 +03:00
|
|
|
"yazi-proxy",
|
2023-11-28 20:37:06 +03:00
|
|
|
"yazi-scheduler",
|
2023-10-22 11:34:20 +03:00
|
|
|
"yazi-shared",
|
|
|
|
]
|
|
|
|
|
2024-03-29 18:30:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yazi-dds"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2024-03-29 18:30:30 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"mlua",
|
|
|
|
"parking_lot",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2024-04-10 20:09:29 +03:00
|
|
|
"tokio-stream",
|
|
|
|
"tokio-util",
|
2024-04-05 12:11:40 +03:00
|
|
|
"uzers",
|
2024-07-12 13:32:01 +03:00
|
|
|
"vergen-gitcl",
|
2024-03-29 18:30:30 +03:00
|
|
|
"yazi-boot",
|
|
|
|
"yazi-shared",
|
|
|
|
]
|
|
|
|
|
2023-10-22 11:34:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yazi-fm"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2023-10-22 11:34:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-11-11 22:31:21 +03:00
|
|
|
"better-panic",
|
2023-10-22 11:34:20 +03:00
|
|
|
"crossterm",
|
2023-11-10 18:03:47 +03:00
|
|
|
"fdlimit",
|
2023-10-22 11:34:20 +03:00
|
|
|
"futures",
|
|
|
|
"libc",
|
2023-12-26 14:48:33 +03:00
|
|
|
"mlua",
|
2023-10-22 11:34:20 +03:00
|
|
|
"ratatui",
|
2024-04-11 18:57:47 +03:00
|
|
|
"scopeguard",
|
2023-10-22 11:34:20 +03:00
|
|
|
"signal-hook-tokio",
|
2024-01-19 06:26:59 +03:00
|
|
|
"syntect",
|
2024-02-07 06:18:23 +03:00
|
|
|
"tikv-jemallocator",
|
2023-10-22 11:34:20 +03:00
|
|
|
"tokio",
|
2024-01-22 03:43:51 +03:00
|
|
|
"tokio-util",
|
2023-10-22 11:34:20 +03:00
|
|
|
"tracing",
|
|
|
|
"tracing-appender",
|
|
|
|
"tracing-subscriber",
|
2024-06-08 14:28:46 +03:00
|
|
|
"yazi-adapter",
|
2024-02-26 04:14:04 +03:00
|
|
|
"yazi-boot",
|
2023-10-22 11:34:20 +03:00
|
|
|
"yazi-config",
|
|
|
|
"yazi-core",
|
2024-03-29 18:30:30 +03:00
|
|
|
"yazi-dds",
|
2023-10-22 11:34:20 +03:00
|
|
|
"yazi-plugin",
|
2024-03-02 15:33:34 +03:00
|
|
|
"yazi-proxy",
|
2023-10-22 11:34:20 +03:00
|
|
|
"yazi-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yazi-plugin"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2023-10-22 11:34:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"ansi-to-tui",
|
|
|
|
"anyhow",
|
2024-05-07 08:42:45 +03:00
|
|
|
"base64 0.22.1",
|
2024-05-01 15:43:01 +03:00
|
|
|
"clipboard-win",
|
|
|
|
"crossterm",
|
2023-12-26 14:48:33 +03:00
|
|
|
"futures",
|
|
|
|
"md-5",
|
2023-10-22 11:34:20 +03:00
|
|
|
"mlua",
|
2023-12-26 14:48:33 +03:00
|
|
|
"parking_lot",
|
2023-10-22 11:34:20 +03:00
|
|
|
"ratatui",
|
2024-02-06 05:47:57 +03:00
|
|
|
"shell-escape",
|
2024-01-27 10:20:16 +03:00
|
|
|
"shell-words",
|
2023-12-26 14:48:33 +03:00
|
|
|
"syntect",
|
|
|
|
"tokio",
|
2024-05-11 12:42:35 +03:00
|
|
|
"tokio-stream",
|
2023-12-26 14:48:33 +03:00
|
|
|
"tokio-util",
|
2023-10-22 11:34:20 +03:00
|
|
|
"tracing",
|
|
|
|
"unicode-width",
|
2024-01-02 20:32:29 +03:00
|
|
|
"uzers",
|
2024-06-08 14:28:46 +03:00
|
|
|
"yazi-adapter",
|
2024-02-26 04:14:04 +03:00
|
|
|
"yazi-boot",
|
2023-10-22 11:34:20 +03:00
|
|
|
"yazi-config",
|
2024-03-29 18:30:30 +03:00
|
|
|
"yazi-dds",
|
2023-12-26 14:48:33 +03:00
|
|
|
"yazi-prebuild",
|
2024-03-02 15:33:34 +03:00
|
|
|
"yazi-proxy",
|
2023-10-22 11:34:20 +03:00
|
|
|
"yazi-shared",
|
|
|
|
]
|
|
|
|
|
2023-08-05 11:49:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yazi-prebuild"
|
2023-12-30 18:41:41 +03:00
|
|
|
version = "0.1.2"
|
2023-08-05 11:49:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-30 18:41:41 +03:00
|
|
|
checksum = "f4b6c8e12e39ac0f79fa96f36e5b88e0da8d230691abd729eec709b43c74f632"
|
2023-08-05 11:49:23 +03:00
|
|
|
|
2024-03-02 15:33:34 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yazi-proxy"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2024-03-02 15:33:34 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-03-05 11:46:12 +03:00
|
|
|
"mlua",
|
2024-03-02 15:33:34 +03:00
|
|
|
"tokio",
|
|
|
|
"yazi-config",
|
|
|
|
"yazi-shared",
|
|
|
|
]
|
|
|
|
|
2023-11-28 20:37:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yazi-scheduler"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2023-11-28 20:37:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2023-12-29 17:37:43 +03:00
|
|
|
"async-priority-channel",
|
2023-11-28 20:37:06 +03:00
|
|
|
"futures",
|
2024-03-12 18:35:26 +03:00
|
|
|
"libc",
|
2023-11-28 20:37:06 +03:00
|
|
|
"parking_lot",
|
2024-04-11 18:57:47 +03:00
|
|
|
"scopeguard",
|
2023-11-28 20:37:06 +03:00
|
|
|
"tokio",
|
|
|
|
"tracing",
|
|
|
|
"trash",
|
|
|
|
"yazi-config",
|
2024-03-29 18:30:30 +03:00
|
|
|
"yazi-dds",
|
2023-12-26 14:48:33 +03:00
|
|
|
"yazi-plugin",
|
2024-03-02 15:33:34 +03:00
|
|
|
"yazi-proxy",
|
2023-11-28 20:37:06 +03:00
|
|
|
"yazi-shared",
|
|
|
|
]
|
|
|
|
|
2023-10-22 11:34:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "yazi-shared"
|
2024-04-23 11:35:17 +03:00
|
|
|
version = "0.2.5"
|
2023-10-22 11:34:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2024-07-12 13:32:01 +03:00
|
|
|
"bitflags 2.6.0",
|
2023-10-22 11:34:20 +03:00
|
|
|
"crossterm",
|
2024-02-26 04:14:04 +03:00
|
|
|
"dirs",
|
2023-10-22 11:34:20 +03:00
|
|
|
"futures",
|
|
|
|
"libc",
|
|
|
|
"parking_lot",
|
2023-11-09 04:07:12 +03:00
|
|
|
"percent-encoding",
|
2023-10-22 11:34:20 +03:00
|
|
|
"ratatui",
|
|
|
|
"regex",
|
2023-12-26 14:48:33 +03:00
|
|
|
"serde",
|
2024-05-19 13:07:36 +03:00
|
|
|
"shell-words",
|
2023-10-22 11:34:20 +03:00
|
|
|
"tokio",
|
2024-06-23 19:59:33 +03:00
|
|
|
"windows-sys 0.52.0",
|
2023-10-22 11:34:20 +03:00
|
|
|
]
|
|
|
|
|
2023-11-04 01:33:20 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "0.7.35"
|
2023-11-04 01:33:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
2023-11-04 01:33:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2024-07-12 13:32:01 +03:00
|
|
|
version = "0.7.35"
|
2023-11-04 01:33:20 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-07-12 13:32:01 +03:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2023-11-04 01:33:20 +03:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2024-07-12 13:32:01 +03:00
|
|
|
"syn 2.0.68",
|
2023-11-04 01:33:20 +03:00
|
|
|
]
|
|
|
|
|
2023-07-08 14:46:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "zune-inflate"
|
|
|
|
version = "0.2.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|