typst/Cargo.lock

3230 lines
78 KiB
Plaintext
Raw Normal View History

2022-01-01 11:12:50 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-04-23 12:33:56 +00:00
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
]
2021-12-14 13:24:02 +00:00
[[package]]
name = "aho-corasick"
version = "1.0.1"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
2021-12-14 13:24:02 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-03-30 19:59:28 +00:00
[[package]]
name = "anstream"
2023-05-02 12:08:23 +00:00
version = "0.3.2"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
2023-03-30 19:59:28 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
2023-03-30 19:59:28 +00:00
"anstyle-wincon",
"colorchoice",
2023-03-30 19:59:28 +00:00
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
2023-03-30 19:59:28 +00:00
[[package]]
name = "anstyle-parse"
version = "0.2.0"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
2023-03-30 19:59:28 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
2023-03-30 19:59:28 +00:00
[[package]]
name = "anstyle-wincon"
version = "1.0.1"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
2023-03-30 19:59:28 +00:00
dependencies = [
"anstyle",
"windows-sys 0.48.0",
2023-03-30 19:59:28 +00:00
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "arrayref"
2023-03-21 09:05:46 +00:00
version = "0.3.7"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
2022-01-01 11:12:50 +00:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi 0.1.19",
"libc",
"winapi",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "autocfg"
2022-02-18 16:45:25 +00:00
version = "1.1.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-18 16:45:25 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-01-01 11:12:50 +00:00
[[package]]
name = "az"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
2023-03-14 21:35:31 +00:00
[[package]]
name = "biblatex"
version = "0.8.0"
2023-03-27 13:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc9fd60378277e44cd400ec5f35e768ce0d5a63d8d18ac7b1a9231196251dae5"
2023-03-14 21:35:31 +00:00
dependencies = [
"chrono",
"numerals",
"paste",
"strum",
"unicode-normalization",
"unscanny",
]
2021-12-14 13:24:02 +00:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bit-set"
2022-09-19 08:55:22 +00:00
version = "0.5.3"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 08:55:22 +00:00
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
2021-12-14 13:24:02 +00:00
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
2022-01-01 11:12:50 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2023-05-19 15:21:02 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
dependencies = [
"serde",
]
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
name = "bumpalo"
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-01-01 11:12:50 +00:00
[[package]]
name = "bytemuck"
2023-03-21 09:05:46 +00:00
version = "1.13.1"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2022-01-01 11:12:50 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-10-15 15:37:01 +00:00
[[package]]
name = "cc"
2023-03-21 09:05:46 +00:00
version = "1.0.79"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-10-15 15:37:01 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-04-06 13:50:15 +00:00
[[package]]
name = "chinese-number"
version = "0.7.2"
2023-04-06 13:50:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb8659add27dbba7575c058a3265d81cc078dc2693848445bf3788a883ec82c8"
2023-04-06 13:50:15 +00:00
dependencies = [
"chinese-variant",
"enum-ordinalize",
"num-bigint",
"num-traits",
]
[[package]]
name = "chinese-variant"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeea139b89efab957972956e5d3e4efb66a6c261f726abf6911040cc8ef700f7"
2022-09-21 15:50:58 +00:00
[[package]]
name = "chrono"
2023-03-21 09:05:46 +00:00
version = "0.4.24"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
2022-09-21 15:50:58 +00:00
dependencies = [
"iana-time-zone",
2022-09-21 15:50:58 +00:00
"num-integer",
"num-traits",
"winapi",
2022-09-21 15:50:58 +00:00
]
2023-03-30 19:59:28 +00:00
[[package]]
name = "clap"
2023-05-02 12:08:23 +00:00
version = "3.2.25"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"atty",
"bitflags 1.3.2",
"clap_lex 0.2.4",
"indexmap",
"strsim",
"termcolor",
"textwrap",
]
[[package]]
name = "clap"
2023-05-19 15:21:02 +00:00
version = "4.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "34d21f9bf1b425d2968943631ec91202fe5e837264063503708b83013f8fc938"
2023-03-30 19:59:28 +00:00
dependencies = [
"clap_builder",
"clap_derive",
"once_cell",
]
[[package]]
name = "clap_builder"
2023-05-19 15:21:02 +00:00
version = "4.2.7"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "914c8c79fb560f238ef6429439a30023c862f7a28e688c58f7203f12b29970bd"
2023-03-30 19:59:28 +00:00
dependencies = [
"anstream",
"anstyle",
"bitflags 1.3.2",
"clap_lex 0.4.1",
2023-03-30 19:59:28 +00:00
"strsim",
]
[[package]]
name = "clap_complete"
2023-05-19 15:21:02 +00:00
version = "4.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "1594fe2312ec4abf402076e407628f5c313e54c32ade058521df4ee34ecac8a8"
dependencies = [
2023-05-19 15:21:02 +00:00
"clap 4.2.7",
]
2023-03-30 19:59:28 +00:00
[[package]]
name = "clap_derive"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-05-19 15:21:02 +00:00
"syn 2.0.16",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
2023-03-30 19:59:28 +00:00
]
[[package]]
name = "clap_lex"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
[[package]]
name = "clap_mangen"
version = "0.2.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4237e29de9c6949982ba87d51709204504fb8ed2fd38232fcb1e5bf7d4ba48c8"
dependencies = [
2023-05-19 15:21:02 +00:00
"clap 4.2.7",
"roff",
]
[[package]]
name = "cobs"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
2022-01-01 11:12:50 +00:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2022-09-21 15:50:58 +00:00
[[package]]
name = "comemo"
2023-05-16 14:43:35 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28a097f142aeb5b03af73595536cd55f5d649fca4d656379aac86b3af133cf92"
2022-09-21 15:50:58 +00:00
dependencies = [
"comemo-macros",
"siphasher",
]
[[package]]
name = "comemo-macros"
2023-05-16 14:43:35 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168cc09917f6a014a4cf6ed166d1b541a20a768c60f9cc348f25203ee8312940"
2022-09-21 15:50:58 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-03-21 09:05:46 +00:00
"syn 1.0.109",
2022-09-21 15:50:58 +00:00
]
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2023-03-30 19:59:28 +00:00
[[package]]
name = "crc32fast"
version = "1.3.2"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2023-03-30 19:59:28 +00:00
dependencies = [
"cfg-if",
2023-03-30 19:59:28 +00:00
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2022-09-21 15:50:58 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "crossbeam-deque"
version = "0.8.3"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2022-01-01 11:12:50 +00:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
2022-01-01 11:12:50 +00:00
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "crossbeam-epoch"
version = "0.9.14"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
2022-09-21 15:50:58 +00:00
dependencies = [
"autocfg",
2022-09-21 15:50:58 +00:00
"cfg-if",
"crossbeam-utils",
"memoffset",
"scopeguard",
2022-09-21 15:50:58 +00:00
]
[[package]]
name = "crossbeam-utils"
2023-03-21 09:05:46 +00:00
version = "0.8.15"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
2022-09-21 15:50:58 +00:00
dependencies = [
"cfg-if",
]
2022-07-26 22:09:15 +00:00
[[package]]
name = "csv"
2023-03-21 09:05:46 +00:00
version = "1.2.1"
2022-07-26 22:09:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad"
2022-07-26 22:09:15 +00:00
dependencies = [
"csv-core",
2023-03-21 09:05:46 +00:00
"itoa",
2022-07-26 22:09:15 +00:00
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "dashmap"
version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
dependencies = [
"cfg-if",
"hashbrown",
"lock_api",
"once_cell",
"parking_lot_core",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "data-url"
version = "0.2.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
2022-01-01 11:12:50 +00:00
[[package]]
name = "dirs"
2023-05-02 12:08:23 +00:00
version = "5.0.1"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2022-01-01 11:12:50 +00:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2023-05-02 12:08:23 +00:00
version = "0.4.1"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2022-01-01 11:12:50 +00:00
dependencies = [
"libc",
2023-05-02 12:08:23 +00:00
"option-ext",
2022-01-01 11:12:50 +00:00
"redox_users",
2023-05-02 12:08:23 +00:00
"windows-sys 0.48.0",
2022-01-01 11:12:50 +00:00
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "displaydoc"
2023-05-19 15:21:02 +00:00
version = "0.2.4"
2023-03-14 21:35:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
2023-03-14 21:35:31 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-19 15:21:02 +00:00
"syn 2.0.16",
2023-03-14 21:35:31 +00:00
]
2023-02-23 11:15:38 +00:00
[[package]]
name = "ecow"
version = "0.1.1"
2023-03-01 10:27:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5c5051925c54d9a42c8652313b5358a7432eed209466b443ed5220431243a14"
2023-06-26 11:57:21 +00:00
dependencies = [
"serde",
]
[[package]]
name = "either"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2023-02-23 11:15:38 +00:00
2023-04-06 13:50:15 +00:00
[[package]]
name = "enum-ordinalize"
2023-05-19 15:21:02 +00:00
version = "3.1.13"
2023-04-06 13:50:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "e4f76552f53cefc9a7f64987c3701b99d982f7690606fd67de1d09712fbf52f1"
2023-04-06 13:50:15 +00:00
dependencies = [
"num-bigint",
"num-traits",
"proc-macro2",
"quote",
2023-05-19 15:21:02 +00:00
"syn 2.0.16",
2023-04-06 13:50:15 +00:00
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "env_logger"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
dependencies = [
"log",
]
2023-03-30 19:59:28 +00:00
[[package]]
name = "errno"
version = "0.3.1"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-03-30 19:59:28 +00:00
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
2023-03-30 19:59:28 +00:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2021-12-14 13:24:02 +00:00
[[package]]
name = "fancy-regex"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d6b8560a05112eb52f04b00e5d3790c0dd75d9d980eb8a122fb23b92a623ccf"
dependencies = [
"bit-set",
"regex",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
[[package]]
name = "fdeflate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
dependencies = [
"simd-adler32",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "filetime"
version = "0.2.21"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2022-09-21 15:50:58 +00:00
dependencies = [
"cfg-if",
"libc",
2023-04-23 12:33:56 +00:00
"redox_syscall 0.2.16",
"windows-sys 0.48.0",
2022-09-21 15:50:58 +00:00
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "flate2"
2023-05-02 12:08:23 +00:00
version = "1.0.26"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2022-01-01 11:12:50 +00:00
dependencies = [
"crc32fast",
2023-05-02 12:08:23 +00:00
"miniz_oxide",
2022-01-01 11:12:50 +00:00
]
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
2021-12-14 13:24:02 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2023-04-18 17:04:46 +00:00
[[package]]
name = "fontdb"
version = "0.13.1"
2023-04-18 17:04:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "237ff9f0813bbfc9de836016472e0c9ae7802f174a51594607e5f4ff334cb2f5"
2023-04-18 17:04:46 +00:00
dependencies = [
"log",
"memmap2",
"slotmap",
"ttf-parser",
2023-04-18 17:04:46 +00:00
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2023-02-06 10:52:31 +00:00
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "getrandom"
version = "0.2.9"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2022-01-01 11:12:50 +00:00
dependencies = [
"cfg-if",
"libc",
2022-06-10 21:53:20 +00:00
"wasi",
2022-01-01 11:12:50 +00:00
]
[[package]]
name = "gif"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
dependencies = [
"color_quant",
"weezl",
]
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2023-02-06 10:52:31 +00:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-03-14 21:35:31 +00:00
[[package]]
name = "hayagriva"
version = "0.3.0"
2023-03-27 13:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a21ff266f0b113789bbf4a27da16330315eebbd7df8e844f95d29f92ad556d"
2023-03-14 21:35:31 +00:00
dependencies = [
"biblatex",
"chrono",
"isolang",
"lazy_static",
"linked-hash-map",
"paste",
"regex",
"strum",
"thiserror",
"unic-langid",
"unicode-segmentation",
"url",
"yaml-rust",
]
2023-02-06 10:52:31 +00:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-03-30 19:59:28 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2022-03-08 18:49:26 +00:00
[[package]]
name = "hypher"
2022-10-15 15:37:01 +00:00
version = "0.1.1"
2022-03-08 18:49:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 15:37:01 +00:00
checksum = "f0cf92443ef10ecfc1b8b4b65a93e31d983f020a355699d83874b12a7c797ac3"
2022-03-08 18:49:26 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "iai"
version = "0.1.1"
2022-01-24 15:38:34 +00:00
source = "git+https://github.com/reknih/iai#3f0f92736408ebce6545808b98e0cb2aea89b7dd"
2022-01-01 11:12:50 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "iana-time-zone"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "icu_collections"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef8302d8dfd6044d3ddb3f807a5ef3d7bbca9a574959c6d6e4dc39aa7012d0d5"
dependencies = [
"displaydoc",
"serde",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_properties"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce0e1aa26851f16c9e04412a5911c86b7f8768dac8f8d4c5f1c568a7e5d7a434"
dependencies = [
"displaydoc",
"icu_collections",
"icu_provider",
"serde",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_provider"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dc312a7b6148f7dfe098047ae2494d12d4034f48ade58d4f353000db376e305"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"postcard",
"serde",
"stable_deref_trait",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_adapters"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4ae1e2bd0c41728b77e7c46e9afdec5e2127d1eedacc684724667d50c126bd3"
dependencies = [
"icu_locid",
"icu_provider",
"tinystr",
"yoke",
"zerovec",
]
[[package]]
name = "icu_provider_blob"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd364c9a01f791a4bc04a74cf2a1d01d9f6926a40fd5ae1c28004e1e70d8338b"
dependencies = [
"icu_provider",
"postcard",
"serde",
"writeable",
"yoke",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b728b9421e93eff1d9f8681101b78fa745e0748c95c655c83f337044a7e10"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "icu_segmenter"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3300a7b6bf187be98a57264ad094f11f2e062c2e8263132af010ff522ee5495"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid",
"icu_provider",
"num-traits",
"serde",
"utf8_iter",
"zerovec",
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-12-14 09:10:26 +00:00
[[package]]
name = "if_chain"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
2022-01-01 11:12:50 +00:00
[[package]]
name = "image"
version = "0.24.6"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
2022-01-01 11:12:50 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"gif",
"jpeg-decoder",
2022-01-01 11:12:50 +00:00
"num-rational",
"num-traits",
2022-06-10 21:53:20 +00:00
"png",
2021-12-14 13:24:02 +00:00
]
[[package]]
name = "imagesize"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b72ad49b554c1728b1e83254a1b1565aea4161e28dabbfa171fc15fe62299caf"
2023-02-06 10:52:31 +00:00
[[package]]
name = "include_dir"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18762faeff7122e89e0857b02f7ce6fcc0d101d5e9ad2ad7846cc01d61b7f19e"
dependencies = [
"include_dir_macros",
]
[[package]]
name = "include_dir_macros"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b139284b5cf57ecfa712bcc66950bb635b31aff41c188e8a4cfc758eca374a3f"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "indexmap"
version = "1.9.3"
2023-02-06 10:52:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2023-02-06 10:52:31 +00:00
dependencies = [
"autocfg",
"hashbrown",
"rayon",
2023-02-06 10:52:31 +00:00
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "inferno"
version = "0.11.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fb7c1b80a1dfa604bb4a649a5c5aeef3d913f7c520cb42b40e534e8a61bcdfc"
dependencies = [
"ahash",
2023-05-19 15:21:02 +00:00
"clap 4.2.7",
2023-04-23 12:33:56 +00:00
"crossbeam-channel",
"crossbeam-utils",
"dashmap",
"env_logger",
"indexmap",
"is-terminal",
"itoa",
"log",
"num-format",
"once_cell",
"quick-xml",
"rgb",
"str_stack",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags 1.3.2",
2022-09-21 15:50:58 +00:00
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2023-03-30 19:59:28 +00:00
[[package]]
name = "io-lifetimes"
version = "1.0.10"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
2023-03-30 19:59:28 +00:00
dependencies = [
"hermit-abi 0.3.1",
2023-03-30 19:59:28 +00:00
"libc",
"windows-sys 0.48.0",
]
[[package]]
name = "is-docker"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
dependencies = [
"once_cell",
2023-03-30 19:59:28 +00:00
]
[[package]]
name = "is-terminal"
version = "0.4.7"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
2023-03-30 19:59:28 +00:00
dependencies = [
"hermit-abi 0.3.1",
2023-03-30 19:59:28 +00:00
"io-lifetimes",
"rustix",
"windows-sys 0.48.0",
]
[[package]]
name = "is-wsl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
dependencies = [
"is-docker",
"once_cell",
2023-03-30 19:59:28 +00:00
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "isolang"
2023-05-02 12:08:23 +00:00
version = "2.3.0"
2023-03-14 21:35:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "f80f221db1bc708b71128757b9396727c04de86968081e18e89b0575e03be071"
2023-03-14 21:35:31 +00:00
dependencies = [
"phf",
]
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
2022-07-26 22:09:15 +00:00
[[package]]
name = "itoa"
2023-03-21 09:05:46 +00:00
version = "1.0.6"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2021-12-14 13:24:02 +00:00
2022-12-07 10:33:35 +00:00
[[package]]
name = "jpeg-decoder"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
[[package]]
name = "js-sys"
version = "0.3.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
dependencies = [
"wasm-bindgen",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "kqueue"
2022-12-07 10:33:35 +00:00
version = "1.0.7"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-07 10:33:35 +00:00
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
2022-09-21 15:50:58 +00:00
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
dependencies = [
"bitflags 1.3.2",
2022-09-21 15:50:58 +00:00
"libc",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "kurbo"
2023-05-19 15:21:02 +00:00
version = "0.9.5"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b"
2022-01-01 11:12:50 +00:00
dependencies = [
"arrayvec",
2022-01-01 11:12:50 +00:00
]
2021-12-14 13:24:02 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2022-01-01 11:12:50 +00:00
[[package]]
name = "libc"
2023-05-19 15:21:02 +00:00
version = "0.2.144"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
[[package]]
name = "libdeflate-sys"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb6784b6b84b67d71b4307963d456a9c7c29f9b47c658f533e598de369e34277"
dependencies = [
"cc",
]
[[package]]
name = "libdeflater"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e285aa6a046fd338b2592c16bee148b2b00789138ed6b7bb56bb13d585050d"
dependencies = [
"libdeflate-sys",
]
2022-10-15 15:37:01 +00:00
[[package]]
name = "libm"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
2023-02-06 10:52:31 +00:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2023-03-30 19:59:28 +00:00
[[package]]
name = "linux-raw-sys"
2023-05-19 15:21:02 +00:00
version = "0.3.7"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
2023-03-30 19:59:28 +00:00
2022-04-25 10:58:10 +00:00
[[package]]
name = "lipsum"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c5e9ef2d2ad6fe67a59ace27c203c8d3a71d195532ee82e3bbe0d5f9a9ca541"
2022-04-25 10:58:10 +00:00
dependencies = [
2022-06-10 21:53:20 +00:00
"rand",
"rand_chacha",
2022-04-25 10:58:10 +00:00
]
[[package]]
name = "litemap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a04a5b2b6f54acba899926491d0a6c59d98012938ca2ab5befb281c034e8f94"
2023-04-23 12:33:56 +00:00
[[package]]
name = "lock_api"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg",
"scopeguard",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "log"
2022-05-19 11:14:15 +00:00
version = "0.4.17"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 11:14:15 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2022-01-01 11:12:50 +00:00
dependencies = [
"cfg-if",
]
2021-12-14 13:24:02 +00:00
[[package]]
name = "memchr"
2022-05-19 11:14:15 +00:00
version = "2.5.0"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 11:14:15 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-12-14 13:24:02 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "memmap2"
2023-03-21 09:05:46 +00:00
version = "0.5.10"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
2022-01-01 11:12:50 +00:00
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg",
]
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
"simd-adler32",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "mio"
2023-03-21 09:05:46 +00:00
version = "0.8.6"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2022-09-21 15:50:58 +00:00
dependencies = [
"libc",
"log",
"wasi",
2023-03-21 09:05:46 +00:00
"windows-sys 0.45.0",
2022-09-21 15:50:58 +00:00
]
[[package]]
name = "notify"
2023-05-19 15:21:02 +00:00
version = "5.2.0"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "729f63e1ca555a43fe3efa4f3efdf4801c479da85b432242a7b726f353c88486"
2022-09-21 15:50:58 +00:00
dependencies = [
"bitflags 1.3.2",
2022-09-21 15:50:58 +00:00
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"mio",
"walkdir",
2023-05-19 15:21:02 +00:00
"windows-sys 0.45.0",
2022-09-21 15:50:58 +00:00
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2023-04-06 13:50:15 +00:00
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "num-format"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
dependencies = [
"arrayvec",
2023-04-23 12:33:56 +00:00
"itoa",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "num-integer"
2022-05-19 11:14:15 +00:00
version = "0.1.45"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 11:14:15 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2022-01-01 11:12:50 +00:00
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-rational"
2022-09-19 08:55:22 +00:00
version = "0.4.1"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 08:55:22 +00:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2022-01-01 11:12:50 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-19 11:14:15 +00:00
version = "0.2.15"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 11:14:15 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2022-01-01 11:12:50 +00:00
dependencies = [
"autocfg",
"libm",
2022-01-01 11:12:50 +00:00
]
[[package]]
name = "num_cpus"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
dependencies = [
"hermit-abi 0.2.6",
"libc",
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "numerals"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
2022-01-01 11:12:50 +00:00
[[package]]
name = "once_cell"
2023-03-21 09:05:46 +00:00
version = "1.17.1"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
2022-05-18 17:09:19 +00:00
2023-04-04 12:12:19 +00:00
[[package]]
name = "open"
2023-05-02 12:08:23 +00:00
version = "4.1.0"
2023-04-04 12:12:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "d16814a067484415fda653868c9be0ac5f2abd2ef5d951082a5f2fe1b3662944"
2023-04-04 12:12:19 +00:00
dependencies = [
"is-wsl",
2023-04-04 12:12:19 +00:00
"pathdiff",
]
2023-05-02 12:08:23 +00:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "os_str_bytes"
version = "6.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
2023-04-23 12:33:56 +00:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "oxipng"
version = "8.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630638e107fb436644c300e781d3f17e1b04656138ba0d40564be4be3b06db32"
dependencies = [
"bitvec",
2023-05-02 12:08:23 +00:00
"clap 3.2.25",
"crossbeam-channel",
"filetime",
"image",
"indexmap",
"itertools",
"libdeflater",
"log",
"rayon",
"rgb",
"rustc-hash",
"rustc_version",
"stderrlog",
"wild",
"zopfli",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "parking_lot_core"
version = "0.9.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.2.16",
"smallvec",
"windows-sys 0.45.0",
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "paste"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2023-04-04 12:12:19 +00:00
[[package]]
name = "pathdiff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
2022-01-01 11:12:50 +00:00
[[package]]
name = "pdf-writer"
version = "0.7.1"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30900f178ea696fc5d9637171f98aaa93d5aae54f0726726df68fc3e32810db6"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags 1.3.2",
2023-03-21 09:05:46 +00:00
"itoa",
2022-01-01 11:12:50 +00:00
"ryu",
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "phf"
2023-05-02 12:08:23 +00:00
version = "0.11.1"
2023-03-14 21:35:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "928c6535de93548188ef63bb7c4036bd415cd8f36ad25af44b9789b2ee72a48c"
2023-03-14 21:35:31 +00:00
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_shared"
2023-05-02 12:08:23 +00:00
version = "0.11.1"
2023-03-14 21:35:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "e1fb5f6f826b772a8d4c0394209441e7d37cbbb967ae9c7e0e8134365c9ee676"
2023-03-14 21:35:31 +00:00
dependencies = [
"siphasher",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "pico-args"
version = "0.5.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
2022-01-01 11:12:50 +00:00
2023-04-23 12:33:56 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2022-01-24 15:48:24 +00:00
[[package]]
name = "pixglyph"
version = "0.1.0"
2023-03-27 13:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9eefadd393715fe315c8cdcd587f893b818a6dfe4f6f9faeb44b764c7c38fd8b"
2022-01-24 15:48:24 +00:00
dependencies = [
"ttf-parser",
2022-01-24 15:48:24 +00:00
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "png"
version = "0.17.8"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags 1.3.2",
2022-01-01 11:12:50 +00:00
"crc32fast",
"fdeflate",
2022-09-19 08:55:22 +00:00
"flate2",
2023-05-02 12:08:23 +00:00
"miniz_oxide",
2022-01-01 11:12:50 +00:00
]
[[package]]
name = "postcard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfa512cd0d087cc9f99ad30a1bf64795b67871edbead083ffc3a4dfafa59aa00"
dependencies = [
"cobs",
"serde",
]
2022-04-25 10:58:10 +00:00
[[package]]
name = "ppv-lite86"
2022-12-07 10:33:35 +00:00
version = "0.2.17"
2022-04-25 10:58:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-07 10:33:35 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-04-25 10:58:10 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "proc-macro2"
2023-05-19 15:21:02 +00:00
version = "1.0.58"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"
2022-01-01 11:12:50 +00:00
dependencies = [
2022-05-19 11:14:15 +00:00
"unicode-ident",
2022-01-01 11:12:50 +00:00
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "psm"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
dependencies = [
"cc",
]
2023-02-06 10:52:31 +00:00
[[package]]
name = "pulldown-cmark"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
dependencies = [
"bitflags 1.3.2",
2023-02-06 10:52:31 +00:00
"getopts",
"memchr",
"unicase",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "quick-xml"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f50b1c63b38611e7d4d7f68b82d3ad0cc71a2ad2e7f61fc10f1328d917c93cd"
dependencies = [
"memchr",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "quote"
2023-05-19 15:21:02 +00:00
version = "1.0.27"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
2022-01-01 11:12:50 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
2022-04-25 10:58:10 +00:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
2022-06-10 21:53:20 +00:00
"rand_core",
2022-04-25 10:58:10 +00:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2022-06-10 21:53:20 +00:00
"rand_core",
2022-04-25 10:58:10 +00:00
]
[[package]]
name = "rand_core"
2022-09-19 08:55:22 +00:00
version = "0.6.4"
2022-04-25 10:58:10 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 08:55:22 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-04-25 10:58:10 +00:00
[[package]]
name = "rayon"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "rctree"
version = "0.5.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
2022-01-01 11:12:50 +00:00
[[package]]
name = "redox_syscall"
2022-09-19 08:55:22 +00:00
version = "0.2.16"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 08:55:22 +00:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags 1.3.2",
2022-01-01 11:12:50 +00:00
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
2023-04-23 12:33:56 +00:00
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "redox_users"
2022-05-19 11:14:15 +00:00
version = "0.4.3"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 11:14:15 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2022-01-01 11:12:50 +00:00
dependencies = [
2022-06-10 21:53:20 +00:00
"getrandom",
2023-04-23 12:33:56 +00:00
"redox_syscall 0.2.16",
2022-05-19 11:14:15 +00:00
"thiserror",
2022-01-01 11:12:50 +00:00
]
2021-12-14 13:24:02 +00:00
[[package]]
name = "regex"
version = "1.8.1"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
2021-12-14 13:24:02 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.1",
2021-12-14 13:24:02 +00:00
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2021-12-14 13:24:02 +00:00
[[package]]
name = "regex-syntax"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
2022-01-01 11:12:50 +00:00
[[package]]
name = "resvg"
version = "0.32.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "142e83d8ae8c8c639f304698a5567b229ba65caba867bf4387bbc0ae158827cf"
2022-01-01 11:12:50 +00:00
dependencies = [
"log",
"pico-args",
"rgb",
2022-01-24 15:38:34 +00:00
"svgtypes",
2022-01-01 11:12:50 +00:00
"tiny-skia",
"usvg",
]
[[package]]
name = "rgb"
2023-03-21 09:05:46 +00:00
version = "0.8.36"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
2022-01-01 11:12:50 +00:00
dependencies = [
"bytemuck",
]
2023-06-26 11:57:21 +00:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi",
]
[[package]]
name = "roff"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b833d8d034ea094b1ea68aa6d5c740e0d04bad9d16568d08ba6f76823a114316"
[[package]]
name = "rosvgtree"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad747e7384940e7bf33b15ba433b7bad9f44c0c6d5287a67c2cb22cd1743d497"
dependencies = [
"log",
"roxmltree",
"simplecss",
"siphasher",
"svgtypes",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "roxmltree"
version = "0.18.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8"
2022-01-01 11:12:50 +00:00
dependencies = [
"xmlparser",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-04-06 13:50:15 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2023-03-30 19:59:28 +00:00
[[package]]
name = "rustix"
2023-05-19 15:21:02 +00:00
version = "0.37.19"
2023-03-30 19:59:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
2023-03-30 19:59:28 +00:00
dependencies = [
"bitflags 1.3.2",
2023-03-30 19:59:28 +00:00
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2023-03-30 19:59:28 +00:00
]
2023-06-26 11:57:21 +00:00
[[package]]
name = "rustls"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e32ca28af694bc1bbf399c33a516dbdf1c90090b8ab23c2bc24f834aa2247f5f"
dependencies = [
"log",
"ring",
"rustls-webpki",
"sct",
]
[[package]]
name = "rustls-webpki"
version = "0.100.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6207cd5ed3d8dca7816f8f3725513a34609c0c765bf652b8c3cb4cfd87db46b"
dependencies = [
"ring",
"untrusted",
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "rustversion"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2022-01-01 11:12:50 +00:00
[[package]]
name = "rustybuzz"
version = "0.7.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "162bdf42e261bee271b3957691018634488084ef577dddeb6420a9684cab2a6a"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags 1.3.2",
2022-01-01 11:12:50 +00:00
"bytemuck",
"smallvec",
"ttf-parser",
2022-01-01 11:12:50 +00:00
"unicode-bidi-mirroring",
"unicode-ccc",
"unicode-general-category",
"unicode-script",
]
[[package]]
name = "ryu"
2023-03-21 09:05:46 +00:00
version = "1.0.13"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2022-01-01 11:12:50 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2023-06-26 11:57:21 +00:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2023-04-06 13:50:15 +00:00
[[package]]
name = "semver"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-01-01 11:12:50 +00:00
[[package]]
name = "serde"
2023-05-19 15:21:02 +00:00
version = "1.0.163"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2022-01-01 11:12:50 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-05-19 15:21:02 +00:00
version = "1.0.163"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2022-01-01 11:12:50 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-19 15:21:02 +00:00
"syn 2.0.16",
2022-01-01 11:12:50 +00:00
]
2021-12-14 13:24:02 +00:00
[[package]]
name = "serde_json"
version = "1.0.96"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2021-12-14 13:24:02 +00:00
dependencies = [
2023-03-21 09:05:46 +00:00
"itoa",
2021-12-14 13:24:02 +00:00
"ryu",
"serde",
]
2023-04-26 09:31:32 +00:00
[[package]]
name = "serde_spanned"
2023-05-19 15:21:02 +00:00
version = "0.6.2"
2023-04-26 09:31:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
2023-04-26 09:31:32 +00:00
dependencies = [
"serde",
]
2023-02-06 10:52:31 +00:00
[[package]]
name = "serde_yaml"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap",
"ryu",
"serde",
"yaml-rust",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "simd-adler32"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
2022-01-01 11:12:50 +00:00
[[package]]
name = "simplecss"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
dependencies = [
"log",
]
[[package]]
name = "siphasher"
2022-05-19 11:14:15 +00:00
version = "0.3.10"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 11:14:15 +00:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2022-01-01 11:12:50 +00:00
[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "smallvec"
2022-10-15 15:37:01 +00:00
version = "1.10.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 15:37:01 +00:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-01-01 11:12:50 +00:00
2023-06-26 11:57:21 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-09-20 11:05:55 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2023-04-23 12:33:56 +00:00
[[package]]
name = "stacker"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
dependencies = [
"cc",
"cfg-if",
"libc",
"psm",
"winapi",
]
[[package]]
name = "stderrlog"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69a26bbf6de627d389164afa9783739b56746c6c72c4ed16539f4ff54170327b"
dependencies = [
"atty",
"log",
"termcolor",
"thread_local",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "str_stack"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9091b6114800a5f2141aee1d1b9d6ca3592ac062dc5decb3764ec5895a47b4eb"
[[package]]
name = "strict-num"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9df65f20698aeed245efdde3628a6b559ea1239bbb871af1b6e3b58c413b2bd1"
dependencies = [
"float-cmp",
]
2023-03-30 19:59:28 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2023-03-14 21:35:31 +00:00
[[package]]
name = "strum"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
dependencies = [
"strum_macros",
]
[[package]]
name = "strum_macros"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
dependencies = [
"heck",
"proc-macro2",
"quote",
"rustversion",
2023-03-21 09:05:46 +00:00
"syn 1.0.109",
2023-03-14 21:35:31 +00:00
]
2022-06-10 21:53:20 +00:00
[[package]]
name = "subsetter"
2023-03-19 19:58:03 +00:00
version = "0.1.1"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-19 19:58:03 +00:00
checksum = "09eab8a83bff89ba2200bd4c59be45c7c787f988431b936099a5a266c957f2f9"
2022-06-10 21:53:20 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "svg2pdf"
2022-12-31 10:00:01 +00:00
version = "0.4.1"
2023-05-19 15:21:02 +00:00
source = "git+https://github.com/typst/svg2pdf#35f4bb87fb677473661c6d12919e01a6d64a716d"
2022-01-01 11:12:50 +00:00
dependencies = [
"image",
2023-05-02 12:08:23 +00:00
"miniz_oxide",
2022-01-01 11:12:50 +00:00
"pdf-writer",
"usvg",
]
[[package]]
name = "svgtypes"
version = "0.11.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed4b0611e7f3277f68c0fa18e385d9e2d26923691379690039548f867cef02a7"
2022-01-01 11:12:50 +00:00
dependencies = [
"kurbo",
2022-01-01 11:12:50 +00:00
"siphasher",
]
[[package]]
name = "syn"
2023-03-21 09:05:46 +00:00
version = "1.0.109"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
2023-05-19 15:21:02 +00:00
version = "2.0.16"
2023-03-21 09:05:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"
2022-01-01 11:12:50 +00:00
dependencies = [
"proc-macro2",
"quote",
2022-05-19 11:14:15 +00:00
"unicode-ident",
2022-01-01 11:12:50 +00:00
]
[[package]]
name = "synstructure"
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"unicode-xid",
]
2021-12-14 13:24:02 +00:00
[[package]]
name = "syntect"
2022-06-10 21:53:20 +00:00
version = "5.0.0"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 21:53:20 +00:00
checksum = "c6c454c27d9d7d9a84c7803aaa3c50cd088d2906fe3c6e42da3209aa623576a8"
2021-12-14 13:24:02 +00:00
dependencies = [
"bincode",
"bitflags 1.3.2",
2021-12-14 13:24:02 +00:00
"fancy-regex",
"flate2",
"fnv",
"lazy_static",
2022-06-10 21:53:20 +00:00
"once_cell",
"regex-syntax 0.6.29",
2021-12-14 13:24:02 +00:00
"serde",
"serde_derive",
"serde_json",
2022-06-10 21:53:20 +00:00
"thiserror",
2021-12-14 13:24:02 +00:00
"walkdir",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
2023-06-26 11:57:21 +00:00
[[package]]
name = "tar"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
dependencies = [
"filetime",
"libc",
"xattr",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "tempfile"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.45.0",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "termcolor"
version = "1.1.3"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2022-01-01 11:12:50 +00:00
dependencies = [
"winapi-util",
]
[[package]]
name = "textwrap"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2022-05-19 11:14:15 +00:00
[[package]]
name = "thiserror"
2023-03-21 09:05:46 +00:00
version = "1.0.40"
2022-05-19 11:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-05-19 11:14:15 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-03-21 09:05:46 +00:00
version = "1.0.40"
2022-05-19 11:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-05-19 11:14:15 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-19 15:21:02 +00:00
"syn 2.0.16",
]
[[package]]
name = "thread_local"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
"cfg-if",
"once_cell",
2022-05-19 11:14:15 +00:00
]
[[package]]
name = "time"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
dependencies = [
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
dependencies = [
"time-core",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "tiny-skia"
2023-05-19 15:21:02 +00:00
version = "0.9.1"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "ce2986c82f77818c7b9144c70818fdde98db15308e329ae2f7204d767808fd3c"
2022-01-01 11:12:50 +00:00
dependencies = [
"arrayref",
"arrayvec",
2022-01-01 11:12:50 +00:00
"bytemuck",
"cfg-if",
"log",
2022-06-10 21:53:20 +00:00
"png",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7acb0ccda1ac91084353a56d0b69b0e29c311fd809d2088b1ed2f9ae1841c47"
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
2022-01-01 11:12:50 +00:00
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "tinystr"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
dependencies = [
"displaydoc",
"serde",
"zerovec",
2023-03-14 21:35:31 +00:00
]
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-04-26 09:31:32 +00:00
[[package]]
name = "toml"
2023-05-19 15:21:02 +00:00
version = "0.7.4"
2023-04-26 09:31:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
2023-04-26 09:31:32 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
2023-05-19 15:21:02 +00:00
version = "0.6.2"
2023-04-26 09:31:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
2023-04-26 09:31:32 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2023-05-19 15:21:02 +00:00
version = "0.19.9"
2023-04-26 09:31:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"
2023-04-26 09:31:32 +00:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2023-04-23 12:33:56 +00:00
[[package]]
name = "tracing"
2023-05-02 12:08:23 +00:00
version = "0.1.37"
2023-04-23 12:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-02 12:08:23 +00:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2023-04-23 12:33:56 +00:00
dependencies = [
2023-05-02 12:08:23 +00:00
"cfg-if",
2023-04-23 12:33:56 +00:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.24"
2023-04-23 12:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
2023-04-23 12:33:56 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-05-19 15:21:02 +00:00
"syn 2.0.16",
2023-04-23 12:33:56 +00:00
]
[[package]]
name = "tracing-core"
2023-05-19 15:21:02 +00:00
version = "0.1.31"
2023-04-23 12:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2023-04-23 12:33:56 +00:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-error"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e"
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-flame"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bae117ee14789185e129aaee5d93750abe67fdc5a9a62650452bfe4e122a3a9"
dependencies = [
"lazy_static",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.17"
2023-04-23 12:33:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2023-04-23 12:33:56 +00:00
dependencies = [
"nu-ansi-term",
"sharded-slab",
"smallvec",
"thread_local",
"tracing-core",
"tracing-log",
]
2023-01-22 12:19:48 +00:00
[[package]]
name = "ttf-parser"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633"
2022-02-07 19:00:21 +00:00
[[package]]
name = "typed-arena"
2023-03-21 09:05:46 +00:00
version = "2.0.2"
2022-02-07 19:00:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2022-02-07 19:00:21 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "typst"
2023-06-09 14:24:34 +00:00
version = "0.5.0"
2022-01-01 11:12:50 +00:00
dependencies = [
2023-05-19 15:21:02 +00:00
"bitflags 2.3.1",
2022-01-24 15:38:34 +00:00
"bytemuck",
2022-09-21 15:50:58 +00:00
"comemo",
2023-02-23 11:15:38 +00:00
"ecow",
2022-01-24 15:48:24 +00:00
"flate2",
2023-04-18 17:04:46 +00:00
"fontdb",
2022-12-14 09:10:26 +00:00
"if_chain",
2022-01-01 11:12:50 +00:00
"image",
"indexmap",
2023-01-23 15:01:15 +00:00
"log",
2023-05-02 12:08:23 +00:00
"miniz_oxide",
2022-01-01 11:12:50 +00:00
"once_cell",
"pdf-writer",
2022-01-24 15:48:24 +00:00
"pixglyph",
2022-05-03 14:59:13 +00:00
"regex",
2022-01-01 11:12:50 +00:00
"resvg",
2022-01-24 15:48:24 +00:00
"roxmltree",
2022-01-01 11:12:50 +00:00
"rustybuzz",
"serde",
2022-09-20 11:05:55 +00:00
"siphasher",
2023-04-23 12:33:56 +00:00
"stacker",
2022-06-10 21:53:20 +00:00
"subsetter",
2022-01-01 11:12:50 +00:00
"svg2pdf",
"time",
2022-01-01 11:12:50 +00:00
"tiny-skia",
2023-06-26 11:57:21 +00:00
"toml",
2023-04-23 12:33:56 +00:00
"tracing",
"ttf-parser",
2022-01-01 11:12:50 +00:00
"typst-macros",
"unicode-general-category",
"unicode-ident",
2023-01-22 12:19:48 +00:00
"unicode-math-class",
2022-01-01 11:12:50 +00:00
"unicode-segmentation",
2022-04-16 20:23:57 +00:00
"unscanny",
2022-01-01 11:12:50 +00:00
"usvg",
2023-02-12 22:32:14 +00:00
"xmp-writer",
2022-11-03 10:44:53 +00:00
]
[[package]]
name = "typst-cli"
2023-06-09 14:24:34 +00:00
version = "0.5.0"
2022-11-03 10:44:53 +00:00
dependencies = [
"chrono",
2023-05-19 15:21:02 +00:00
"clap 4.2.7",
"clap_complete",
"clap_mangen",
2022-11-03 10:44:53 +00:00
"codespan-reporting",
"comemo",
"dirs",
2023-06-26 11:57:21 +00:00
"flate2",
2023-04-23 12:33:56 +00:00
"inferno",
2022-11-03 10:44:53 +00:00
"memmap2",
"notify",
"once_cell",
2023-04-04 12:12:19 +00:00
"open",
2022-11-03 10:44:53 +00:00
"same-file",
"siphasher",
2023-06-26 11:57:21 +00:00
"tar",
2023-04-23 12:33:56 +00:00
"tempfile",
"tracing",
"tracing-error",
"tracing-flame",
"tracing-subscriber",
2022-11-03 10:44:53 +00:00
"typst",
"typst-library",
2023-06-26 11:57:21 +00:00
"ureq",
2022-11-03 10:44:53 +00:00
"walkdir",
]
2023-02-06 10:52:31 +00:00
[[package]]
name = "typst-docs"
2023-06-09 14:24:34 +00:00
version = "0.5.0"
2023-02-06 10:52:31 +00:00
dependencies = [
"comemo",
"heck",
"include_dir",
"once_cell",
"pulldown-cmark",
"serde",
"serde_yaml",
2023-05-17 12:38:03 +00:00
"typed-arena",
2023-02-06 10:52:31 +00:00
"typst",
"typst-library",
"unicode_names2",
"unscanny",
"yaml-front-matter",
]
2022-11-03 10:44:53 +00:00
[[package]]
name = "typst-library"
2023-06-09 14:24:34 +00:00
version = "0.5.0"
2022-11-03 10:44:53 +00:00
dependencies = [
"az",
2023-04-06 13:50:15 +00:00
"chinese-number",
2022-11-03 10:44:53 +00:00
"comemo",
"csv",
2023-02-23 11:15:38 +00:00
"ecow",
2023-03-14 21:35:31 +00:00
"hayagriva",
2022-11-03 10:44:53 +00:00
"hypher",
"icu_properties",
"icu_provider",
"icu_provider_adapters",
"icu_provider_blob",
"icu_segmenter",
2022-11-03 10:44:53 +00:00
"kurbo",
"lipsum",
2023-02-01 12:32:39 +00:00
"log",
2022-11-03 10:44:53 +00:00
"once_cell",
"roxmltree",
"rustybuzz",
"serde_json",
"serde_yaml",
2023-03-17 10:32:15 +00:00
"smallvec",
2022-11-03 10:44:53 +00:00
"syntect",
"time",
2023-04-26 09:31:32 +00:00
"toml",
2023-04-23 12:33:56 +00:00
"tracing",
"ttf-parser",
2022-11-03 10:44:53 +00:00
"typed-arena",
"typst",
"unicode-bidi",
2023-01-22 12:19:48 +00:00
"unicode-math-class",
2022-11-03 10:44:53 +00:00
"unicode-script",
2022-12-06 11:37:08 +00:00
"unicode-segmentation",
2022-01-01 11:12:50 +00:00
]
[[package]]
name = "typst-macros"
2023-06-09 14:24:34 +00:00
version = "0.5.0"
2022-01-01 11:12:50 +00:00
dependencies = [
2023-03-13 20:39:38 +00:00
"heck",
2022-01-01 11:12:50 +00:00
"proc-macro2",
"quote",
2023-06-06 19:13:59 +00:00
"syn 2.0.16",
2022-01-01 11:12:50 +00:00
]
[[package]]
name = "typst-tests"
2023-06-09 14:24:34 +00:00
version = "0.5.0"
dependencies = [
2023-05-19 15:21:02 +00:00
"clap 4.2.7",
"comemo",
"iai",
"once_cell",
"oxipng",
2023-04-23 12:35:18 +00:00
"rayon",
"tiny-skia",
"ttf-parser",
"typst",
"typst-library",
"unscanny",
"walkdir",
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "unic-langid"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
dependencies = [
"tinystr",
]
2023-02-06 10:52:31 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "unicode-bidi"
2023-03-21 09:05:46 +00:00
version = "0.3.13"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-01-01 11:12:50 +00:00
[[package]]
name = "unicode-bidi-mirroring"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
[[package]]
name = "unicode-ccc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
[[package]]
name = "unicode-general-category"
version = "0.6.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7"
2022-01-01 11:12:50 +00:00
2022-05-19 11:14:15 +00:00
[[package]]
name = "unicode-ident"
2023-03-21 09:05:46 +00:00
version = "1.0.8"
2022-05-19 11:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-05-19 11:14:15 +00:00
2022-05-18 17:09:19 +00:00
[[package]]
2023-01-22 12:19:48 +00:00
name = "unicode-math-class"
2022-05-18 17:09:19 +00:00
version = "0.1.0"
2023-03-27 13:49:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d246cf599d5fae3c8d56e04b20eb519adb89a8af8d0b0fbcded369aa3647d65"
2022-05-18 17:09:19 +00:00
2023-03-14 21:35:31 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "unicode-script"
2022-09-19 08:55:22 +00:00
version = "0.5.5"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 08:55:22 +00:00
checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
2022-01-01 11:12:50 +00:00
[[package]]
name = "unicode-segmentation"
2023-03-21 09:05:46 +00:00
version = "1.10.1"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2022-01-01 11:12:50 +00:00
2023-04-18 17:04:46 +00:00
[[package]]
name = "unicode-vo"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
2022-01-01 11:12:50 +00:00
[[package]]
name = "unicode-width"
2022-09-19 08:55:22 +00:00
version = "0.1.10"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 08:55:22 +00:00
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2022-01-01 11:12:50 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2023-02-06 10:52:31 +00:00
[[package]]
name = "unicode_names2"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446c96c6dd42604779487f0a981060717156648c1706aa1f464677f03c6cc059"
2022-04-16 20:23:57 +00:00
[[package]]
name = "unscanny"
version = "0.1.0"
2022-06-10 21:53:20 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47"
2022-04-16 20:23:57 +00:00
2023-06-26 11:57:21 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "ureq"
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b11c96ac7ee530603dcdf68ed1557050f374ce55a5a07193ebf8cbc9f8927e9"
dependencies = [
"base64",
"flate2",
"log",
"once_cell",
"rustls",
"rustls-webpki",
"url",
"webpki-roots",
]
2023-03-14 21:35:31 +00:00
[[package]]
name = "url"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "usvg"
version = "0.32.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b44e14b7678bcc5947b397991432d0c4e02a103958a0ed5e1b9b961ddd08b21"
dependencies = [
2023-05-17 12:31:55 +00:00
"base64",
"log",
"pico-args",
"usvg-parser",
"usvg-text-layout",
"usvg-tree",
"xmlwriter",
]
[[package]]
name = "usvg-parser"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90c8251d965c2882a636ffcc054340b1f13a6bce68779cb5b2084d8ffc2535be"
2022-01-01 11:12:50 +00:00
dependencies = [
"data-url",
"flate2",
"imagesize",
"kurbo",
"log",
"rosvgtree",
"strict-num",
"svgtypes",
"usvg-tree",
]
[[package]]
name = "usvg-text-layout"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c4fed019d1af07bfe0f3bac13d120d7b51bc65b38cb24809cf4ed0b8b631138"
dependencies = [
2023-04-18 17:04:46 +00:00
"fontdb",
2022-01-01 11:12:50 +00:00
"kurbo",
"log",
2023-04-18 17:04:46 +00:00
"rustybuzz",
"unicode-bidi",
"unicode-script",
"unicode-vo",
"usvg-tree",
]
[[package]]
name = "usvg-tree"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7371265c467cdae0ccc3655e2e3f310c695fb9f717c0d25187bf3b333f7b5159"
dependencies = [
"kurbo",
"rctree",
"strict-num",
"svgtypes",
2022-01-01 11:12:50 +00:00
]
[[package]]
name = "utf8_iter"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a8922555b9500e3d865caed19330172cd67cbf82203f1a3311d8c305cc9f33"
2023-03-30 19:59:28 +00:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2023-04-23 12:33:56 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2023-02-06 10:52:31 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-05-18 17:09:19 +00:00
[[package]]
2022-01-01 11:12:50 +00:00
name = "walkdir"
2023-03-21 09:05:46 +00:00
version = "2.3.3"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2022-01-01 11:12:50 +00:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "wasi"
2022-09-19 08:55:22 +00:00
version = "0.11.0+wasi-snapshot-preview1"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 08:55:22 +00:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-01-01 11:12:50 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.16",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.16",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
2023-06-26 11:57:21 +00:00
[[package]]
name = "web-sys"
version = "0.3.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
dependencies = [
"rustls-webpki",
]
2022-05-18 17:09:19 +00:00
[[package]]
2022-06-10 21:53:20 +00:00
name = "weezl"
2022-09-19 08:55:22 +00:00
version = "0.1.7"
2022-05-18 17:09:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 08:55:22 +00:00
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2022-05-18 17:09:19 +00:00
[[package]]
name = "wild"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05b116685a6be0c52f5a103334cbff26db643826c7b3735fc0a3ba9871310a74"
dependencies = [
"glob",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.0",
]
2023-03-21 09:05:46 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
2023-03-21 09:05:46 +00:00
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-03-21 09:05:46 +00:00
]
2022-12-07 10:33:35 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-21 09:05:46 +00:00
version = "0.42.2"
2022-12-07 10:33:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-12-07 10:33:35 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-21 09:05:46 +00:00
version = "0.42.2"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_i686_gnu"
2023-03-21 09:05:46 +00:00
version = "0.42.2"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_i686_msvc"
2023-03-21 09:05:46 +00:00
version = "0.42.2"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-21 09:05:46 +00:00
version = "0.42.2"
2022-12-07 10:33:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-12-07 10:33:35 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2022-12-07 10:33:35 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-21 09:05:46 +00:00
version = "0.42.2"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-21 09:05:46 +00:00
version = "0.42.2"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-21 09:05:46 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-04-26 09:31:32 +00:00
[[package]]
name = "winnow"
2023-05-19 15:21:02 +00:00
version = "0.4.6"
2023-04-26 09:31:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-19 15:21:02 +00:00
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
2023-04-26 09:31:32 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "writeable"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60e49e42bdb1d5dc76f4cd78102f8f0714d32edfa3efb82286eb0f0b1fc0da0f"
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2023-06-26 11:57:21 +00:00
[[package]]
name = "xattr"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
dependencies = [
"libc",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "xmlparser"
2022-12-07 10:33:35 +00:00
version = "0.13.5"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-07 10:33:35 +00:00
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
2023-02-06 10:52:31 +00:00
[[package]]
name = "xmlwriter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
2023-02-12 22:32:14 +00:00
[[package]]
name = "xmp-writer"
version = "0.1.0"
2023-02-23 11:15:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fd742bbbb930fc972b28bf66b7546dfbc7bb9a4c7924299df0ae6a5641fcadf"
2023-02-12 22:32:14 +00:00
2023-02-06 10:52:31 +00:00
[[package]]
name = "yaml-front-matter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a94fb32d2b438e3fddf901fbfe9eb87b34d63853ca6c6da5d2ab7e27031e0bae"
dependencies = [
"serde",
"serde_yaml",
]
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "yoke"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af46c169923ed7516eef0aa32b56d2651b229f57458ebe46b49ddd6efef5b7a2"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"synstructure",
]
[[package]]
name = "zerofrom"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df54d76c3251de27615dfcce21e636c172dafb2549cd7fd93e21c66f6ca6bea2"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4eae7c1f7d4b8eafce526bc0771449ddc2f250881ae31c50d22c032b5a1c499"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"synstructure",
]
[[package]]
name = "zerovec"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "198f54134cd865f437820aa3b43d0ad518af4e68ee161b444cdd15d8e567c8ea"
dependencies = [
"serde",
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486558732d5dde10d0f8cb2936507c1bb21bc539d924c949baf5f36a58e51bac"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"synstructure",
]
[[package]]
name = "zopfli"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5b2bed49d3f0af28729a2338ee8c3a48eba2133a78ebc560779be161ebaaad8"
dependencies = [
"byteorder",
"crc32fast",
"log",
"simd-adler32",
"typed-arena",
]