zola/Cargo.lock

5297 lines
128 KiB
Text
Raw Normal View History

2019-02-08 18:06:01 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-07-18 11:55:27 +00:00
version = 3
2023-08-04 21:14:09 +00:00
[[package]]
name = "addr2line"
2024-06-17 12:12:08 +00:00
version = "0.22.0"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2023-08-04 21:14:09 +00:00
dependencies = [
"gimli",
]
2020-07-22 16:58:13 +00:00
[[package]]
name = "adler"
2021-03-21 17:15:38 +00:00
version = "1.0.2"
2020-07-22 16:58:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-21 17:15:38 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-07-22 16:58:13 +00:00
[[package]]
name = "ahash"
2024-05-09 21:24:56 +00:00
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
2024-05-09 21:24:56 +00:00
"getrandom 0.2.15",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
2024-05-09 21:24:56 +00:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
2022-08-10 21:39:13 +00:00
"cfg-if 1.0.0",
2024-05-09 21:24:56 +00:00
"getrandom 0.2.15",
"once_cell",
"version_check",
2023-11-20 20:34:33 +00:00
"zerocopy",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "aho-corasick"
2023-01-02 21:48:39 +00:00
version = "0.7.20"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 21:48:39 +00:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"memchr",
2018-06-22 11:39:29 +00:00
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "aho-corasick"
2024-05-09 21:24:56 +00:00
version = "1.1.3"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-08-04 21:14:09 +00:00
dependencies = [
"memchr",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "aligned-vec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
2018-06-22 11:39:29 +00:00
[[package]]
name = "ammonia"
2024-05-09 21:24:56 +00:00
version = "4.0.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"html5ever",
"maplit",
2022-05-05 21:41:06 +00:00
"once_cell",
2020-05-24 18:01:00 +00:00
"tendril",
"url",
2018-06-22 11:39:29 +00:00
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-08-10 21:39:13 +00:00
[[package]]
name = "android_system_properties"
2022-09-19 11:25:09 +00:00
version = "0.1.5"
2022-08-10 21:39:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 11:25:09 +00:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-10 21:39:13 +00:00
dependencies = [
"libc",
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "anstream"
2024-05-09 21:24:56 +00:00
version = "0.6.14"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2023-08-04 21:14:09 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-09 21:24:56 +00:00
"is_terminal_polyfill",
2023-08-04 21:14:09 +00:00
"utf8parse",
]
[[package]]
name = "anstyle"
2024-05-09 21:24:56 +00:00
version = "1.0.7"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-08-04 21:14:09 +00:00
[[package]]
name = "anstyle-parse"
2024-05-09 21:24:56 +00:00
version = "0.2.4"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2023-08-04 21:14:09 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-06-17 12:12:08 +00:00
version = "1.1.0"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
2023-08-04 21:14:09 +00:00
dependencies = [
2023-12-17 21:09:58 +00:00
"windows-sys 0.52.0",
2023-08-04 21:14:09 +00:00
]
[[package]]
name = "anstyle-wincon"
2024-05-09 21:24:56 +00:00
version = "3.0.3"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
2023-08-04 21:14:09 +00:00
dependencies = [
"anstyle",
2023-12-17 21:09:58 +00:00
"windows-sys 0.52.0",
2023-08-04 21:14:09 +00:00
]
[[package]]
name = "any_ascii"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
2021-11-23 22:24:22 +00:00
[[package]]
name = "anyhow"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2024-05-09 21:24:56 +00:00
[[package]]
name = "arbitrary"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
[[package]]
name = "arg_enum_proc_macro"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2024-05-09 21:24:56 +00:00
]
[[package]]
name = "arrayvec"
2023-08-04 21:14:09 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "assert-json-diff"
2022-07-10 14:31:09 +00:00
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
dependencies = [
2020-05-24 18:01:00 +00:00
"serde",
"serde_json",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "atty"
2020-01-26 01:55:37 +00:00
version = "0.2.14"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-06-22 11:39:29 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"hermit-abi",
2020-05-24 18:01:00 +00:00
"libc",
"winapi 0.3.9",
2018-06-22 11:39:29 +00:00
]
2020-01-26 01:55:37 +00:00
[[package]]
name = "autocfg"
2024-05-09 21:24:56 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "av1-grain"
version = "0.2.3"
2020-01-26 01:55:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
dependencies = [
"anyhow",
"arrayvec",
"log",
"nom",
"num-rational",
"v_frame",
]
[[package]]
name = "avif-serialize"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
dependencies = [
"arrayvec",
]
2020-01-26 01:55:37 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "backtrace"
2024-06-17 12:12:08 +00:00
version = "0.3.73"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2023-08-04 21:14:09 +00:00
dependencies = [
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-01-12 22:51:35 +00:00
[[package]]
name = "base64"
2024-05-09 21:24:56 +00:00
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
version = "0.22.1"
2023-01-12 22:51:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "base64-simd"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
dependencies = [
"simd-abstraction",
]
2023-01-12 22:51:35 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "bincode"
2021-04-21 19:43:02 +00:00
version = "1.3.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-21 19:43:02 +00:00
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"serde",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "bit_field"
2023-03-13 21:44:07 +00:00
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-13 21:44:07 +00:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2018-06-22 11:39:29 +00:00
[[package]]
name = "bitflags"
2021-08-24 06:50:44 +00:00
version = "1.3.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-24 06:50:44 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2018-06-22 11:39:29 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "bitflags"
2024-05-09 21:24:56 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
[[package]]
name = "bitstream-io"
2024-06-17 12:12:08 +00:00
version = "2.4.1"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "eac55ccd165b210af261b1812cf29a0b9e6303b480ff0df603c037129ff357fe"
2024-05-09 21:24:56 +00:00
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2023-08-04 21:14:09 +00:00
2018-10-09 13:24:56 +00:00
[[package]]
name = "block-buffer"
2019-04-18 16:55:09 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2019-04-18 16:55:09 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"block-padding",
"byte-tools",
"byteorder",
2021-03-21 17:15:38 +00:00
"generic-array 0.12.4",
]
[[package]]
name = "block-buffer"
2023-03-13 21:44:07 +00:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-13 21:44:07 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
2023-08-04 21:14:09 +00:00
"generic-array 0.14.7",
2019-04-18 16:55:09 +00:00
]
[[package]]
name = "block-padding"
2019-11-26 19:47:24 +00:00
version = "0.1.5"
2019-04-18 16:55:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2019-04-18 16:55:09 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byte-tools",
2019-04-18 16:55:09 +00:00
]
[[package]]
name = "bstr"
2024-05-09 21:24:56 +00:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "05efc5cfd9110c8416e471df0e96702d58690178e206e61b7173706673c93706"
dependencies = [
"memchr",
"serde",
]
2022-06-03 21:25:42 +00:00
[[package]]
name = "build_const"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7"
2024-05-09 21:24:56 +00:00
[[package]]
name = "built"
2024-06-17 12:12:08 +00:00
version = "0.7.3"
2024-05-09 21:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "c6a6c0b39c38fd754ac338b00a88066436389c0f029da5d37d1e01091d9b7c17"
2024-05-09 21:24:56 +00:00
2019-12-31 09:35:13 +00:00
[[package]]
name = "bumpalo"
2024-05-09 21:24:56 +00:00
version = "3.16.0"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2019-12-31 09:35:13 +00:00
2018-10-09 13:24:56 +00:00
[[package]]
name = "byte-tools"
2019-04-18 16:55:09 +00:00
version = "0.3.1"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2018-10-09 13:24:56 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "bytecheck"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "bytecount"
2024-05-09 21:24:56 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2020-02-10 19:48:52 +00:00
[[package]]
name = "bytemuck"
version = "1.16.0"
2020-02-10 19:48:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5"
2020-02-10 19:48:52 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "byteorder"
2023-10-19 19:33:47 +00:00
version = "1.5.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2018-06-22 11:39:29 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "byteorder-lite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2018-06-22 11:39:29 +00:00
[[package]]
name = "bytes"
2019-03-08 20:41:31 +00:00
version = "0.4.12"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byteorder",
"iovec",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "bytes"
2024-05-09 21:24:56 +00:00
version = "1.6.0"
2023-02-08 22:20:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-02-08 22:20:07 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "cc"
2024-06-17 12:12:08 +00:00
version = "1.0.99"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "96c51067fd44124faa7f870b4b1c969379ad32b2ba805aa959430ceaa384f695"
dependencies = [
"jobserver",
2023-08-04 21:14:09 +00:00
"libc",
2024-05-09 21:24:56 +00:00
"once_cell",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "cedarwood"
2023-01-02 21:48:39 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 21:48:39 +00:00
checksum = "6d910bedd62c24733263d0bed247460853c9d22e8956bd4cd964302095e04e90"
dependencies = [
"smallvec",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "cfg-expr"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
dependencies = [
"smallvec",
"target-lexicon",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-06-22 11:39:29 +00:00
2020-10-30 15:52:01 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2024-05-09 21:24:56 +00:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2018-06-22 11:39:29 +00:00
[[package]]
name = "chrono"
2024-05-09 21:24:56 +00:00
version = "0.4.38"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2018-06-22 11:39:29 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"android-tzdata",
2022-08-10 21:39:13 +00:00
"iana-time-zone",
2020-05-24 18:01:00 +00:00
"num-traits",
2022-09-19 11:25:09 +00:00
"pure-rust-locales",
2024-05-09 21:24:56 +00:00
"windows-targets 0.52.5",
2018-06-22 11:39:29 +00:00
]
2019-09-25 02:12:13 +00:00
[[package]]
name = "chrono-tz"
2024-06-17 12:12:08 +00:00
version = "0.9.0"
2019-09-25 02:12:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
2019-09-25 02:12:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"chrono",
2021-10-19 19:24:21 +00:00
"chrono-tz-build",
2023-10-19 19:33:47 +00:00
"phf 0.11.2",
2021-10-19 19:24:21 +00:00
]
[[package]]
name = "chrono-tz-build"
2024-06-17 12:12:08 +00:00
version = "0.3.0"
2021-10-19 19:24:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
2021-10-19 19:24:21 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"parse-zoneinfo",
2023-10-19 19:33:47 +00:00
"phf 0.11.2",
"phf_codegen 0.11.2",
2019-09-25 02:12:13 +00:00
]
[[package]]
name = "clap"
2023-08-04 21:14:09 +00:00
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"atty",
2023-08-04 21:14:09 +00:00
"bitflags 1.3.2",
"clap_derive 3.2.25",
2023-01-02 21:48:39 +00:00
"clap_lex 0.2.4",
2023-08-04 21:14:09 +00:00
"indexmap 1.9.3",
2022-07-10 14:31:09 +00:00
"once_cell",
2024-05-09 21:24:56 +00:00
"strsim 0.10.0",
"termcolor",
2022-06-03 21:25:42 +00:00
"textwrap",
]
2023-01-02 21:48:39 +00:00
[[package]]
name = "clap"
2024-06-17 12:12:08 +00:00
version = "4.5.7"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "5db83dced34638ad474f39f250d7fea9598bdd239eaced1bdf45d597da0f433f"
2023-01-02 21:48:39 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"clap_builder",
2024-06-17 12:12:08 +00:00
"clap_derive 4.5.5",
2023-08-04 21:14:09 +00:00
]
[[package]]
name = "clap_builder"
2024-06-17 12:12:08 +00:00
version = "4.5.7"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "f7e204572485eb3fbf28f871612191521df159bc3e15a9f5064c66dba3a8c05f"
2023-08-04 21:14:09 +00:00
dependencies = [
"anstream",
"anstyle",
2024-06-17 12:12:08 +00:00
"clap_lex 0.7.1",
2024-05-09 21:24:56 +00:00
"strsim 0.11.1",
2023-01-02 21:48:39 +00:00
]
[[package]]
name = "clap_complete"
2024-06-17 12:12:08 +00:00
version = "4.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "d2020fa13af48afc65a9a87335bda648309ab3d154cd03c7ff95b378c7ed39c4"
dependencies = [
2024-06-17 12:12:08 +00:00
"clap 4.5.7",
]
[[package]]
name = "clap_derive"
2023-08-04 21:14:09 +00:00
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
dependencies = [
2024-05-09 21:24:56 +00:00
"heck 0.4.1",
"proc-macro-error",
"proc-macro2",
"quote",
2023-08-04 21:14:09 +00:00
"syn 1.0.109",
]
2023-01-02 21:48:39 +00:00
[[package]]
name = "clap_derive"
2024-06-17 12:12:08 +00:00
version = "4.5.5"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "c780290ccf4fb26629baa7a1081e68ced113f1d3ec302fa5948f1c381ebf06c6"
2023-01-02 21:48:39 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"heck 0.5.0",
2023-01-02 21:48:39 +00:00
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2023-01-02 21:48:39 +00:00
]
2022-05-05 21:41:06 +00:00
[[package]]
name = "clap_lex"
2022-07-10 14:31:09 +00:00
version = "0.2.4"
2022-05-05 21:41:06 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
2022-05-05 21:41:06 +00:00
dependencies = [
"os_str_bytes",
]
2023-01-02 21:48:39 +00:00
[[package]]
name = "clap_lex"
2024-06-17 12:12:08 +00:00
version = "0.7.1"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "4b82cf0babdbd58558212896d1a4272303a57bdb245c2bf1147185fb45640e70"
2023-01-02 21:48:39 +00:00
[[package]]
name = "codemap"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
2018-02-02 20:35:04 +00:00
[[package]]
name = "color_quant"
2020-10-30 15:52:01 +00:00
version = "1.1.0"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-10-30 15:52:01 +00:00
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2018-02-02 20:35:04 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "colorchoice"
2024-05-09 21:24:56 +00:00
version = "1.0.1"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2023-08-04 21:14:09 +00:00
[[package]]
name = "colored"
2023-12-17 21:09:58 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
dependencies = [
2020-05-24 18:01:00 +00:00
"lazy_static",
2023-08-04 21:14:09 +00:00
"windows-sys 0.48.0",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "config"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"errors",
"libs",
2020-05-24 18:01:00 +00:00
"serde",
"utils",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "console"
version = "0.1.0"
dependencies = [
"errors",
"libs",
]
2022-02-25 16:13:29 +00:00
[[package]]
name = "console"
2024-05-09 21:24:56 +00:00
version = "0.15.8"
2022-02-25 16:13:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
2022-02-25 16:13:29 +00:00
dependencies = [
"encode_unicode",
2023-01-02 21:48:39 +00:00
"lazy_static",
2022-02-25 16:13:29 +00:00
"libc",
2024-05-09 21:24:56 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "const-str"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
dependencies = [
"const-str-proc-macro",
]
[[package]]
name = "const-str-proc-macro"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e1e0fdd2e5d3041e530e1b21158aeeef8b5d0e306bc5c1e3d6cf0930d10e25a"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2022-02-25 16:13:29 +00:00
]
[[package]]
name = "content"
version = "0.1.0"
dependencies = [
"config",
"errors",
"libs",
"markdown",
"serde",
"tempfile",
"test-case",
2022-05-05 21:41:06 +00:00
"time",
"utils",
]
[[package]]
name = "core-foundation"
2023-12-17 21:09:58 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-17 21:09:58 +00:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
[[package]]
2021-05-05 19:36:56 +00:00
name = "cpufeatures"
2024-05-09 21:24:56 +00:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
dependencies = [
"libc",
]
2022-06-03 21:25:42 +00:00
[[package]]
name = "crc"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb"
dependencies = [
"build_const",
]
2018-12-04 18:00:18 +00:00
[[package]]
name = "crc32fast"
version = "1.4.2"
2019-01-27 17:57:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2019-01-27 17:57:07 +00:00
dependencies = [
2020-10-30 15:52:01 +00:00
"cfg-if 1.0.0",
2019-01-27 17:57:07 +00:00
]
[[package]]
name = "crossbeam-channel"
2024-06-17 12:12:08 +00:00
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2024-05-09 21:24:56 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
2020-05-24 18:01:00 +00:00
"crossbeam-epoch",
"crossbeam-utils",
]
2018-07-22 10:14:16 +00:00
[[package]]
name = "crossbeam-epoch"
2024-05-09 21:24:56 +00:00
version = "0.9.18"
2018-07-22 10:14:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2018-07-22 10:14:16 +00:00
dependencies = [
"crossbeam-utils",
2018-07-22 10:14:16 +00:00
]
2019-11-26 19:47:24 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.8.20"
2020-10-30 15:52:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2018-07-22 10:14:16 +00:00
2023-01-02 21:48:39 +00:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2022-01-26 19:35:07 +00:00
[[package]]
name = "crypto-common"
2022-07-25 12:56:27 +00:00
version = "0.1.6"
2022-01-26 19:35:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 12:56:27 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-01-26 19:35:07 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"generic-array 0.14.7",
2022-02-25 16:13:29 +00:00
"typenum",
2022-01-26 19:35:07 +00:00
]
2022-07-10 14:31:09 +00:00
[[package]]
2024-05-09 21:24:56 +00:00
name = "cssparser"
version = "0.33.0"
2022-07-10 14:31:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "9be934d936a0fbed5bcdc01042b770de1398bf79d0e192f49fa7faea0e99281e"
2022-07-10 14:31:09 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"cssparser-macros",
"dtoa-short",
"itoa",
"phf 0.11.2",
"smallvec",
]
[[package]]
name = "cssparser-color"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556c099a61d85989d7af52b692e35a8d68a57e7df8c6d07563dc0778b3960c9f"
dependencies = [
"cssparser",
]
[[package]]
name = "cssparser-macros"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
dependencies = [
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2022-07-10 14:31:09 +00:00
]
[[package]]
name = "csv"
2023-10-19 19:33:47 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
dependencies = [
2020-05-24 18:01:00 +00:00
"csv-core",
2023-02-14 20:13:25 +00:00
"itoa",
2020-05-24 18:01:00 +00:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
2023-10-19 19:33:47 +00:00
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
dependencies = [
2020-05-24 18:01:00 +00:00
"memchr",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "ctrlc"
2024-05-09 21:24:56 +00:00
version = "3.4.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "672465ae37dc1bc6380a6547a8883d5dd397b0f1faaad4f265726cc7042a5345"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"nix",
2024-05-09 21:24:56 +00:00
"windows-sys 0.52.0",
2023-01-02 21:48:39 +00:00
]
[[package]]
2024-05-09 21:24:56 +00:00
name = "dashmap"
version = "5.5.3"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
2023-10-19 19:33:47 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"cfg-if 1.0.0",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
2023-10-19 19:33:47 +00:00
]
2018-06-22 11:39:29 +00:00
2022-07-10 14:31:09 +00:00
[[package]]
2024-05-09 21:24:56 +00:00
name = "data-encoding"
version = "2.6.0"
2022-07-10 14:31:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
[[package]]
name = "data-url"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
2022-07-10 14:31:09 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"matches",
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
2022-07-10 14:31:09 +00:00
]
2023-10-19 19:33:47 +00:00
[[package]]
name = "deunicode"
version = "1.6.0"
2018-09-09 17:43:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
2018-09-09 17:43:14 +00:00
2018-10-09 13:24:56 +00:00
[[package]]
name = "digest"
2019-07-10 21:38:32 +00:00
version = "0.8.1"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2018-10-09 13:24:56 +00:00
dependencies = [
2021-03-21 17:15:38 +00:00
"generic-array 0.12.4",
]
[[package]]
name = "digest"
2023-08-04 21:14:09 +00:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
2023-03-13 21:44:07 +00:00
"block-buffer 0.10.4",
2022-01-26 19:35:07 +00:00
"crypto-common",
2018-10-09 13:24:56 +00:00
]
2023-01-02 21:48:39 +00:00
[[package]]
name = "displaydoc"
2023-08-04 21:14:09 +00:00
version = "0.2.4"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
2023-01-02 21:48:39 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2023-01-02 21:48:39 +00:00
]
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2024-05-09 21:24:56 +00:00
[[package]]
name = "dtoa"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
[[package]]
name = "dtoa-short"
2024-06-17 12:12:08 +00:00
version = "0.3.5"
2024-05-09 21:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
2024-05-09 21:24:56 +00:00
dependencies = [
"dtoa",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "either"
version = "1.12.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
2018-06-22 11:39:29 +00:00
[[package]]
name = "elasticlunr-rs"
2023-08-04 21:14:09 +00:00
version = "3.0.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
2018-06-22 11:39:29 +00:00
dependencies = [
"jieba-rs",
"lindera",
2021-11-23 22:24:22 +00:00
"lindera-core",
2020-05-24 18:01:00 +00:00
"regex",
"rust-stemmers",
"serde",
"serde_derive",
"serde_json",
]
2022-02-25 16:13:29 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
[[package]]
name = "encoding_rs"
2024-05-09 21:24:56 +00:00
version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [
"cfg-if 1.0.0",
]
2022-06-03 21:25:42 +00:00
[[package]]
name = "env_logger"
2023-01-02 21:48:39 +00:00
version = "0.9.3"
2022-06-03 21:25:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 21:48:39 +00:00
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2022-06-03 21:25:42 +00:00
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-01-02 21:48:39 +00:00
[[package]]
name = "errno"
2024-05-09 21:24:56 +00:00
version = "0.3.9"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-01-02 21:48:39 +00:00
dependencies = [
"libc",
2023-12-17 21:09:58 +00:00
"windows-sys 0.52.0",
2023-01-02 21:48:39 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "errors"
version = "0.1.0"
dependencies = [
2022-04-01 19:37:38 +00:00
"anyhow",
]
[[package]]
name = "exr"
2024-05-09 21:24:56 +00:00
version = "1.72.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
2022-09-19 11:25:09 +00:00
"miniz_oxide",
2023-03-13 21:44:07 +00:00
"rayon-core",
"smallvec",
2023-02-08 22:20:07 +00:00
"zune-inflate",
2018-06-22 11:39:29 +00:00
]
2020-04-29 20:35:28 +00:00
[[package]]
name = "fake-simd"
version = "0.1.2"
2020-04-29 20:35:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2020-04-29 20:35:28 +00:00
2022-01-13 22:53:01 +00:00
[[package]]
name = "fastrand"
2024-05-09 21:24:56 +00:00
version = "2.1.0"
2022-01-13 22:53:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2023-08-04 21:14:09 +00:00
[[package]]
name = "fdeflate"
2024-05-09 21:24:56 +00:00
version = "0.3.4"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
2022-01-13 22:53:01 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"simd-adler32",
2022-01-13 22:53:01 +00:00
]
[[package]]
name = "file-id"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9"
dependencies = [
"windows-sys 0.48.0",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "filetime"
2023-12-17 21:09:58 +00:00
version = "0.2.23"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2018-06-22 11:39:29 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-05-24 18:01:00 +00:00
"libc",
2024-05-09 21:24:56 +00:00
"redox_syscall 0.4.1",
2023-12-17 21:09:58 +00:00
"windows-sys 0.52.0",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "flate2"
2024-05-09 21:24:56 +00:00
version = "1.0.30"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"crc32fast",
2022-05-05 21:41:06 +00:00
"miniz_oxide",
]
[[package]]
name = "flume"
2023-10-19 19:33:47 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
dependencies = [
2023-11-20 20:34:33 +00:00
"spin",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "fnv"
version = "1.0.7"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2018-06-22 11:39:29 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2023-12-17 21:09:58 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "fsevent-sys"
version = "4.1.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"libc",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-06-22 11:39:29 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"bitflags 1.3.2",
2020-05-24 18:01:00 +00:00
"fuchsia-zircon-sys",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-06-22 11:39:29 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2018-06-22 11:39:29 +00:00
[[package]]
name = "futf"
2022-02-25 16:13:29 +00:00
version = "0.1.5"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 16:13:29 +00:00
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"mac",
"new_debug_unreachable",
2018-06-22 11:39:29 +00:00
]
[[package]]
2019-12-31 09:35:13 +00:00
name = "futures-channel"
2024-05-09 21:24:56 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
2020-05-24 18:01:00 +00:00
"futures-core",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "futures-core"
2024-05-09 21:24:56 +00:00
version = "0.3.30"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2019-12-31 09:35:13 +00:00
[[package]]
name = "futures-io"
2024-05-09 21:24:56 +00:00
version = "0.3.30"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2019-12-31 09:35:13 +00:00
[[package]]
name = "futures-sink"
2024-05-09 21:24:56 +00:00
version = "0.3.30"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2019-12-31 09:35:13 +00:00
[[package]]
name = "futures-task"
2024-05-09 21:24:56 +00:00
version = "0.3.30"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2019-12-31 09:35:13 +00:00
[[package]]
name = "futures-util"
2024-05-09 21:24:56 +00:00
version = "0.3.30"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"futures-core",
"futures-io",
"futures-task",
"memchr",
2021-01-09 09:16:50 +00:00
"pin-project-lite",
2020-05-24 18:01:00 +00:00
"pin-utils",
"slab",
]
2021-11-23 22:24:22 +00:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2018-10-09 13:24:56 +00:00
[[package]]
name = "generic-array"
2021-03-21 17:15:38 +00:00
version = "0.12.4"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-03-21 17:15:38 +00:00
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"typenum",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "generic-array"
2023-08-04 21:14:09 +00:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2019-07-10 21:38:32 +00:00
[[package]]
name = "getrandom"
version = "0.1.16"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2019-07-10 21:38:32 +00:00
dependencies = [
"cfg-if 1.0.0",
2020-05-24 18:01:00 +00:00
"libc",
2020-08-28 17:49:19 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
2019-07-10 21:38:32 +00:00
]
[[package]]
name = "getrandom"
2024-05-09 21:24:56 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"libc",
2022-07-10 14:31:09 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
"wasm-bindgen",
]
[[package]]
name = "gh-emoji"
2023-10-19 19:33:47 +00:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "eb8adf61df288369c9d1c6bb142f61db30c18619a71f64915d64e916f23c8c37"
dependencies = [
2023-08-04 21:14:09 +00:00
"phf 0.11.2",
"regex",
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "gif"
2024-05-09 21:24:56 +00:00
version = "0.13.1"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
2018-02-02 20:35:04 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"color_quant",
2020-09-27 09:19:20 +00:00
"weezl",
2018-02-02 20:35:04 +00:00
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "gimli"
2024-06-17 12:12:08 +00:00
version = "0.29.0"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2023-08-04 21:14:09 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "glob"
version = "0.3.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2018-06-22 11:39:29 +00:00
[[package]]
name = "globset"
2023-12-17 21:09:58 +00:00
version = "0.4.14"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
2018-06-22 11:39:29 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"aho-corasick 1.1.3",
2023-02-14 20:13:25 +00:00
"bstr",
2020-05-24 18:01:00 +00:00
"log",
2023-12-17 21:09:58 +00:00
"regex-automata",
2024-05-09 21:24:56 +00:00
"regex-syntax",
2018-06-22 11:39:29 +00:00
]
2019-01-23 18:20:02 +00:00
[[package]]
name = "globwalk"
2024-06-17 12:12:08 +00:00
version = "0.9.1"
2019-01-23 18:20:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
2019-01-23 18:20:02 +00:00
dependencies = [
2024-06-17 12:12:08 +00:00
"bitflags 2.5.0",
2020-05-24 18:01:00 +00:00
"ignore",
"walkdir",
2019-01-23 18:20:02 +00:00
]
[[package]]
name = "grass"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a46def7216d331efa51a6aa796ef777bfdfe9605378382827a553344b7e5eefc"
dependencies = [
"getrandom 0.2.15",
"grass_compiler",
]
[[package]]
name = "grass_compiler"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f39216c1843182f78541276fec96f88406861f16aa19cc9f8add70f8e67b7577"
dependencies = [
"codemap",
2024-05-09 21:24:56 +00:00
"indexmap 2.2.6",
"lasso",
"once_cell",
2024-05-09 21:24:56 +00:00
"phf 0.11.2",
"rand 0.8.5",
]
[[package]]
name = "h2"
2024-05-09 21:24:56 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
2024-05-09 21:24:56 +00:00
"bytes 1.6.0",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2024-05-09 21:24:56 +00:00
"indexmap 2.2.6",
"slab",
2021-01-05 21:11:15 +00:00
"tokio",
"tokio-util",
2020-07-22 16:58:13 +00:00
"tracing",
]
[[package]]
name = "half"
2024-05-09 21:24:56 +00:00
version = "2.4.1"
2021-02-02 19:20:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
2023-01-02 21:48:39 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"cfg-if 1.0.0",
2023-01-02 21:48:39 +00:00
"crunchy",
]
2021-02-02 19:20:39 +00:00
[[package]]
name = "hashbrown"
2024-05-09 21:24:56 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
2024-05-09 21:24:56 +00:00
"ahash 0.7.8",
]
2022-07-10 14:31:09 +00:00
[[package]]
name = "hashbrown"
2024-05-09 21:24:56 +00:00
version = "0.13.2"
2022-07-10 14:31:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.11",
"bumpalo",
]
2022-07-10 14:31:09 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "hashbrown"
2024-05-09 21:24:56 +00:00
version = "0.14.5"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-08-04 21:14:09 +00:00
2022-01-26 19:35:07 +00:00
[[package]]
name = "heck"
2023-02-08 22:20:07 +00:00
version = "0.4.1"
2022-01-26 19:35:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:20:07 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-01-26 19:35:07 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2019-11-26 19:47:24 +00:00
[[package]]
name = "hermit-abi"
2021-06-24 19:59:41 +00:00
version = "0.1.19"
2019-11-26 19:47:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 19:59:41 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-11-26 19:47:24 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"libc",
2018-11-09 16:31:23 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "html5ever"
2024-05-09 21:24:56 +00:00
version = "0.27.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2018-06-22 11:39:29 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "http"
2024-05-09 21:24:56 +00:00
version = "0.2.12"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2019-12-31 09:35:13 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"bytes 1.6.0",
2020-05-24 18:01:00 +00:00
"fnv",
2023-02-14 20:13:25 +00:00
"itoa",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "http-body"
2023-12-17 21:09:58 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
2024-05-09 21:24:56 +00:00
"bytes 1.6.0",
"http",
2021-03-21 17:15:38 +00:00
"pin-project-lite",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "httparse"
2024-06-17 12:12:08 +00:00
version = "1.9.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "d0e7a4dd27b9476dc40cb050d3632d3bba3a70ddbff012285f7f8559a1e7e545"
2018-06-22 11:39:29 +00:00
[[package]]
name = "httpdate"
2023-10-19 19:33:47 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2018-06-22 11:39:29 +00:00
[[package]]
name = "humansize"
2023-03-13 21:44:07 +00:00
version = "2.1.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-13 21:44:07 +00:00
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
dependencies = [
"libm",
]
2018-06-22 11:39:29 +00:00
2022-06-03 21:25:42 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
2024-06-17 12:12:08 +00:00
version = "0.14.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
dependencies = [
2024-05-09 21:24:56 +00:00
"bytes 1.6.0",
"futures-channel",
"futures-core",
"futures-util",
2021-01-05 21:11:15 +00:00
"h2",
"http",
2021-01-05 21:11:15 +00:00
"http-body",
"httparse",
"httpdate",
2023-02-14 20:13:25 +00:00
"itoa",
2021-06-24 19:59:41 +00:00
"pin-project-lite",
2024-05-09 21:24:56 +00:00
"socket2",
2021-01-05 21:11:15 +00:00
"tokio",
2020-05-24 18:01:00 +00:00
"tower-service",
2020-07-22 16:58:13 +00:00
"tracing",
2020-05-24 18:01:00 +00:00
"want",
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "hyper-rustls"
2023-11-20 20:34:33 +00:00
version = "0.24.2"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2020-02-07 20:16:44 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"futures-util",
2021-12-05 10:17:39 +00:00
"http",
2021-01-05 21:11:15 +00:00
"hyper",
2020-05-24 18:01:00 +00:00
"rustls",
2021-01-05 21:11:15 +00:00
"tokio",
2020-05-24 18:01:00 +00:00
"tokio-rustls",
2020-02-07 20:16:44 +00:00
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
2024-05-09 21:24:56 +00:00
"bytes 1.6.0",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
2022-08-10 21:39:13 +00:00
[[package]]
name = "iana-time-zone"
2024-05-09 21:24:56 +00:00
version = "0.1.60"
2022-08-10 21:39:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2022-08-10 21:39:13 +00:00
dependencies = [
"android_system_properties",
2022-08-14 13:47:10 +00:00
"core-foundation-sys",
2023-01-02 21:48:39 +00:00
"iana-time-zone-haiku",
2022-08-10 21:39:13 +00:00
"js-sys",
"wasm-bindgen",
2023-10-19 19:33:47 +00:00
"windows-core",
2022-08-10 21:39:13 +00:00
]
2023-01-02 21:48:39 +00:00
[[package]]
name = "iana-time-zone-haiku"
2023-08-04 21:14:09 +00:00
version = "0.1.2"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2023-01-02 21:48:39 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"cc",
2023-01-02 21:48:39 +00:00
]
2024-06-17 12:12:08 +00:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8ac670d7422d7f76b32e17a5db556510825b29ec9154f235977c9caba61036"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
[[package]]
name = "idna"
2024-06-17 12:12:08 +00:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "4716a3a0933a1d01c2f72450e89596eb51dd34ef3c211ccd875acdf1f8fe47ed"
dependencies = [
2024-06-17 12:12:08 +00:00
"icu_normalizer",
"icu_properties",
"smallvec",
"utf8_iter",
]
2019-01-23 18:20:02 +00:00
[[package]]
name = "ignore"
2024-05-09 21:24:56 +00:00
version = "0.4.22"
2019-01-23 18:20:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
2019-01-23 18:20:02 +00:00
dependencies = [
2023-12-17 21:09:58 +00:00
"crossbeam-deque",
2020-05-24 18:01:00 +00:00
"globset",
"log",
"memchr",
2023-12-17 21:09:58 +00:00
"regex-automata",
2020-05-24 18:01:00 +00:00
"same-file",
"walkdir",
"winapi-util",
2018-06-22 11:39:29 +00:00
]
2020-02-10 19:48:52 +00:00
[[package]]
name = "image"
2024-05-09 21:24:56 +00:00
version = "0.25.1"
2020-02-10 19:48:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "fd54d660e773627692c524beaad361aca785a4f9f5730ce91f42aabe5bce3d11"
2020-02-10 19:48:52 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bytemuck",
"byteorder",
2020-10-30 15:52:01 +00:00
"color_quant",
"exr",
2020-05-24 18:01:00 +00:00
"gif",
2024-05-09 21:24:56 +00:00
"image-webp",
2020-05-24 18:01:00 +00:00
"num-traits",
"png",
2023-08-04 21:14:09 +00:00
"qoi",
2024-05-09 21:24:56 +00:00
"ravif",
"rayon",
"rgb",
2020-05-24 18:01:00 +00:00
"tiff",
2024-05-09 21:24:56 +00:00
"zune-core",
"zune-jpeg",
]
[[package]]
name = "image-webp"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d730b085583c4d789dfd07fdcf185be59501666a90c97c40162b37e4fdad272d"
dependencies = [
"byteorder-lite",
"thiserror",
2020-02-10 19:48:52 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "imageproc"
version = "0.1.0"
dependencies = [
2021-05-12 19:07:18 +00:00
"config",
2020-05-24 18:01:00 +00:00
"errors",
"kamadak-exif",
"libs",
"serde",
"tempfile",
2020-05-24 18:01:00 +00:00
"utils",
2018-02-02 20:35:04 +00:00
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "imgref"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
[[package]]
name = "indexmap"
2023-08-04 21:14:09 +00:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2019-10-20 18:08:01 +00:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
2019-10-20 18:08:01 +00:00
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "indexmap"
2024-05-09 21:24:56 +00:00
version = "2.2.6"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-08-04 21:14:09 +00:00
dependencies = [
"equivalent",
2024-05-09 21:24:56 +00:00
"hashbrown 0.14.5",
2023-08-04 21:14:09 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "inotify"
version = "0.9.6"
2018-09-03 16:02:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2018-09-03 16:02:01 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"bitflags 1.3.2",
2020-05-24 18:01:00 +00:00
"inotify-sys",
"libc",
2018-09-03 16:02:01 +00:00
]
[[package]]
name = "inotify-sys"
2021-02-02 19:20:39 +00:00
version = "0.1.5"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-02 19:20:39 +00:00
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"libc",
2018-06-22 11:39:29 +00:00
]
2022-02-25 16:13:29 +00:00
[[package]]
name = "insta"
version = "1.39.0"
2022-02-25 16:13:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "810ae6042d48e2c9e9215043563a58a80b877bc863228a74cf10c49d4620a6f5"
2022-02-25 16:13:29 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"console 0.15.8",
2023-01-02 21:48:39 +00:00
"lazy_static",
2022-08-10 21:39:13 +00:00
"linked-hash-map",
2022-02-25 16:13:29 +00:00
"similar",
2024-05-09 21:24:56 +00:00
]
[[package]]
name = "interpolate_name"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2022-02-25 16:13:29 +00:00
]
2021-10-19 19:24:21 +00:00
[[package]]
2023-08-04 21:14:09 +00:00
name = "iovec"
version = "0.1.4"
2021-10-19 19:24:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2021-10-19 19:24:21 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"libc",
2021-10-19 19:24:21 +00:00
]
2023-01-02 21:48:39 +00:00
[[package]]
2023-08-04 21:14:09 +00:00
name = "ipnet"
2023-11-20 20:34:33 +00:00
version = "2.9.0"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2023-01-02 21:48:39 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
2023-08-04 21:14:09 +00:00
name = "is-docker"
version = "0.2.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
2018-06-22 11:39:29 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"once_cell",
2018-06-22 11:39:29 +00:00
]
2023-01-02 21:48:39 +00:00
[[package]]
2023-08-04 21:14:09 +00:00
name = "is-wsl"
version = "0.4.0"
2020-07-24 21:00:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
2023-01-02 21:48:39 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"is-docker",
"once_cell",
2023-01-02 21:48:39 +00:00
]
2020-07-24 21:00:00 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2022-01-13 22:53:01 +00:00
[[package]]
name = "itoa"
2024-05-09 21:24:56 +00:00
version = "1.0.11"
2022-01-13 22:53:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-01-13 22:53:01 +00:00
[[package]]
name = "jieba-rs"
2023-08-04 21:14:09 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "93f0c1347cd3ac8d7c6e3a2dc33ac496d365cf09fc0831aa61111e1a6738983e"
dependencies = [
"cedarwood",
2021-11-23 22:24:22 +00:00
"fxhash",
2024-05-09 21:24:56 +00:00
"hashbrown 0.14.5",
"lazy_static",
2023-08-04 21:14:09 +00:00
"phf 0.11.2",
"phf_codegen 0.11.2",
"regex",
]
[[package]]
name = "jobserver"
2024-05-09 21:24:56 +00:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
dependencies = [
"libc",
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "jpeg-decoder"
2024-05-09 21:24:56 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
2018-02-02 20:35:04 +00:00
2019-12-31 09:35:13 +00:00
[[package]]
name = "js-sys"
2024-05-09 21:24:56 +00:00
version = "0.3.69"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"wasm-bindgen",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "kamadak-exif"
2023-01-02 21:48:39 +00:00
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 21:48:39 +00:00
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
dependencies = [
"mutate_once",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi 0.2.8",
"winapi-build",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "kqueue"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
"bitflags 1.3.2",
"libc",
]
[[package]]
name = "lasso"
2024-05-09 21:24:56 +00:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "4644821e1c3d7a560fe13d842d13f587c07348a1a05d3a797152d41c90c56df2"
dependencies = [
2024-05-09 21:24:56 +00:00
"hashbrown 0.13.2",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "lazy_static"
2019-08-29 18:08:02 +00:00
version = "1.4.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-06-22 11:39:29 +00:00
2018-07-22 10:14:16 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
2018-07-22 10:14:16 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "lebe"
2022-09-19 11:25:09 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 11:25:09 +00:00
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "lexical-sort"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c09e4591611e231daf4d4c685a66cb0410cc1e502027a20ae55f2bb9e997207a"
dependencies = [
"any_ascii",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "libc"
version = "0.2.155"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2024-05-09 21:24:56 +00:00
[[package]]
name = "libfuzzer-sys"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
dependencies = [
"arbitrary",
"cc",
"once_cell",
]
2023-03-13 21:44:07 +00:00
[[package]]
name = "libm"
2023-10-19 19:33:47 +00:00
version = "0.2.8"
2023-03-13 21:44:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2018-06-22 11:39:29 +00:00
[[package]]
name = "libs"
version = "0.1.0"
dependencies = [
2024-05-09 21:24:56 +00:00
"ahash 0.8.11",
"ammonia",
"atty",
2024-05-09 21:24:56 +00:00
"base64 0.22.1",
"csv",
"elasticlunr-rs",
"filetime",
"gh-emoji",
"glob",
2020-05-24 18:01:00 +00:00
"globset",
"grass",
"image",
"lexical-sort",
"minify-html",
"nom-bibtex",
"num-format",
"once_cell",
"percent-encoding",
2024-06-17 12:12:08 +00:00
"pulldown-cmark",
"pulldown-cmark-escape",
"quickxml_to_serde",
2020-05-24 18:01:00 +00:00
"rayon",
"regex",
"relative-path",
"reqwest",
"serde_json",
"serde_yaml",
"sha2",
"slug",
"svg_metadata",
"syntect",
2020-05-24 18:01:00 +00:00
"tera",
"termcolor",
2022-05-05 21:41:06 +00:00
"time",
2024-06-17 12:12:08 +00:00
"toml 0.8.14",
"unic-langid",
"unicode-segmentation",
"url",
"walkdir",
"webp",
2018-10-02 14:42:34 +00:00
]
[[package]]
name = "libwebp-sys"
2024-05-09 21:24:56 +00:00
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "829b6b604f31ed6d2bccbac841fe0788de93dbd87e4eb1ba2c4adfe8c012a838"
dependencies = [
"cc",
2023-08-04 21:14:09 +00:00
"glob",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "lightningcss"
2024-06-17 12:12:08 +00:00
version = "1.0.0-alpha.57"
2024-05-09 21:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "10bc10261f46b8df263b80e7779d1748b1880488cd951fbb9e096430cead10e6"
2024-05-09 21:24:56 +00:00
dependencies = [
"ahash 0.8.11",
"bitflags 2.5.0",
"const-str",
"cssparser",
"cssparser-color",
"dashmap",
"data-encoding",
"getrandom 0.2.15",
"itertools 0.10.5",
"lazy_static",
"parcel_selectors",
"parcel_sourcemap",
"paste",
"pathdiff",
"rayon",
"serde",
"smallvec",
]
[[package]]
name = "lindera"
2022-07-25 12:56:27 +00:00
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 12:56:27 +00:00
checksum = "4dddd011921cac0ec59025a6b6e26c2cd9af3adce384b56c753c31df71a07965"
dependencies = [
2021-11-23 22:24:22 +00:00
"anyhow",
"bincode",
"byteorder",
"encoding",
2022-06-03 21:25:42 +00:00
"lindera-cc-cedict-builder",
"lindera-core",
"lindera-dictionary",
"lindera-ipadic",
2021-11-23 22:24:22 +00:00
"lindera-ipadic-builder",
2022-06-03 21:25:42 +00:00
"lindera-ko-dic-builder",
"lindera-unidic-builder",
"serde",
"serde_json",
2022-06-03 21:25:42 +00:00
"thiserror",
]
[[package]]
name = "lindera-cc-cedict-builder"
2022-07-10 14:31:09 +00:00
version = "0.13.5"
2022-06-03 21:25:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "584491a91b758f92ef3202aaf969d837522f2c11390c4de0049a356d63bc0b0f"
2022-06-03 21:25:42 +00:00
dependencies = [
"anyhow",
"bincode",
"byteorder",
2023-08-04 21:14:09 +00:00
"clap 3.2.25",
2022-06-03 21:25:42 +00:00
"csv",
"encoding",
"env_logger",
"glob",
"lindera-core",
"lindera-decompress",
"log",
"yada",
]
[[package]]
name = "lindera-core"
2022-07-10 14:31:09 +00:00
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "c726ee1bf3282621a802d50f5e03d3f88aae41456815e1d0cb2271a538ff83ec"
dependencies = [
2021-11-23 22:24:22 +00:00
"anyhow",
"bincode",
"byteorder",
"encoding",
2022-06-03 21:25:42 +00:00
"log",
"serde",
2021-11-23 22:24:22 +00:00
"thiserror",
"yada",
]
2022-06-03 21:25:42 +00:00
[[package]]
name = "lindera-decompress"
2022-07-10 14:31:09 +00:00
version = "0.13.5"
2022-06-03 21:25:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "6f9df38ea9310a1256cdee64ff0ebe3f17c49314e3176e53d2213371729d6744"
2022-06-03 21:25:42 +00:00
dependencies = [
"anyhow",
"lzma-rs",
"serde",
]
[[package]]
name = "lindera-dictionary"
2022-07-10 14:31:09 +00:00
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "0a525b654642ff9f27927c5abba33f4c651e984b54a65e4f787c0b8c8e22e4a6"
dependencies = [
2021-11-23 22:24:22 +00:00
"anyhow",
"bincode",
"byteorder",
"lindera-core",
]
[[package]]
2021-11-23 22:24:22 +00:00
name = "lindera-ipadic"
2022-07-10 14:31:09 +00:00
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "4797e016fc7dc0709ddb8c31da3b9e923e33e14043a4ff58431dd9c447ffacd2"
dependencies = [
2021-11-23 22:24:22 +00:00
"bincode",
"byteorder",
2021-11-23 22:24:22 +00:00
"encoding",
"flate2",
"lindera-core",
"lindera-ipadic-builder",
2022-06-03 21:25:42 +00:00
"once_cell",
2021-11-23 22:24:22 +00:00
"tar",
]
[[package]]
2021-11-23 22:24:22 +00:00
name = "lindera-ipadic-builder"
2022-07-10 14:31:09 +00:00
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "9bd3ecfb07e8810f5ba313fa836804b66120f0ea76c2d93948c2ddcf4f81fd90"
dependencies = [
2021-11-23 22:24:22 +00:00
"anyhow",
"bincode",
"byteorder",
2023-08-04 21:14:09 +00:00
"clap 3.2.25",
2021-11-23 22:24:22 +00:00
"encoding",
2022-06-03 21:25:42 +00:00
"env_logger",
2021-11-23 22:24:22 +00:00
"glob",
"lindera-core",
2022-06-03 21:25:42 +00:00
"lindera-decompress",
"log",
2021-11-23 22:24:22 +00:00
"serde",
"yada",
]
2022-06-03 21:25:42 +00:00
[[package]]
name = "lindera-ko-dic-builder"
2022-07-10 14:31:09 +00:00
version = "0.13.5"
2022-06-03 21:25:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "fc86f26560ea69e91413eecc078d8e13f39b3c1fdc5a242d79d7622f6fab3a83"
2022-06-03 21:25:42 +00:00
dependencies = [
"anyhow",
"bincode",
"byteorder",
2023-08-04 21:14:09 +00:00
"clap 3.2.25",
2022-06-03 21:25:42 +00:00
"csv",
"encoding",
"env_logger",
"glob",
"lindera-core",
"lindera-decompress",
"log",
"yada",
]
[[package]]
name = "lindera-unidic-builder"
2022-07-10 14:31:09 +00:00
version = "0.13.5"
2022-06-03 21:25:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "05c1bb8b7d38ffec7d949ee2c603b6ef96dfa7cf4937e91bad295a2d2b267b82"
2022-06-03 21:25:42 +00:00
dependencies = [
"anyhow",
"bincode",
"byteorder",
2023-08-04 21:14:09 +00:00
"clap 3.2.25",
2022-06-03 21:25:42 +00:00
"csv",
"encoding",
"env_logger",
"glob",
"lindera-core",
"lindera-decompress",
"log",
"yada",
]
2019-03-08 20:41:31 +00:00
[[package]]
name = "line-wrap"
2024-05-09 21:24:56 +00:00
version = "0.2.0"
2019-03-08 20:41:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "dd1bc4d24ad230d21fb898d1116b1801d7adfc449d42026475862ab48b11e70e"
2019-03-08 20:41:31 +00:00
[[package]]
name = "link_checker"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"config",
"errors",
"libs",
2023-02-11 23:27:42 +00:00
"mockito",
"utils",
]
[[package]]
name = "linked-hash-map"
2022-07-10 14:31:09 +00:00
version = "0.5.6"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2018-06-22 11:39:29 +00:00
2023-01-02 21:48:39 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2023-01-02 21:48:39 +00:00
2024-06-17 12:12:08 +00:00
[[package]]
name = "litemap"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
2021-10-19 19:24:21 +00:00
[[package]]
name = "lock_api"
2024-05-09 21:24:56 +00:00
version = "0.4.12"
2021-10-19 19:24:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2021-10-19 19:24:21 +00:00
dependencies = [
2022-05-05 21:41:06 +00:00
"autocfg",
2021-10-19 19:24:21 +00:00
"scopeguard",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "log"
2024-05-09 21:24:56 +00:00
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "loop9"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
dependencies = [
"imgref",
]
2022-06-03 21:25:42 +00:00
[[package]]
name = "lzma-rs"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aba8ecb0450dfabce4ad72085eed0a75dffe8f21f7ada05638564ea9db2d7fb1"
dependencies = [
"byteorder",
"crc",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2018-06-22 11:39:29 +00:00
[[package]]
name = "maplit"
2019-08-24 20:23:08 +00:00
version = "1.0.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
2018-06-22 11:39:29 +00:00
[[package]]
name = "markdown"
version = "0.1.0"
dependencies = [
"config",
"console 0.1.0",
"errors",
"insta",
"libs",
"pest",
"pest_derive",
"templates",
"utils",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "markup5ever"
2024-05-09 21:24:56 +00:00
version = "0.12.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"log",
2024-05-09 21:24:56 +00:00
"phf 0.11.2",
"phf_codegen 0.11.2",
2020-05-24 18:01:00 +00:00
"string_cache",
"string_cache_codegen",
"tendril",
2018-06-22 11:39:29 +00:00
]
[[package]]
2024-05-09 21:24:56 +00:00
name = "matches"
version = "0.1.10"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2018-06-22 11:39:29 +00:00
[[package]]
2024-05-09 21:24:56 +00:00
name = "maybe-rayon"
version = "0.1.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
2019-08-04 14:16:43 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"cfg-if 1.0.0",
"rayon",
2019-08-04 14:16:43 +00:00
]
2018-06-22 11:39:29 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "memchr"
2024-06-17 12:12:08 +00:00
version = "2.7.4"
2024-05-09 21:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-05-09 21:24:56 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "mime"
2023-08-04 21:14:09 +00:00
version = "0.3.17"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2018-06-22 11:39:29 +00:00
[[package]]
name = "mime_guess"
2022-02-25 16:13:29 +00:00
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 16:13:29 +00:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "minidom"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe549115a674f5ec64c754d85e37d6f42664bd0ef4ffb62b619489ad99c6cb1a"
dependencies = [
2023-01-18 19:55:47 +00:00
"quick-xml 0.17.2",
]
[[package]]
name = "minify-html"
2024-05-09 21:24:56 +00:00
version = "0.15.0"
2022-07-10 14:31:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "1cd4517942a8e7425c990b14977f86a63e4996eed7b15cfcca1540126ac5ff25"
2022-07-10 14:31:09 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"aho-corasick 0.7.20",
2022-07-10 14:31:09 +00:00
"lazy_static",
2024-05-09 21:24:56 +00:00
"lightningcss",
2022-07-10 14:31:09 +00:00
"memchr",
2024-05-09 21:24:56 +00:00
"minify-html-common",
2022-07-10 14:31:09 +00:00
"minify-js",
2024-05-09 21:24:56 +00:00
"once_cell",
"rustc-hash",
]
[[package]]
name = "minify-html-common"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697a6b40dffdc5de10c0cbd709dc2bc2039cea9dab8aaa636eb9a49d6b411780"
dependencies = [
"aho-corasick 0.7.20",
"itertools 0.12.1",
"lazy_static",
"memchr",
"rustc-hash",
2024-05-09 21:24:56 +00:00
"serde",
"serde_json",
2022-07-10 14:31:09 +00:00
]
[[package]]
name = "minify-js"
2024-05-09 21:24:56 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "22d6c512a82abddbbc13b70609cb2beff01be2c7afff534d6e5e1c85e438fc8b"
dependencies = [
"lazy_static",
2023-01-02 21:48:39 +00:00
"parse-js",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-02-25 16:13:29 +00:00
[[package]]
name = "miniz_oxide"
version = "0.7.3"
2022-02-25 16:13:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
2022-02-25 16:13:29 +00:00
dependencies = [
"adler",
2023-08-04 21:14:09 +00:00
"simd-adler32",
2022-02-25 16:13:29 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "mio"
2020-12-14 19:45:32 +00:00
version = "0.6.23"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-14 19:45:32 +00:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-10-30 15:52:01 +00:00
"cfg-if 0.1.10",
2020-05-24 18:01:00 +00:00
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
2022-06-10 18:14:38 +00:00
"miow",
2020-05-24 18:01:00 +00:00
"net2",
"slab",
"winapi 0.2.8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "mio"
2024-05-09 21:24:56 +00:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
2022-03-23 09:00:55 +00:00
"wasi 0.11.0+wasi-snapshot-preview1",
2023-08-04 21:14:09 +00:00
"windows-sys 0.48.0",
]
[[package]]
2018-09-03 16:02:01 +00:00
name = "mio-extras"
2019-12-07 16:50:51 +00:00
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
2020-05-24 18:01:00 +00:00
"lazycell",
"log",
"mio 0.6.23",
2020-05-24 18:01:00 +00:00
"slab",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "miow"
version = "0.2.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2018-06-22 11:39:29 +00:00
]
2020-04-12 15:21:04 +00:00
[[package]]
name = "mockito"
2023-01-02 21:48:39 +00:00
version = "0.31.1"
2020-04-12 15:21:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 21:48:39 +00:00
checksum = "80f9fece9bd97ab74339fe19f4bcaf52b76dcc18e5364c7977c1838f76b38de9"
2020-04-12 15:21:04 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"assert-json-diff",
"colored",
"httparse",
"lazy_static",
"log",
2022-02-25 16:13:29 +00:00
"rand 0.8.5",
2020-05-24 18:01:00 +00:00
"regex",
"serde_json",
2021-02-02 19:20:39 +00:00
"serde_urlencoded",
2022-03-04 20:35:24 +00:00
"similar",
]
[[package]]
name = "mutate_once"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
[[package]]
name = "native-tls"
2024-06-17 12:12:08 +00:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "net2"
2023-08-04 21:14:09 +00:00
version = "0.2.39"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-10-30 15:52:01 +00:00
"cfg-if 0.1.10",
2020-05-24 18:01:00 +00:00
"libc",
"winapi 0.3.9",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "new_debug_unreachable"
2024-05-09 21:24:56 +00:00
version = "1.0.6"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2018-06-22 11:39:29 +00:00
[[package]]
name = "nix"
2024-05-09 21:24:56 +00:00
version = "0.28.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
2018-06-22 11:39:29 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"bitflags 2.5.0",
2021-03-21 17:15:38 +00:00
"cfg-if 1.0.0",
2024-05-09 21:24:56 +00:00
"cfg_aliases",
2020-05-24 18:01:00 +00:00
"libc",
]
2022-07-10 14:31:09 +00:00
[[package]]
name = "nom"
2023-01-18 19:55:47 +00:00
version = "7.1.3"
2022-07-10 14:31:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-18 19:55:47 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-07-10 14:31:09 +00:00
dependencies = [
"memchr",
"minimal-lexical",
2022-07-10 14:31:09 +00:00
]
[[package]]
name = "nom-bibtex"
2023-10-19 19:33:47 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "77639bf65e16701bd35cbaddba05eebb57aba0a9ad5d141e075ed0db5d04de37"
dependencies = [
2023-10-19 19:33:47 +00:00
"nom",
"nom-tracable",
2023-10-19 19:33:47 +00:00
"nom_locate",
"quick-error",
]
[[package]]
name = "nom-tracable"
2024-05-09 21:24:56 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "6a39d3ec4e5bc9816ca540bd6b1e4885c0275536eb3293d317d984bb17f9a294"
dependencies = [
2023-10-19 19:33:47 +00:00
"nom",
"nom-tracable-macros",
2023-10-19 19:33:47 +00:00
"nom_locate",
]
[[package]]
name = "nom-tracable-macros"
2024-05-09 21:24:56 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "c9c68f5316254dae193b3ce083f6caf19ae1a58471e6585e89f0796b9e5bdf4a"
dependencies = [
"quote",
2023-08-04 21:14:09 +00:00
"syn 1.0.109",
]
[[package]]
name = "nom_locate"
2023-10-19 19:33:47 +00:00
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3"
dependencies = [
2023-10-19 19:33:47 +00:00
"bytecount",
"memchr",
2023-10-19 19:33:47 +00:00
"nom",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "noop_proc_macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
2018-06-22 11:39:29 +00:00
[[package]]
name = "notify"
version = "6.1.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
2018-06-22 11:39:29 +00:00
dependencies = [
"bitflags 2.5.0",
"crossbeam-channel",
2020-05-24 18:01:00 +00:00
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
2020-05-24 18:01:00 +00:00
"libc",
"log",
"mio 0.8.11",
"walkdir",
"windows-sys 0.48.0",
]
[[package]]
name = "notify-debouncer-full"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154"
dependencies = [
"crossbeam-channel",
"file-id",
"log",
"notify",
"parking_lot",
2020-05-24 18:01:00 +00:00
"walkdir",
2018-06-22 11:39:29 +00:00
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "num-bigint"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-derive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2024-05-09 21:24:56 +00:00
]
[[package]]
name = "num-format"
2023-01-02 21:48:39 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 21:48:39 +00:00
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
2023-10-19 19:33:47 +00:00
"arrayvec",
2023-02-14 20:13:25 +00:00
"itoa",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "num-integer"
2024-05-09 21:24:56 +00:00
version = "0.1.46"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"num-traits",
2018-06-22 11:39:29 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "num-rational"
2024-05-09 21:24:56 +00:00
version = "0.4.2"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2018-02-02 20:35:04 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"num-bigint",
2020-05-24 18:01:00 +00:00
"num-integer",
"num-traits",
2018-02-02 20:35:04 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "num-traits"
2024-05-09 21:24:56 +00:00
version = "0.2.19"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
2018-06-22 11:39:29 +00:00
2022-01-23 12:54:38 +00:00
[[package]]
name = "num_threads"
2024-05-09 21:24:56 +00:00
version = "0.1.7"
2022-01-23 12:54:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2022-01-23 12:54:38 +00:00
dependencies = [
"libc",
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "object"
2024-06-17 12:12:08 +00:00
version = "0.36.0"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434"
2023-08-04 21:14:09 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-12-17 21:09:58 +00:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "onig"
2022-08-10 21:39:13 +00:00
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 21:39:13 +00:00
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
dependencies = [
2023-08-04 21:14:09 +00:00
"bitflags 1.3.2",
2020-05-24 18:01:00 +00:00
"libc",
2022-08-10 21:39:13 +00:00
"once_cell",
2020-05-24 18:01:00 +00:00
"onig_sys",
]
[[package]]
name = "onig_sys"
2022-08-10 21:39:13 +00:00
version = "69.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-10 21:39:13 +00:00
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
dependencies = [
2020-05-24 18:01:00 +00:00
"cc",
"pkg-config",
2018-06-22 11:39:29 +00:00
]
2019-04-18 16:55:09 +00:00
[[package]]
name = "opaque-debug"
2019-08-04 14:16:43 +00:00
version = "0.2.3"
2019-04-18 16:55:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2019-04-18 16:55:09 +00:00
[[package]]
name = "open"
2024-06-17 12:12:08 +00:00
version = "5.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "b5ca541f22b1c46d4bb9801014f234758ab4297e7870b904b6a8415b980a7388"
dependencies = [
2023-08-04 21:14:09 +00:00
"is-wsl",
"libc",
2021-07-18 11:55:27 +00:00
"pathdiff",
]
[[package]]
name = "openssl"
2024-05-09 21:24:56 +00:00
version = "0.10.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
dependencies = [
2024-05-09 21:24:56 +00:00
"bitflags 2.5.0",
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
2023-08-04 21:14:09 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2024-05-09 21:24:56 +00:00
version = "0.9.102"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_str_bytes"
2023-10-19 19:33:47 +00:00
version = "6.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
2022-02-25 16:13:29 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "outref"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f222829ae9293e33a9f5e9f440c6760a3d450a64affe1846486b140db81c1f4"
[[package]]
name = "parcel_selectors"
version = "0.26.5"
2024-05-09 21:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce9c47a67c66fee4a5a42756f9784d92941bd0ab2b653539a9e90521a44b66f0"
2024-05-09 21:24:56 +00:00
dependencies = [
"bitflags 2.5.0",
"cssparser",
"fxhash",
"log",
"phf 0.10.1",
"phf_codegen 0.10.0",
"precomputed-hash",
"smallvec",
]
[[package]]
name = "parcel_sourcemap"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "485b74d7218068b2b7c0e3ff12fbc61ae11d57cb5d8224f525bd304c6be05bbb"
dependencies = [
"base64-simd",
"data-url",
"rkyv",
"serde",
"serde_json",
"vlq",
]
2022-02-25 16:13:29 +00:00
[[package]]
name = "parking_lot"
2024-06-17 12:12:08 +00:00
version = "0.12.3"
2022-02-25 16:13:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2022-02-25 16:13:29 +00:00
dependencies = [
"lock_api",
2022-05-05 21:41:06 +00:00
"parking_lot_core",
2021-10-19 19:24:21 +00:00
]
[[package]]
name = "parking_lot_core"
2024-05-09 21:24:56 +00:00
version = "0.9.10"
2022-02-25 16:13:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-02-25 16:13:29 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2024-06-17 12:12:08 +00:00
"redox_syscall 0.5.2",
2022-02-25 16:13:29 +00:00
"smallvec",
2024-05-09 21:24:56 +00:00
"windows-targets 0.52.5",
2023-01-02 21:48:39 +00:00
]
[[package]]
name = "parse-js"
2024-05-09 21:24:56 +00:00
version = "0.17.0"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "9ec3b11d443640ec35165ee8f6f0559f1c6f41878d70330fe9187012b5935f02"
2023-01-02 21:48:39 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"aho-corasick 0.7.20",
2024-05-09 21:24:56 +00:00
"bumpalo",
"hashbrown 0.13.2",
2023-01-02 21:48:39 +00:00
"lazy_static",
"memchr",
2022-02-25 16:13:29 +00:00
]
2019-09-25 02:12:13 +00:00
[[package]]
name = "parse-zoneinfo"
2024-05-09 21:24:56 +00:00
version = "0.3.1"
2019-09-25 02:12:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
2019-09-25 02:12:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"regex",
2019-09-25 02:12:13 +00:00
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "path-slash"
2022-08-07 10:44:42 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-07 10:44:42 +00:00
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
2021-07-18 11:55:27 +00:00
[[package]]
name = "pathdiff"
2021-10-19 19:24:21 +00:00
version = "0.2.1"
2021-07-18 11:55:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-19 19:24:21 +00:00
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2021-07-18 11:55:27 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "percent-encoding"
2023-12-17 21:09:58 +00:00
version = "2.3.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2018-06-22 11:39:29 +00:00
2018-10-09 13:24:56 +00:00
[[package]]
name = "pest"
2024-05-09 21:24:56 +00:00
version = "2.7.10"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "560131c633294438da9f7c4b08189194b20946c8274c6b9e38881a7874dc8ee8"
2018-10-09 13:24:56 +00:00
dependencies = [
2023-10-19 19:33:47 +00:00
"memchr",
2022-08-07 10:44:42 +00:00
"thiserror",
2020-05-24 18:01:00 +00:00
"ucd-trie",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "pest_derive"
2024-05-09 21:24:56 +00:00
version = "2.7.10"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "26293c9193fbca7b1a3bf9b79dc1e388e927e6cacaa78b4a3ab705a1d3d41459"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"pest",
"pest_generator",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "pest_generator"
2024-05-09 21:24:56 +00:00
version = "2.7.10"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "3ec22af7d3fb470a85dd2ca96b7c577a1eb4ef6f1683a9fe9a8c16e136c04687"
2018-10-09 13:24:56 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"pest",
"pest_meta",
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "pest_meta"
2024-05-09 21:24:56 +00:00
version = "2.7.10"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "d7a240022f37c361ec1878d646fc5b7d7c4d28d5946e1a80ad5a7a4f4ca0bdcd"
2018-10-09 13:24:56 +00:00
dependencies = [
2022-08-07 10:44:42 +00:00
"once_cell",
2020-05-24 18:01:00 +00:00
"pest",
2023-01-12 22:51:35 +00:00
"sha2",
2018-10-09 13:24:56 +00:00
]
2021-08-24 06:50:44 +00:00
[[package]]
name = "phf"
2022-01-13 22:53:01 +00:00
version = "0.10.1"
2021-08-24 06:50:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-13 22:53:01 +00:00
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2021-08-24 06:50:44 +00:00
dependencies = [
2022-08-14 13:47:10 +00:00
"phf_shared 0.10.0",
]
[[package]]
name = "phf"
2023-08-04 21:14:09 +00:00
version = "0.11.2"
2022-08-14 13:47:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2022-08-14 13:47:10 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"phf_macros",
2023-08-04 21:14:09 +00:00
"phf_shared 0.11.2",
]
2021-10-19 19:24:21 +00:00
[[package]]
name = "phf_codegen"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
dependencies = [
2022-08-14 13:47:10 +00:00
"phf_generator 0.10.0",
"phf_shared 0.10.0",
]
[[package]]
name = "phf_codegen"
2023-08-04 21:14:09 +00:00
version = "0.11.2"
2022-08-14 13:47:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
2022-08-14 13:47:10 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"phf_generator 0.11.2",
"phf_shared 0.11.2",
]
2021-10-19 19:24:21 +00:00
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
2022-08-14 13:47:10 +00:00
"phf_shared 0.10.0",
"rand 0.8.5",
]
[[package]]
name = "phf_generator"
2023-08-04 21:14:09 +00:00
version = "0.11.2"
2022-08-14 13:47:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2022-08-14 13:47:10 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"phf_shared 0.11.2",
2022-02-25 16:13:29 +00:00
"rand 0.8.5",
2021-10-19 19:24:21 +00:00
]
[[package]]
name = "phf_macros"
2024-05-09 21:24:56 +00:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
dependencies = [
2024-05-09 21:24:56 +00:00
"phf_generator 0.11.2",
"phf_shared 0.11.2",
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
]
2021-08-24 06:50:44 +00:00
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
2022-08-14 13:47:10 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "phf_shared"
2023-08-04 21:14:09 +00:00
version = "0.11.2"
2022-08-14 13:47:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2021-08-24 06:50:44 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
2024-05-09 21:24:56 +00:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2019-12-31 09:35:13 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-12-31 09:35:13 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "pkg-config"
2024-05-09 21:24:56 +00:00
version = "0.3.30"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2018-06-22 11:39:29 +00:00
[[package]]
name = "plist"
2024-05-09 21:24:56 +00:00
version = "1.6.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "d9d34169e64b3c7a80c8621a48adaf44e0cf62c78a9b25dd9dd35f1881a17cf9"
2018-06-22 11:39:29 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"base64 0.21.7",
"indexmap 2.2.6",
2020-05-24 18:01:00 +00:00
"line-wrap",
2023-11-20 20:34:33 +00:00
"quick-xml 0.31.0",
2020-05-24 18:01:00 +00:00
"serde",
2022-05-05 21:41:06 +00:00
"time",
2018-06-22 11:39:29 +00:00
]
2018-02-02 20:35:04 +00:00
[[package]]
name = "png"
2024-05-09 21:24:56 +00:00
version = "0.17.13"
2018-02-02 20:35:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
2018-02-02 20:35:04 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"bitflags 1.3.2",
2020-05-24 18:01:00 +00:00
"crc32fast",
2023-08-04 21:14:09 +00:00
"fdeflate",
2022-09-19 11:25:09 +00:00
"flate2",
2022-05-05 21:41:06 +00:00
"miniz_oxide",
2018-02-02 20:35:04 +00:00
]
2023-10-19 19:33:47 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2019-07-10 21:38:32 +00:00
[[package]]
name = "ppv-lite86"
2023-01-02 21:48:39 +00:00
version = "0.2.17"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-02 21:48:39 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2019-07-10 21:38:32 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2018-06-22 11:39:29 +00: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",
2023-08-04 21:14:09 +00:00
"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",
]
[[package]]
2024-05-09 21:24:56 +00:00
name = "proc-macro2"
2024-06-17 12:12:08 +00:00
version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
2024-05-09 21:24:56 +00:00
dependencies = [
"unicode-ident",
]
2018-06-22 11:39:29 +00:00
[[package]]
2024-05-09 21:24:56 +00:00
name = "profiling"
version = "1.0.15"
2019-08-24 17:13:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
2019-08-24 17:13:26 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"profiling-procmacros",
]
[[package]]
name = "profiling-procmacros"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
dependencies = [
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2024-05-09 21:24:56 +00:00
]
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2019-08-24 17:13:26 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "pulldown-cmark"
2024-06-17 12:12:08 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "8746739f11d39ce5ad5c2520a9b75285310dbfe78c541ccf832d38615765aec0"
dependencies = [
2024-05-09 21:24:56 +00:00
"bitflags 2.5.0",
"memchr",
"pulldown-cmark-escape",
"unicase",
]
[[package]]
name = "pulldown-cmark-escape"
2024-06-17 12:12:08 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
2022-09-19 11:25:09 +00:00
[[package]]
name = "pure-rust-locales"
2024-05-09 21:24:56 +00:00
version = "0.8.1"
2022-09-19 11:25:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "1190fd18ae6ce9e137184f207593877e70f39b015040156b1e05081cdfe3733a"
2022-09-19 11:25:09 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
[[package]]
name = "quick-error"
2023-08-04 21:14:09 +00:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quick-xml"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe1e430bdcf30c9fdc25053b9c459bb1a4672af4617b6c783d7d91dc17c6bbb0"
dependencies = [
"memchr",
]
2023-01-18 19:55:47 +00:00
[[package]]
name = "quick-xml"
2023-11-20 20:34:33 +00:00
version = "0.31.0"
2023-01-18 19:55:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
2023-01-18 19:55:47 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "quickxml_to_serde"
2024-05-09 21:24:56 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "286b05c7a00b356ff6ac5218e10d628e0a3be02e777d067ca7286d353c3c407e"
dependencies = [
"minidom",
2024-05-09 21:24:56 +00:00
"regex",
"serde",
"serde_derive",
"serde_json",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "quote"
2024-05-09 21:24:56 +00:00
version = "1.0.36"
2019-08-24 17:13:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2019-08-24 17:13:26 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2019-07-10 21:38:32 +00:00
[[package]]
name = "rand"
2020-01-26 01:55:37 +00:00
version = "0.7.3"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-07-10 21:38:32 +00:00
dependencies = [
"getrandom 0.1.16",
2020-05-24 18:01:00 +00:00
"libc",
"rand_chacha 0.2.2",
"rand_core 0.5.1",
2022-02-25 16:13:29 +00:00
"rand_hc",
]
[[package]]
name = "rand"
2022-02-25 16:13:29 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 16:13:29 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2021-06-24 19:59:41 +00:00
"rand_chacha 0.3.1",
2022-09-19 11:25:09 +00:00
"rand_core 0.6.4",
]
2018-11-22 18:08:56 +00:00
[[package]]
name = "rand_chacha"
2020-03-12 17:44:14 +00:00
version = "0.2.2"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-07-10 21:38:32 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"ppv-lite86",
"rand_core 0.5.1",
]
[[package]]
name = "rand_chacha"
2021-06-24 19:59:41 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-06-24 19:59:41 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2022-09-19 11:25:09 +00:00
"rand_core 0.6.4",
]
2019-07-10 21:38:32 +00:00
[[package]]
name = "rand_core"
2019-08-29 18:08:02 +00:00
version = "0.5.1"
2019-07-10 21:38:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-07-10 21:38:32 +00:00
dependencies = [
"getrandom 0.1.16",
]
[[package]]
name = "rand_core"
2022-09-19 11:25:09 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 11:25:09 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2024-05-09 21:24:56 +00:00
"getrandom 0.2.15",
2019-07-10 21:38:32 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-07-10 21:38:32 +00:00
dependencies = [
"rand_core 0.5.1",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "rav1e"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
dependencies = [
"arbitrary",
"arg_enum_proc_macro",
"arrayvec",
"av1-grain",
"bitstream-io",
"built",
"cfg-if 1.0.0",
"interpolate_name",
"itertools 0.12.1",
"libc",
"libfuzzer-sys",
"log",
"maybe-rayon",
"new_debug_unreachable",
"noop_proc_macro",
"num-derive",
"num-traits",
"once_cell",
"paste",
"profiling",
"rand 0.8.5",
"rand_chacha 0.3.1",
"simd_helpers",
"system-deps",
"thiserror",
"v_frame",
"wasm-bindgen",
]
[[package]]
name = "ravif"
2024-06-17 12:12:08 +00:00
version = "0.11.7"
2024-05-09 21:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "67376f469e7e7840d0040bbf4b9b3334005bb167f814621326e4c7ab8cd6e944"
2024-05-09 21:24:56 +00:00
dependencies = [
"avif-serialize",
"imgref",
"loop9",
"quick-error",
"rav1e",
"rayon",
"rgb",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "rayon"
2024-05-09 21:24:56 +00:00
version = "1.10.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"either",
"rayon-core",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "rayon-core"
2024-05-09 21:24:56 +00:00
version = "1.12.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"crossbeam-deque",
"crossbeam-utils",
2018-06-22 11:39:29 +00:00
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "redox_syscall"
2023-10-19 19:33:47 +00:00
version = "0.4.1"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-08-04 21:14:09 +00:00
dependencies = [
"bitflags 1.3.2",
2021-02-02 19:20:39 +00:00
]
2018-06-22 11:39:29 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "redox_syscall"
2024-06-17 12:12:08 +00:00
version = "0.5.2"
2024-05-09 21:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
2024-05-09 21:24:56 +00:00
dependencies = [
"bitflags 2.5.0",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "regex"
2024-06-17 12:12:08 +00:00
version = "1.10.5"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
2018-06-22 11:39:29 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"aho-corasick 1.1.3",
2023-08-04 21:14:09 +00:00
"memchr",
"regex-automata",
2024-05-09 21:24:56 +00:00
"regex-syntax",
2023-08-04 21:14:09 +00:00
]
[[package]]
name = "regex-automata"
2024-06-17 12:12:08 +00:00
version = "0.4.7"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2023-08-04 21:14:09 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"aho-corasick 1.1.3",
2020-05-24 18:01:00 +00:00
"memchr",
2024-05-09 21:24:56 +00:00
"regex-syntax",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "regex-syntax"
2024-06-17 12:12:08 +00:00
version = "0.8.4"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
2023-10-19 19:33:47 +00:00
[[package]]
2024-05-09 21:24:56 +00:00
name = "relative-path"
version = "1.9.3"
2023-10-19 19:33:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
2018-06-22 11:39:29 +00:00
[[package]]
2024-05-09 21:24:56 +00:00
name = "rend"
version = "0.4.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
dependencies = [
"bytecheck",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "reqwest"
2024-05-09 21:24:56 +00:00
version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2020-05-24 18:01:00 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"base64 0.21.7",
"bytes 1.6.0",
2020-05-24 18:01:00 +00:00
"encoding_rs",
"futures-core",
"futures-util",
2022-01-13 22:53:01 +00:00
"h2",
2020-05-24 18:01:00 +00:00
"http",
2021-01-05 21:11:15 +00:00
"http-body",
"hyper",
2020-05-24 18:01:00 +00:00
"hyper-rustls",
"hyper-tls",
2020-07-24 21:00:00 +00:00
"ipnet",
2020-05-24 18:01:00 +00:00
"js-sys",
"log",
"mime",
"native-tls",
2023-01-02 21:48:39 +00:00
"once_cell",
2020-05-24 18:01:00 +00:00
"percent-encoding",
2021-01-05 21:11:15 +00:00
"pin-project-lite",
2020-05-24 18:01:00 +00:00
"rustls",
2021-12-05 10:17:39 +00:00
"rustls-pemfile",
2020-05-24 18:01:00 +00:00
"serde",
2021-10-19 19:24:21 +00:00
"serde_json",
2021-02-02 19:20:39 +00:00
"serde_urlencoded",
2024-05-09 21:24:56 +00:00
"sync_wrapper",
2023-10-19 19:33:47 +00:00
"system-configuration",
2021-01-05 21:11:15 +00:00
"tokio",
"tokio-native-tls",
2020-05-24 18:01:00 +00:00
"tokio-rustls",
2022-07-10 14:31:09 +00:00
"tower-service",
2020-05-24 18:01:00 +00:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "rgb"
version = "0.8.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
dependencies = [
"bytemuck",
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "ring"
2024-05-09 21:24:56 +00:00
version = "0.17.8"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"cc",
2024-05-09 21:24:56 +00:00
"cfg-if 1.0.0",
"getrandom 0.2.15",
2020-05-24 18:01:00 +00:00
"libc",
2023-11-20 20:34:33 +00:00
"spin",
2020-05-24 18:01:00 +00:00
"untrusted",
2024-05-09 21:24:56 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "rkyv"
version = "0.7.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
dependencies = [
"bitvec",
"bytecheck",
"bytes 1.6.0",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
]
[[package]]
name = "rkyv_derive"
version = "0.7.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2020-02-07 20:16:44 +00:00
]
[[package]]
name = "roxmltree"
2024-06-17 12:12:08 +00:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
2018-06-22 11:39:29 +00:00
[[package]]
name = "rust-stemmers"
2019-11-26 19:47:24 +00:00
version = "1.2.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"serde",
"serde_derive",
2018-09-09 17:43:14 +00:00
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "rustc-demangle"
2024-05-09 21:24:56 +00:00
version = "0.1.24"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-08-04 21:14:09 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-01-02 21:48:39 +00:00
[[package]]
name = "rustix"
2024-05-09 21:24:56 +00:00
version = "0.38.34"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-01-02 21:48:39 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"bitflags 2.5.0",
2023-01-02 21:48:39 +00:00
"errno",
"libc",
"linux-raw-sys",
2023-12-17 21:09:58 +00:00
"windows-sys 0.52.0",
2023-01-02 21:48:39 +00:00
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "rustls"
2024-05-09 21:24:56 +00:00
version = "0.21.12"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"log",
"ring",
2023-08-04 21:14:09 +00:00
"rustls-webpki",
2020-05-24 18:01:00 +00:00
"sct",
2021-12-05 10:17:39 +00:00
]
[[package]]
name = "rustls-pemfile"
2023-11-20 20:34:33 +00:00
version = "1.0.4"
2021-12-05 10:17:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
2021-12-05 10:17:39 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"base64 0.21.7",
2020-02-07 20:16:44 +00:00
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "rustls-webpki"
2023-11-20 20:34:33 +00:00
version = "0.101.7"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2023-08-04 21:14:09 +00:00
dependencies = [
"ring",
"untrusted",
]
2018-09-03 16:02:01 +00:00
[[package]]
name = "ryu"
2024-05-09 21:24:56 +00:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2018-06-22 11:39:29 +00:00
[[package]]
name = "same-file"
2020-01-26 01:55:37 +00:00
version = "1.0.6"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi-util",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "schannel"
2024-05-09 21:24:56 +00:00
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
dependencies = [
2024-05-09 21:24:56 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "scopeguard"
2023-08-04 21:14:09 +00:00
version = "1.2.0"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-01-02 21:48:39 +00:00
2020-02-07 20:16:44 +00:00
[[package]]
name = "sct"
2023-11-20 20:34:33 +00:00
version = "0.7.1"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"ring",
"untrusted",
2020-02-07 20:16:44 +00:00
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
2018-06-22 11:39:29 +00:00
[[package]]
name = "search"
version = "0.1.0"
dependencies = [
"config",
"content",
2020-05-24 18:01:00 +00:00
"errors",
"libs",
"serde",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "security-framework"
2024-05-09 21:24:56 +00:00
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
dependencies = [
2024-05-09 21:24:56 +00:00
"bitflags 2.5.0",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-05-09 21:24:56 +00:00
version = "2.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
dependencies = [
"core-foundation-sys",
"libc",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "serde"
2024-06-17 12:12:08 +00:00
version = "1.0.203"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
dependencies = [
"serde_derive",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "serde_derive"
2024-06-17 12:12:08 +00:00
version = "1.0.203"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "serde_json"
2024-05-09 21:24:56 +00:00
version = "1.0.117"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2018-06-22 11:39:29 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"indexmap 2.2.6",
2023-02-14 20:13:25 +00:00
"itoa",
2020-05-24 18:01:00 +00:00
"ryu",
"serde",
2018-06-22 11:39:29 +00:00
]
2023-01-27 21:25:05 +00:00
[[package]]
name = "serde_spanned"
version = "0.6.6"
2023-01-27 21:25:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
2023-01-27 21:25:05 +00:00
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
2022-01-23 12:54:38 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-23 12:54:38 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
2023-02-14 20:13:25 +00:00
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_yaml"
2024-05-09 21:24:56 +00:00
version = "0.9.34+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
dependencies = [
2024-05-09 21:24:56 +00:00
"indexmap 2.2.6",
2023-02-14 20:13:25 +00:00
"itoa",
2022-01-13 22:53:01 +00:00
"ryu",
"serde",
2022-08-10 21:39:13 +00:00
"unsafe-libyaml",
]
2018-10-09 13:24:56 +00:00
[[package]]
name = "sha-1"
2020-01-26 01:55:37 +00:00
version = "0.8.2"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
2018-10-09 13:24:56 +00:00
dependencies = [
"block-buffer 0.7.3",
"digest 0.8.1",
2020-05-24 18:01:00 +00:00
"fake-simd",
2022-01-26 19:35:07 +00:00
"opaque-debug",
2018-10-09 13:24:56 +00:00
]
[[package]]
name = "sha2"
2023-10-19 19:33:47 +00:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if 1.0.0",
2021-05-05 19:36:56 +00:00
"cpufeatures",
2023-08-04 21:14:09 +00:00
"digest 0.10.7",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "simd-abstraction"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cadb29c57caadc51ff8346233b5cec1d240b68ce55cf1afc764818791876987"
dependencies = [
"outref",
]
2023-02-08 22:20:07 +00:00
[[package]]
name = "simd-adler32"
2023-08-04 21:14:09 +00:00
version = "0.3.7"
2023-02-08 22:20:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2023-02-08 22:20:07 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "simd_helpers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
dependencies = [
"quote",
]
[[package]]
name = "simdutf8"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
2022-02-25 16:13:29 +00:00
[[package]]
name = "similar"
2024-05-09 21:24:56 +00:00
version = "2.5.0"
2022-02-25 16:13:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "fa42c91313f1d05da9b26f267f931cf178d4aba455b4c4622dd7355eb80c6640"
2022-02-25 16:13:29 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "siphasher"
2023-10-19 19:33:47 +00:00
version = "0.3.11"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2018-06-22 11:39:29 +00:00
[[package]]
name = "site"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"config",
"console 0.1.0",
"content",
2020-05-24 18:01:00 +00:00
"errors",
"imageproc",
"libs",
2020-05-24 18:01:00 +00:00
"link_checker",
"path-slash",
2020-05-24 18:01:00 +00:00
"search",
"serde",
"tempfile",
"templates",
"utils",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "slab"
2023-10-19 19:33:47 +00:00
version = "0.4.9"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-07-25 12:56:27 +00:00
dependencies = [
"autocfg",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "slug"
2023-11-20 20:34:33 +00:00
version = "0.1.5"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "3bd94acec9c8da640005f8e135a39fc0372e74535e6b368b7a04b875f784c8c4"
2018-06-22 11:39:29 +00:00
dependencies = [
2023-11-20 20:34:33 +00:00
"deunicode",
"wasm-bindgen",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "smallvec"
2024-05-09 21:24:56 +00:00
version = "1.13.2"
2020-06-15 16:13:11 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2020-06-15 16:13:11 +00:00
2023-10-19 19:33:47 +00:00
[[package]]
name = "socket2"
2024-05-09 21:24:56 +00:00
version = "0.5.7"
2023-10-19 19:33:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2023-10-19 19:33:47 +00:00
dependencies = [
"libc",
2024-05-09 21:24:56 +00:00
"windows-sys 0.52.0",
2023-10-19 19:33:47 +00:00
]
[[package]]
name = "spin"
2023-08-04 21:14:09 +00:00
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
2024-06-17 12:12:08 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2018-06-22 11:39:29 +00:00
[[package]]
name = "string_cache"
2023-03-13 21:44:07 +00:00
version = "0.8.7"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-13 21:44:07 +00:00
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"new_debug_unreachable",
2022-05-05 21:41:06 +00:00
"once_cell",
"parking_lot",
2022-08-14 13:47:10 +00:00
"phf_shared 0.10.0",
2020-05-24 18:01:00 +00:00
"precomputed-hash",
"serde",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "string_cache_codegen"
2022-05-05 21:41:06 +00:00
version = "0.5.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 21:41:06 +00:00
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2018-06-22 11:39:29 +00:00
dependencies = [
2022-08-14 13:47:10 +00:00
"phf_generator 0.10.0",
"phf_shared 0.10.0",
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2024-05-09 21:24:56 +00:00
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "svg_metadata"
2024-06-17 12:12:08 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "274c7cbc78c2e2cdc104ea7d98db4d2416d2433dfaa3f2ae6fb8c8f9c9e2271c"
dependencies = [
"doc-comment",
2023-10-19 19:33:47 +00:00
"once_cell",
"regex",
"roxmltree",
]
2019-08-24 17:13:26 +00:00
[[package]]
name = "syn"
2023-02-24 21:03:52 +00:00
version = "1.0.109"
2019-08-24 17:13:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-24 21:03:52 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2019-08-24 17:13:26 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
2022-06-10 18:14:38 +00:00
"unicode-ident",
2019-08-24 17:13:26 +00:00
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "syn"
2024-06-17 12:12:08 +00:00
version = "2.0.66"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
2023-08-04 21:14:09 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2024-06-17 12:12:08 +00:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "syntect"
2024-05-09 21:24:56 +00:00
version = "5.2.0"
2021-08-12 06:54:55 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bincode",
2023-08-04 21:14:09 +00:00
"bitflags 1.3.2",
2020-05-24 18:01:00 +00:00
"flate2",
"fnv",
2022-05-05 21:41:06 +00:00
"once_cell",
2020-05-24 18:01:00 +00:00
"onig",
"plist",
2024-05-09 21:24:56 +00:00
"regex-syntax",
2020-05-24 18:01:00 +00:00
"serde",
2024-05-09 21:24:56 +00:00
"serde_derive",
2020-05-24 18:01:00 +00:00
"serde_json",
2022-05-05 21:41:06 +00:00
"thiserror",
2020-05-24 18:01:00 +00:00
"walkdir",
"yaml-rust",
2018-06-22 11:39:29 +00:00
]
2023-10-19 19:33:47 +00:00
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "system-deps"
version = "6.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
dependencies = [
"cfg-expr",
"heck 0.5.0",
"pkg-config",
2024-06-17 12:12:08 +00:00
"toml 0.8.14",
2024-05-09 21:24:56 +00:00
"version-compare",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2021-11-23 22:24:22 +00:00
[[package]]
name = "tar"
2024-06-17 12:12:08 +00:00
version = "0.4.41"
2021-11-23 22:24:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "cb797dad5fb5b76fcf519e702f4a589483b5ef06567f160c392832c1f5e44909"
2021-11-23 22:24:22 +00:00
dependencies = [
"filetime",
"libc",
"xattr",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "target-lexicon"
version = "0.12.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
2018-06-22 11:39:29 +00:00
[[package]]
2018-04-25 08:28:23 +00:00
name = "tempfile"
2024-05-09 21:24:56 +00:00
version = "3.10.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2018-06-22 11:39:29 +00:00
dependencies = [
2021-02-02 19:20:39 +00:00
"cfg-if 1.0.0",
2022-01-13 22:53:01 +00:00
"fastrand",
2023-03-13 21:44:07 +00:00
"rustix",
2024-05-09 21:24:56 +00:00
"windows-sys 0.52.0",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "templates"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"config",
"content",
2020-05-24 18:01:00 +00:00
"errors",
"imageproc",
"libs",
"markdown",
2023-02-11 23:27:42 +00:00
"mockito",
2021-05-11 16:28:01 +00:00
"tempfile",
2020-05-24 18:01:00 +00:00
"utils",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "tendril"
2022-05-05 21:41:06 +00:00
version = "0.4.3"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 21:41:06 +00:00
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"futf",
"mac",
"utf-8",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "tera"
2024-06-17 12:12:08 +00:00
version = "1.20.0"
2018-10-05 17:34:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"chrono",
"chrono-tz",
"globwalk",
"humansize",
"lazy_static",
"percent-encoding",
"pest",
"pest_derive",
2022-02-25 16:13:29 +00:00
"rand 0.8.5",
2020-05-24 18:01:00 +00:00
"regex",
"serde",
"serde_json",
"slug",
"unic-segment",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "termcolor"
2024-05-09 21:24:56 +00:00
version = "1.4.1"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi-util",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "test-case"
2023-11-20 20:34:33 +00:00
version = "3.3.1"
2021-01-17 08:41:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8"
2022-06-10 18:14:38 +00:00
dependencies = [
"test-case-macros",
]
[[package]]
2023-02-14 20:13:25 +00:00
name = "test-case-core"
2023-11-20 20:34:33 +00:00
version = "3.3.1"
2022-06-10 18:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f"
dependencies = [
2021-01-09 09:16:50 +00:00
"cfg-if 1.0.0",
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
]
2023-02-14 20:13:25 +00:00
[[package]]
name = "test-case-macros"
2023-11-20 20:34:33 +00:00
version = "3.3.1"
2023-02-14 20:13:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb"
2023-02-14 20:13:25 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2023-02-14 20:13:25 +00:00
"test-case-core",
]
[[package]]
name = "textwrap"
2024-05-09 21:24:56 +00:00
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
2021-11-23 22:24:22 +00:00
[[package]]
name = "thiserror"
version = "1.0.61"
2021-11-23 22:24:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2021-11-23 22:24:22 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.61"
2021-11-23 22:24:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2021-11-23 22:24:22 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2018-06-22 11:39:29 +00:00
]
2020-02-10 19:48:52 +00:00
[[package]]
name = "tiff"
2024-05-09 21:24:56 +00:00
version = "0.9.1"
2020-02-10 19:48:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
2020-02-10 19:48:52 +00:00
dependencies = [
"flate2",
2022-05-05 21:41:06 +00:00
"jpeg-decoder",
2020-10-30 15:52:01 +00:00
"weezl",
2020-02-10 19:48:52 +00:00
]
2021-11-23 22:24:22 +00:00
[[package]]
name = "time"
2024-05-09 21:24:56 +00:00
version = "0.3.36"
2021-11-23 22:24:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2021-11-23 22:24:22 +00:00
dependencies = [
2023-08-04 21:14:09 +00:00
"deranged",
2023-02-14 20:13:25 +00:00
"itoa",
2021-11-23 22:24:22 +00:00
"libc",
2024-05-09 21:24:56 +00:00
"num-conv",
2022-01-23 12:54:38 +00:00
"num_threads",
2023-10-19 19:33:47 +00:00
"powerfmt",
2023-01-02 21:48:39 +00:00
"serde",
"time-core",
"time-macros",
2021-11-23 22:24:22 +00:00
]
2023-01-02 21:48:39 +00:00
[[package]]
name = "time-core"
2023-10-19 19:33:47 +00:00
version = "0.1.2"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-01-02 21:48:39 +00:00
[[package]]
name = "time-macros"
2024-05-09 21:24:56 +00:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-01-02 21:48:39 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"num-conv",
2023-01-02 21:48:39 +00:00
"time-core",
]
2021-02-22 21:26:19 +00:00
[[package]]
name = "tinystr"
2024-06-17 12:12:08 +00:00
version = "0.7.6"
2021-02-22 21:26:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2023-01-02 21:48:39 +00:00
dependencies = [
"displaydoc",
2024-06-17 12:12:08 +00:00
"zerovec",
2023-01-02 21:48:39 +00:00
]
2021-02-22 21:26:19 +00:00
[[package]]
name = "tinyvec"
2022-05-05 21:41:06 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-05 21:41:06 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2020-11-15 09:13:38 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-08 22:20:07 +00:00
version = "0.1.1"
2020-11-15 09:13:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:20:07 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2018-06-22 11:39:29 +00:00
[[package]]
name = "tokio"
2024-06-17 12:12:08 +00:00
version = "1.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
dependencies = [
2023-08-04 21:14:09 +00:00
"backtrace",
2024-05-09 21:24:56 +00:00
"bytes 1.6.0",
"libc",
2024-05-09 21:24:56 +00:00
"mio 0.8.11",
2021-01-05 21:11:15 +00:00
"pin-project-lite",
2024-05-09 21:24:56 +00:00
"socket2",
2023-08-04 21:14:09 +00:00
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-native-tls"
2023-02-08 22:20:07 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 22:20:07 +00:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "tokio-rustls"
2023-08-04 21:14:09 +00:00
version = "0.24.1"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
2020-02-07 20:16:44 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"rustls",
2021-01-05 21:11:15 +00:00
"tokio",
2020-02-07 20:16:44 +00:00
]
[[package]]
name = "tokio-util"
2024-05-09 21:24:56 +00:00
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
dependencies = [
2024-05-09 21:24:56 +00:00
"bytes 1.6.0",
"futures-core",
"futures-sink",
2021-01-05 21:11:15 +00:00
"pin-project-lite",
"tokio",
2019-12-31 09:35:13 +00:00
]
2019-06-21 07:24:14 +00:00
[[package]]
name = "toml"
version = "0.5.11"
2019-06-21 07:24:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
2019-06-21 07:24:14 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"serde",
2019-06-21 07:24:14 +00:00
]
2023-01-27 21:25:05 +00:00
[[package]]
name = "toml"
2024-06-17 12:12:08 +00:00
version = "0.8.14"
2023-01-27 21:25:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "6f49eb2ab21d2f26bd6db7bf383edc527a7ebaee412d17af4d40fdccd442f335"
2023-01-27 21:25:05 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.6"
2023-01-27 21:25:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
2023-01-27 21:25:05 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-06-17 12:12:08 +00:00
version = "0.22.14"
2023-01-27 21:25:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "f21c7aaf97f1bd9ca9d4f9e73b0a6c74bd5afef56f2bc931943a6e1c37e04e38"
2023-01-27 21:25:05 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"indexmap 2.2.6",
2023-01-27 21:25:05 +00:00
"serde",
"serde_spanned",
"toml_datetime",
2023-02-24 21:03:52 +00:00
"winnow",
2023-01-27 21:25:05 +00:00
]
2019-12-31 09:35:13 +00:00
[[package]]
name = "tower-service"
2022-07-10 14:31:09 +00:00
version = "0.3.2"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-10 14:31:09 +00:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2019-12-31 09:35:13 +00:00
2020-07-22 16:58:13 +00:00
[[package]]
name = "tracing"
2023-10-19 19:33:47 +00:00
version = "0.1.40"
2020-07-22 16:58:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2020-07-22 16:58:13 +00:00
dependencies = [
2021-01-05 21:11:15 +00:00
"pin-project-lite",
2020-07-22 16:58:13 +00:00
"tracing-core",
]
[[package]]
name = "tracing-core"
2023-10-19 19:33:47 +00:00
version = "0.1.32"
2020-07-22 16:58:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2020-07-22 16:58:13 +00:00
dependencies = [
2022-06-10 18:14:38 +00:00
"once_cell",
2020-07-22 16:58:13 +00:00
]
[[package]]
name = "try-lock"
2023-12-17 21:09:58 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-17 21:09:58 +00:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2018-10-09 13:24:56 +00:00
[[package]]
name = "typenum"
2023-10-19 19:33:47 +00:00
version = "1.17.0"
2018-10-09 13:24:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2018-10-09 13:24:56 +00:00
[[package]]
name = "ucd-trie"
2023-08-04 21:14:09 +00:00
version = "0.1.6"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2018-06-22 11:39:29 +00:00
2018-08-01 16:22:12 +00:00
[[package]]
name = "unic-char-property"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
2018-08-01 16:22:12 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unic-char-range",
2018-08-01 16:22:12 +00:00
]
[[package]]
name = "unic-char-range"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
2018-08-01 16:22:12 +00:00
[[package]]
name = "unic-common"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
2018-08-01 16:22:12 +00:00
2021-02-22 21:26:19 +00:00
[[package]]
name = "unic-langid"
version = "0.9.5"
2021-02-22 21:26:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
2021-02-22 21:26:19 +00:00
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.5"
2021-02-22 21:26:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
2021-02-22 21:26:19 +00:00
dependencies = [
"tinystr",
]
2018-08-01 16:22:12 +00:00
[[package]]
name = "unic-segment"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
2018-08-01 16:22:12 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unic-ucd-segment",
2018-08-01 16:22:12 +00:00
]
[[package]]
name = "unic-ucd-segment"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
2018-08-01 16:22:12 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
2018-08-01 16:22:12 +00:00
]
[[package]]
name = "unic-ucd-version"
2019-03-08 20:41:31 +00:00
version = "0.9.0"
2018-08-01 16:22:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
2018-08-01 16:22:12 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"unic-common",
2018-08-01 16:22:12 +00:00
]
[[package]]
name = "unicase"
2023-10-19 19:33:47 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
2020-05-24 18:01:00 +00:00
"version_check",
]
2022-06-10 18:14:38 +00:00
[[package]]
name = "unicode-ident"
2023-10-19 19:33:47 +00:00
version = "1.0.12"
2022-06-10 18:14:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-06-10 18:14:38 +00:00
2018-05-17 16:32:46 +00:00
[[package]]
name = "unicode-segmentation"
2024-05-09 21:24:56 +00:00
version = "1.11.0"
2018-05-17 16:32:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2018-05-17 16:32:46 +00:00
2022-08-10 21:39:13 +00:00
[[package]]
name = "unsafe-libyaml"
2024-05-09 21:24:56 +00:00
version = "0.2.11"
2022-08-10 21:39:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2022-08-10 21:39:13 +00:00
2020-02-07 20:16:44 +00:00
[[package]]
name = "untrusted"
2023-11-20 20:34:33 +00:00
version = "0.9.0"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 20:34:33 +00:00
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2020-02-07 20:16:44 +00:00
[[package]]
name = "url"
2024-06-17 12:12:08 +00:00
version = "2.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "f7c25da092f0a868cdf09e8674cd3b7ef3a7d92a24253e663a2fb85e2496de56"
dependencies = [
"form_urlencoded",
2020-05-24 18:01:00 +00:00
"idna",
"percent-encoding",
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "utf-8"
2021-04-21 19:43:02 +00:00
version = "0.7.6"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-21 19:43:02 +00:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2018-06-22 11:39:29 +00:00
2024-06-17 12:12:08 +00:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2023-08-04 21:14:09 +00:00
[[package]]
name = "utf8parse"
2024-06-17 12:12:08 +00:00
version = "0.2.2"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-08-04 21:14:09 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "utils"
version = "0.1.0"
dependencies = [
2020-05-24 18:01:00 +00:00
"errors",
"libs",
2020-05-24 18:01:00 +00:00
"serde",
"tempfile",
"time",
2018-06-22 11:39:29 +00:00
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "uuid"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
[[package]]
name = "v_frame"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
dependencies = [
"aligned-vec",
"num-traits",
"wasm-bindgen",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2024-05-09 21:24:56 +00:00
[[package]]
name = "version-compare"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
2019-11-26 19:47:24 +00:00
[[package]]
name = "version_check"
2022-01-13 22:53:01 +00:00
version = "0.9.4"
2019-11-26 19:47:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-13 22:53:01 +00:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2019-11-26 19:47:24 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "vlq"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65dd7eed29412da847b0f78bcec0ac98588165988a8cfe41d4ea1d429f8ccfff"
2018-06-22 11:39:29 +00:00
[[package]]
name = "walkdir"
2024-05-09 21:24:56 +00:00
version = "2.5.0"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"same-file",
"winapi-util",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "want"
2023-08-04 21:14:09 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
2020-05-24 18:01:00 +00:00
"try-lock",
]
[[package]]
name = "wasi"
2020-01-26 01:55:37 +00:00
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2022-03-23 09:00:55 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2019-12-31 09:35:13 +00:00
[[package]]
name = "wasm-bindgen"
2024-05-09 21:24:56 +00:00
version = "0.2.92"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-12-14 19:45:32 +00:00
"cfg-if 1.0.0",
2020-05-24 18:01:00 +00:00
"wasm-bindgen-macro",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
2024-05-09 21:24:56 +00:00
version = "0.2.92"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"bumpalo",
"log",
2022-08-07 10:44:42 +00:00
"once_cell",
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2020-05-24 18:01:00 +00:00
"wasm-bindgen-shared",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
2024-05-09 21:24:56 +00:00
version = "0.4.42"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-12-14 19:45:32 +00:00
"cfg-if 1.0.0",
2020-05-24 18:01:00 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
2024-05-09 21:24:56 +00:00
version = "0.2.92"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"quote",
"wasm-bindgen-macro-support",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-05-09 21:24:56 +00:00
version = "0.2.92"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
2020-05-24 18:01:00 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2024-05-09 21:24:56 +00:00
version = "0.2.92"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2019-12-31 09:35:13 +00:00
[[package]]
name = "web-sys"
2024-05-09 21:24:56 +00:00
version = "0.3.69"
2019-12-31 09:35:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
2019-12-31 09:35:13 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"js-sys",
"wasm-bindgen",
2019-12-31 09:35:13 +00:00
]
[[package]]
name = "webp"
2024-05-09 21:24:56 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "8f53152f51fb5af0c08484c33d16cca96175881d1f3dec068c23b31a158c2d99"
dependencies = [
"image",
"libwebp-sys",
]
2020-02-07 20:16:44 +00:00
[[package]]
name = "webpki-roots"
2024-05-09 21:24:56 +00:00
version = "0.25.4"
2020-02-07 20:16:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
2020-02-07 20:16:44 +00:00
2020-09-27 09:19:20 +00:00
[[package]]
name = "weezl"
2024-05-09 21:24:56 +00:00
version = "0.1.8"
2020-09-27 09:19:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
2020-09-27 09:19:20 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2018-06-22 11:39:29 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-06-22 11:39:29 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-06-22 11:39:29 +00:00
2018-09-03 16:02:01 +00:00
[[package]]
name = "winapi-util"
2024-05-09 21:24:56 +00:00
version = "0.1.8"
2018-09-03 16:02:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2018-09-03 16:02:01 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"windows-sys 0.52.0",
2018-09-03 16:02:01 +00:00
]
2018-06-22 11:39:29 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-06-22 11:39:29 +00:00
2023-01-02 21:48:39 +00:00
[[package]]
2023-10-19 19:33:47 +00:00
name = "windows-core"
2024-05-09 21:24:56 +00:00
version = "0.52.0"
2023-02-08 22:20:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-02-08 22:20:07 +00:00
dependencies = [
2024-05-09 21:24:56 +00:00
"windows-targets 0.52.5",
2023-08-04 21:14:09 +00:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-10-19 19:33:47 +00:00
"windows-targets 0.48.5",
2023-02-08 22:20:07 +00:00
]
2023-12-17 21:09:58 +00:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-05-09 21:24:56 +00:00
"windows-targets 0.52.5",
2023-08-04 21:14:09 +00:00
]
[[package]]
name = "windows-targets"
2023-10-19 19:33:47 +00:00
version = "0.48.5"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-08-04 21:14:09 +00:00
dependencies = [
2023-10-19 19:33:47 +00: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-02-08 22:20:07 +00:00
]
2023-12-17 21:09:58 +00:00
[[package]]
name = "windows-targets"
2024-05-09 21:24:56 +00:00
version = "0.52.5"
2023-12-17 21:09:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-12-17 21:09:58 +00:00
dependencies = [
2024-05-09 21:24:56 +00: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-17 21:09:58 +00:00
]
2023-08-04 21:14:09 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-10-19 19:33:47 +00:00
version = "0.48.5"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-08-04 21:14:09 +00:00
2023-12-17 21:09:58 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-05-09 21:24:56 +00:00
version = "0.52.5"
2022-02-25 16:13:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-01-02 21:48:39 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-10-19 19:33:47 +00:00
version = "0.48.5"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-08-04 21:14:09 +00:00
2023-12-17 21:09:58 +00:00
[[package]]
name = "windows_aarch64_msvc"
2024-05-09 21:24:56 +00:00
version = "0.52.5"
2022-02-25 16:13:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2022-02-25 16:13:29 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "windows_i686_gnu"
2023-10-19 19:33:47 +00:00
version = "0.48.5"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-08-04 21:14:09 +00:00
2023-12-17 21:09:58 +00:00
[[package]]
name = "windows_i686_gnu"
2024-05-09 21:24:56 +00:00
version = "0.52.5"
2023-12-17 21:09:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
2023-12-17 21:09:58 +00:00
2023-01-02 21:48:39 +00:00
[[package]]
2024-05-09 21:24:56 +00:00
name = "windows_i686_gnullvm"
version = "0.52.5"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-01-02 21:48:39 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "windows_i686_msvc"
2023-10-19 19:33:47 +00:00
version = "0.48.5"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-08-04 21:14:09 +00:00
2023-12-17 21:09:58 +00:00
[[package]]
name = "windows_i686_msvc"
2024-05-09 21:24:56 +00:00
version = "0.52.5"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-01-02 21:48:39 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-10-19 19:33:47 +00:00
version = "0.48.5"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-08-04 21:14:09 +00:00
2023-12-17 21:09:58 +00:00
[[package]]
name = "windows_x86_64_gnu"
2024-05-09 21:24:56 +00:00
version = "0.52.5"
2022-02-25 16:13:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2022-02-25 16:13:29 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-10-19 19:33:47 +00:00
version = "0.48.5"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-08-04 21:14:09 +00:00
2023-12-17 21:09:58 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-05-09 21:24:56 +00:00
version = "0.52.5"
2023-01-02 21:48:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-01-02 21:48:39 +00:00
2023-08-04 21:14:09 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-10-19 19:33:47 +00:00
version = "0.48.5"
2023-08-04 21:14:09 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-08-04 21:14:09 +00:00
2023-12-17 21:09:58 +00:00
[[package]]
name = "windows_x86_64_msvc"
2024-05-09 21:24:56 +00:00
version = "0.52.5"
2023-12-17 21:09:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-12-17 21:09:58 +00:00
2023-02-24 21:03:52 +00:00
[[package]]
name = "winnow"
2024-06-17 12:12:08 +00:00
version = "0.6.13"
2023-02-24 21:03:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-17 12:12:08 +00:00
checksum = "59b5e5f6c299a3c7890b876a2a587f3115162487e704907d9b6cd29473052ba1"
2023-02-24 21:03:52 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
2023-10-19 19:33:47 +00:00
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-19 19:33:47 +00:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
2023-10-19 19:33:47 +00:00
"cfg-if 1.0.0",
"windows-sys 0.48.0",
]
[[package]]
name = "winres"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b68db261ef59e9e52806f688020631e987592bd83619edccda9c47d42cde4f6c"
dependencies = [
2023-01-27 21:25:05 +00:00
"toml 0.5.11",
]
2024-06-17 12:12:08 +00:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2018-06-22 11:39:29 +00:00
[[package]]
name = "ws"
2022-02-25 16:13:29 +00:00
version = "0.9.2"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-25 16:13:29 +00:00
checksum = "25fe90c75f236a0a00247d5900226aea4f2d7b05ccc34da9e7a8880ff59b5848"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"byteorder",
"bytes 0.4.12",
"httparse",
"log",
"mio 0.6.23",
2020-05-24 18:01:00 +00:00
"mio-extras",
"rand 0.7.3",
2022-09-19 11:25:09 +00:00
"sha-1",
2020-05-24 18:01:00 +00:00
"slab",
"url",
2018-06-22 11:39:29 +00:00
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-24 18:01:00 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"winapi 0.2.8",
"winapi-build",
2018-06-22 11:39:29 +00:00
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2021-11-23 22:24:22 +00:00
[[package]]
name = "xattr"
2024-05-09 21:24:56 +00:00
version = "1.3.1"
2021-11-23 22:24:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
2021-11-23 22:24:22 +00:00
dependencies = [
"libc",
2023-12-17 21:09:58 +00:00
"linux-raw-sys",
"rustix",
2021-11-23 22:24:22 +00:00
]
[[package]]
name = "yada"
2024-05-09 21:24:56 +00:00
version = "0.5.1"
2021-11-23 22:24:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "aed111bd9e48a802518765906cbdadf0b45afb72b9c81ab049a3b86252adffdd"
2021-11-23 22:24:22 +00:00
2018-06-22 11:39:29 +00:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
2018-06-22 11:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
2018-06-22 11:39:29 +00:00
dependencies = [
2020-05-24 18:01:00 +00:00
"linked-hash-map",
2018-06-22 11:39:29 +00:00
]
2024-06-17 12:12:08 +00:00
[[package]]
name = "yoke"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
"synstructure",
]
2023-11-20 20:34:33 +00:00
[[package]]
name = "zerocopy"
2024-05-09 21:24:56 +00:00
version = "0.7.34"
2023-11-20 20:34:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
2023-11-20 20:34:33 +00:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-09 21:24:56 +00:00
version = "0.7.34"
2023-11-20 20:34:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-09 21:24:56 +00:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
2023-11-20 20:34:33 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-06-17 12:12:08 +00:00
"syn 2.0.66",
]
[[package]]
name = "zerofrom"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
"synstructure",
]
[[package]]
name = "zerovec"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2cc8827d6c0994478a15c53f374f46fbd41bea663d809b14744bc42e6b109c"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97cf56601ee5052b4417d90c8755c6683473c926039908196cf35d99f893ebe7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
2023-11-20 20:34:33 +00:00
]
[[package]]
name = "zola"
version = "0.19.1"
dependencies = [
2024-06-17 12:12:08 +00:00
"clap 4.5.7",
"clap_complete",
"console 0.1.0",
2020-05-24 18:01:00 +00:00
"ctrlc",
"errors",
2021-01-05 21:11:15 +00:00
"hyper",
"libs",
2022-06-10 19:20:24 +00:00
"mime",
"mime_guess",
"notify-debouncer-full",
2020-05-24 18:01:00 +00:00
"open",
2021-09-11 07:31:34 +00:00
"pathdiff",
"same-file",
2020-05-24 18:01:00 +00:00
"site",
2022-05-05 21:41:06 +00:00
"time",
2021-01-05 21:11:15 +00:00
"tokio",
2020-05-24 18:01:00 +00:00
"utils",
"winres",
2020-05-24 18:01:00 +00:00
"ws",
]
2023-02-08 22:20:07 +00:00
2024-05-09 21:24:56 +00:00
[[package]]
name = "zune-core"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
2023-02-08 22:20:07 +00:00
[[package]]
name = "zune-inflate"
2023-08-04 21:14:09 +00:00
version = "0.2.54"
2023-02-08 22:20:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-04 21:14:09 +00:00
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2023-02-08 22:20:07 +00:00
dependencies = [
"simd-adler32",
]
2024-05-09 21:24:56 +00:00
[[package]]
name = "zune-jpeg"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec866b44a2a1fd6133d363f073ca1b179f438f99e7e5bfb1e33f7181facfe448"
dependencies = [
"zune-core",
]