typst/Cargo.lock

1453 lines
36 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"
2021-12-14 13:24:02 +00:00
[[package]]
name = "aho-corasick"
2022-09-19 08:55:22 +00:00
version = "0.7.19"
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 = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
2021-12-14 13:24:02 +00:00
dependencies = [
"memchr",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[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 = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
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"
2022-07-26 22:09:15 +00:00
[[package]]
name = "bstr"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "bumpalo"
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
2022-01-01 11:12:50 +00:00
[[package]]
name = "bytemuck"
2022-09-19 08:55:22 +00:00
version = "1.12.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 = "2f5715e491b5a1598fc2bef5a606847b5dc1d48ea625bd3c02c00de8285591da"
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"
version = "1.0.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
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"
2022-09-21 15:50:58 +00:00
[[package]]
name = "chrono"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
dependencies = [
"iana-time-zone",
"num-integer",
"num-traits",
"winapi",
]
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"
2022-09-21 15:50:58 +00:00
[[package]]
name = "comemo"
version = "0.1.0"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf2ceb1049619fdad21077121c28bffa1552627a1a5f0a0ee97a83e53fe45fd0"
2022-09-21 15:50:58 +00:00
dependencies = [
"comemo-macros",
"siphasher",
]
[[package]]
name = "comemo-macros"
version = "0.1.0"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4cdbf89b08c431b3ae1ed7d571f293f620311e529b4c2595a39161312d964e"
2022-09-21 15:50:58 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2022-01-01 11:12:50 +00:00
[[package]]
name = "crc32fast"
2022-02-18 16:45:25 +00:00
version = "1.3.2"
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 = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2022-01-01 11:12:50 +00:00
dependencies = [
"cfg-if",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "crossbeam-channel"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2022-09-30 09:22:45 +00:00
version = "0.8.12"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-30 09:22:45 +00:00
checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
2022-09-21 15:50:58 +00:00
dependencies = [
"cfg-if",
]
2022-07-26 22:09:15 +00:00
[[package]]
name = "csv"
version = "1.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
dependencies = [
"bstr",
"csv-core",
"itoa 0.4.8",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
dependencies = [
"memchr",
]
2022-10-15 15:37:01 +00:00
[[package]]
name = "cxx"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19f39818dcfc97d45b03953c1292efc4e80954e1583c4aa770bac1383e2310a4"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e580d70777c116df50c390d1211993f62d40302881e54d4b79727acb83d0199"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56a46460b88d1cec95112c8c363f0e2c39afdb237f60583b0b36343bf627ea9c"
[[package]]
name = "cxxbridge-macro"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "747b608fecf06b0d72d440f27acc99288207324b793be2c17991839f3d4995ea"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "data-url"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
dependencies = [
"matches",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2022-05-19 11:14:15 +00:00
version = "0.3.7"
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 = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2022-01-01 11:12:50 +00:00
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "either"
2022-09-19 08:55:22 +00:00
version = "1.8.0"
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 = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2022-01-01 11:12:50 +00:00
2022-09-20 11:05:55 +00:00
[[package]]
name = "elsa"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b4b5d23ed6b6948d68240aafa4ac98e568c9a020efd9d4201a6288bc3006e09"
dependencies = [
"stable_deref_trait",
]
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",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "filetime"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"windows-sys",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "flate2"
2022-06-10 21:53:20 +00:00
version = "1.0.24"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 21:53:20 +00:00
checksum = "f82b0f4c27ad9f8bfd1f3208d882da2b09c301bc1c828fd3a00d0216d2fbbff6"
2022-01-01 11:12:50 +00:00
dependencies = [
"crc32fast",
2022-06-10 21:53:20 +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"
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",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "getrandom"
2022-09-19 08:55:22 +00:00
version = "0.2.7"
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 = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
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
]
2021-12-14 13:24:02 +00:00
[[package]]
2022-06-10 21:53:20 +00:00
name = "gif"
2022-09-19 08:55:22 +00:00
version = "0.11.4"
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 = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
2022-06-10 21:53:20 +00:00
dependencies = [
"color_quant",
"weezl",
]
2021-12-14 13:24:02 +00:00
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",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "iana-time-zone"
2022-10-15 15:37:01 +00:00
version = "0.1.51"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 15:37:01 +00:00
checksum = "f5a6ef98976b22b3b7f2f3a806f858cb862044cfa66805aa3ad84cb3d3b785ed"
2022-09-21 15:50:58 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-15 15:37:01 +00:00
"iana-time-zone-haiku",
2022-09-21 15:50:58 +00:00
"js-sys",
"wasm-bindgen",
"winapi",
]
2022-10-15 15:37:01 +00:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde6edd6cef363e9359ed3c98ba64590ba9eecba2293eb5a723ab32aee8926aa"
dependencies = [
"cxx",
"cxx-build",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "image"
2022-09-30 09:22:45 +00:00
version = "0.24.4"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-30 09:22:45 +00:00
checksum = "bd8e4fb07cf672b1642304e731ef8a6a4c7891d67bb4fd4f5ce58cd6ed86803c"
2022-01-01 11:12:50 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
2022-06-10 21:53:20 +00:00
"gif",
2022-01-01 11:12:50 +00:00
"jpeg-decoder",
"num-rational",
"num-traits",
2022-06-10 21:53:20 +00:00
"png",
2021-12-14 13:24:02 +00:00
]
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",
"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",
]
2022-05-18 17:09:19 +00:00
[[package]]
name = "itertools"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
dependencies = [
"either",
]
2022-07-26 22:09:15 +00:00
[[package]]
name = "itoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2021-12-14 13:24:02 +00:00
[[package]]
name = "itoa"
2022-10-15 15:37:01 +00:00
version = "1.0.4"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 15:37:01 +00:00
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2021-12-14 13:24:02 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "jpeg-decoder"
2022-06-10 21:53:20 +00:00
version = "0.2.6"
2022-05-18 17:09:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 21:53:20 +00:00
checksum = "9478aa10f73e7528198d75109c8be5cd7d15fb530238040148d5f9a22d4c5b3b"
2022-05-18 17:09:19 +00:00
2022-09-21 15:50:58 +00:00
[[package]]
name = "js-sys"
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kqueue"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d6112e8f37b59803ac47a42d14f1f3a59bbf72fc6857ffc5be455e28a691f8e"
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",
"libc",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "kurbo"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
dependencies = [
"arrayvec 0.7.2",
]
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-05-18 17:09:19 +00:00
[[package]]
name = "lexical-core"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
dependencies = [
"arrayvec 0.5.2",
"bitflags",
"cfg-if",
"ryu",
"static_assertions",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "libc"
2022-10-15 15:37:01 +00:00
version = "0.2.135"
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 = "68783febc7782c6c5cb401fbda4de5a9898be1762314da0bb2c10ced61f18b0c"
[[package]]
name = "link-cplusplus"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
dependencies = [
"cc",
]
2022-01-01 11:12:50 +00:00
2022-04-25 10:58:10 +00:00
[[package]]
name = "lipsum"
2022-06-10 21:53:20 +00:00
version = "0.8.2"
2022-06-13 17:44:57 +00:00
source = "git+https://github.com/reknih/lipsum#025427353ab32268daa3d96feda380a96db529c5"
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
]
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",
]
[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
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"
2022-09-19 08:55:22 +00:00
version = "0.5.7"
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 = "95af15f345b17af2efc8ead6080fb8bc376f8cec1b35277b935637595fe77498"
2022-01-01 11:12:50 +00:00
dependencies = [
"libc",
]
[[package]]
name = "miniz_oxide"
2022-09-19 08:55:22 +00:00
version = "0.5.4"
2022-02-18 16:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-19 08:55:22 +00:00
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
2022-02-18 16:45:25 +00:00
dependencies = [
"adler",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "mio"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
dependencies = [
"libc",
"log",
"wasi",
"windows-sys",
]
2022-05-18 17:09:19 +00:00
[[package]]
name = "nom"
version = "5.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
dependencies = [
"lexical-core",
"memchr",
"version_check",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "notify"
version = "5.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a"
dependencies = [
"bitflags",
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"mio",
"walkdir",
"winapi",
]
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",
]
[[package]]
name = "once_cell"
2022-09-30 09:22:45 +00:00
version = "1.15.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-30 09:22:45 +00:00
checksum = "e82dad04139b71a90c080c8463fe0dc7902db5192d939bd0950f074d014339e1"
2022-05-18 17:09:19 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "pdf-writer"
2022-06-10 21:53:20 +00:00
version = "0.6.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 21:53:20 +00:00
checksum = "249f9b33a3192626f2cd9f4b0cd66c1ec32d65968d58cf4d8239977feddddead"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags",
2022-10-15 15:37:01 +00:00
"itoa 1.0.4",
2022-01-01 11:12:50 +00:00
"ryu",
]
[[package]]
name = "pico-args"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
2022-01-24 15:48:24 +00:00
[[package]]
name = "pixglyph"
version = "0.1.0"
2022-09-30 09:22:45 +00:00
source = "git+https://github.com/typst/pixglyph#131ea492ceada591c7e2d6dd2a5958ae325bd0d4"
2022-01-24 15:48:24 +00:00
dependencies = [
2022-10-15 15:37:01 +00:00
"ttf-parser 0.17.1",
2022-01-24 15:48:24 +00:00
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "png"
2022-09-19 08:55:22 +00:00
version = "0.17.6"
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 = "8f0e7f4c94ec26ff209cee506314212639d6c91b80afb82984819fafce9df01c"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags",
"crc32fast",
2022-09-19 08:55:22 +00:00
"flate2",
2022-06-10 21:53:20 +00:00
"miniz_oxide",
2022-01-01 11:12:50 +00:00
]
2022-04-25 10:58:10 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2022-01-01 11:12:50 +00:00
[[package]]
name = "proc-macro2"
2022-10-15 15:37:01 +00:00
version = "1.0.47"
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 = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
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
]
[[package]]
name = "quote"
2022-09-19 08:55:22 +00:00
version = "1.0.21"
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 = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2022-01-01 11:12:50 +00:00
dependencies = [
"proc-macro2",
]
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
2022-01-01 11:12:50 +00:00
[[package]]
name = "rctree"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ae028b272a6e99d9f8260ceefa3caa09300a8d6c8d2b2001316474bc52122e9"
[[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",
]
[[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",
2022-01-01 11:12:50 +00:00
"redox_syscall",
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"
2022-09-19 08:55:22 +00:00
version = "1.6.0"
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 = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2021-12-14 13:24:02 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2022-07-26 22:09:15 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2021-12-14 13:24:02 +00:00
[[package]]
name = "regex-syntax"
2022-09-19 08:55:22 +00:00
version = "0.6.27"
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 = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
2021-12-14 13:24:02 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "resvg"
2022-06-10 21:53:20 +00:00
version = "0.22.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 21:53:20 +00:00
checksum = "2e702d1e8e00a3a0717b96244cba840f34f542d8f23097c8903266c4e2975658"
2022-01-01 11:12:50 +00:00
dependencies = [
2022-06-10 21:53:20 +00:00
"gif",
2022-01-01 11:12:50 +00:00
"jpeg-decoder",
"log",
"pico-args",
2022-06-10 21:53:20 +00:00
"png",
2022-01-01 11:12:50 +00:00
"rgb",
2022-01-24 15:38:34 +00:00
"svgtypes",
2022-01-01 11:12:50 +00:00
"tiny-skia",
"usvg",
]
2022-05-18 17:09:19 +00:00
[[package]]
name = "rex"
version = "0.1.2"
2022-09-30 09:22:45 +00:00
source = "git+https://github.com/laurmaedje/ReX#672c321a947f945e9ba936ae9fbd982c4e043f1c"
2022-05-18 17:09:19 +00:00
dependencies = [
2022-06-10 21:53:20 +00:00
"itertools",
"nom",
2022-10-15 15:37:01 +00:00
"ttf-parser 0.17.1",
2022-05-18 17:09:19 +00:00
"unicode-math",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "rgb"
2022-09-19 08:55:22 +00:00
version = "0.8.34"
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 = "3603b7d71ca82644f79b5a06d1220e9a58ede60bd32255f698cb1af8838b8db3"
2022-01-01 11:12:50 +00:00
dependencies = [
"bytemuck",
]
[[package]]
name = "roxmltree"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
dependencies = [
"xmlparser",
]
[[package]]
name = "rustybuzz"
2022-09-19 08:55:22 +00:00
version = "0.5.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 = "a617c811f5c9a7060fe511d35d13bf5b9f0463ce36d63ce666d05779df2b4eba"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags",
"bytemuck",
"smallvec",
2022-09-30 09:22:45 +00:00
"ttf-parser 0.15.2",
2022-01-01 11:12:50 +00:00
"unicode-bidi-mirroring",
"unicode-ccc",
"unicode-general-category",
"unicode-script",
]
[[package]]
name = "ryu"
2022-09-19 08:55:22 +00:00
version = "1.0.11"
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 = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2022-01-01 11:12:50 +00:00
[[package]]
name = "safe_arch"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
dependencies = [
"bytemuck",
]
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-10-15 15:37:01 +00:00
[[package]]
name = "scratch"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
2022-01-01 11:12:50 +00:00
[[package]]
name = "serde"
2022-09-30 09:22:45 +00:00
version = "1.0.145"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-30 09:22:45 +00:00
checksum = "728eb6351430bccb993660dfffc5a72f91ccc1295abaa8ce19b27ebe4f75568b"
2022-01-01 11:12:50 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-09-30 09:22:45 +00:00
version = "1.0.145"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-30 09:22:45 +00:00
checksum = "81fa1584d3d1bcacd84c277a0dfe21f5b0f6accf4a23d04d4c6d61f1af522b4c"
2022-01-01 11:12:50 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-12-14 13:24:02 +00:00
[[package]]
name = "serde_json"
2022-10-15 15:37:01 +00:00
version = "1.0.86"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 15:37:01 +00:00
checksum = "41feea4228a6f1cd09ec7a3593a682276702cd67b5273544757dae23c096f074"
2021-12-14 13:24:02 +00:00
dependencies = [
2022-10-15 15:37:01 +00:00
"itoa 1.0.4",
2021-12-14 13:24:02 +00:00
"ryu",
"serde",
]
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 = "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
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"
2022-05-18 17:09:19 +00:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2022-06-10 21:53:20 +00:00
[[package]]
name = "subsetter"
version = "0.1.0"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7965addcab1ea757e91d2c870b7d0146c3e7388ab85a6ec052dbe0ab2eaa3c18"
2022-06-10 21:53:20 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "svg2pdf"
2022-06-10 21:53:20 +00:00
version = "0.4.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 21:53:20 +00:00
checksum = "2f7148684e1eb24d211bf6a5bd6dad43957d665b1fcfc77daf9a72961fe41d33"
2022-01-01 11:12:50 +00:00
dependencies = [
"image",
2022-06-10 21:53:20 +00:00
"miniz_oxide",
2022-01-01 11:12:50 +00:00
"pdf-writer",
"usvg",
]
[[package]]
name = "svgtypes"
2022-09-19 08:55:22 +00:00
version = "0.8.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 = "cc802f68b144cdf4d8ff21301f9a7863e837c627fde46537e29c05e8a18c85c1"
2022-01-01 11:12:50 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "syn"
2022-10-15 15:37:01 +00:00
version = "1.0.102"
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 = "3fcd952facd492f9be3ef0d0b7032a6e442ee9b361d4acc2b1d0c4aaa5f613a1"
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
]
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",
"fancy-regex",
"flate2",
"fnv",
"lazy_static",
2022-06-10 21:53:20 +00:00
"once_cell",
2021-12-14 13:24:02 +00:00
"regex-syntax",
"serde",
"serde_derive",
"serde_json",
2022-06-10 21:53:20 +00:00
"thiserror",
2021-12-14 13:24:02 +00:00
"walkdir",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "termcolor"
2022-05-19 11:14:15 +00:00
version = "1.1.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 = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2022-01-01 11:12:50 +00:00
dependencies = [
"winapi-util",
]
2022-05-19 11:14:15 +00:00
[[package]]
name = "thiserror"
2022-09-30 09:22:45 +00:00
version = "1.0.37"
2022-05-19 11:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-30 09:22:45 +00:00
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
2022-05-19 11:14:15 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-09-30 09:22:45 +00:00
version = "1.0.37"
2022-05-19 11:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-30 09:22:45 +00:00
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
2022-05-19 11:14:15 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "tiny-skia"
2022-09-19 08:55:22 +00:00
version = "0.6.6"
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 = "d049bfef0eaa2521e75d9ffb5ce86ad54480932ae19b85f78bec6f52c4d30d78"
2022-01-01 11:12:50 +00:00
dependencies = [
"arrayref",
"arrayvec 0.5.2",
"bytemuck",
"cfg-if",
2022-06-10 21:53:20 +00:00
"png",
2022-01-01 11:12:50 +00:00
"safe_arch",
]
[[package]]
name = "ttf-parser"
2022-09-19 08:55:22 +00:00
version = "0.15.2"
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 = "7b3e06c9b9d80ed6b745c7159c40b311ad2916abb34a49e9be2653b90db0d8dd"
2022-05-18 17:09:19 +00:00
2022-09-30 09:22:45 +00:00
[[package]]
name = "ttf-parser"
2022-10-15 15:37:01 +00:00
version = "0.17.1"
2022-09-30 09:22:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 15:37:01 +00:00
checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff"
2022-09-30 09:22:45 +00:00
2022-02-07 19:00:21 +00:00
[[package]]
name = "typed-arena"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
2022-01-01 11:12:50 +00:00
[[package]]
name = "typst"
version = "0.1.0"
dependencies = [
2022-09-19 15:44:40 +00:00
"bitflags",
2022-01-24 15:38:34 +00:00
"bytemuck",
2022-09-21 15:50:58 +00:00
"comemo",
2022-09-20 11:05:55 +00:00
"elsa",
2022-01-24 15:48:24 +00:00
"flate2",
2022-01-01 11:12:50 +00:00
"iai",
"image",
2022-06-10 21:53:20 +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-05-18 17:09:19 +00:00
"rex",
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",
2022-06-10 21:53:20 +00:00
"subsetter",
2022-01-01 11:12:50 +00:00
"svg2pdf",
2021-12-14 13:24:02 +00:00
"syntect",
2022-01-01 11:12:50 +00:00
"tiny-skia",
2022-10-15 15:37:01 +00:00
"ttf-parser 0.17.1",
2022-11-03 10:44:53 +00:00
"typst-library",
2022-01-01 11:12:50 +00:00
"typst-macros",
"unicode-segmentation",
"unicode-xid",
2022-04-16 20:23:57 +00:00
"unscanny",
2022-01-01 11:12:50 +00:00
"usvg",
"walkdir",
2022-11-03 10:44:53 +00:00
]
[[package]]
name = "typst-cli"
version = "0.1.0"
dependencies = [
"chrono",
"codespan-reporting",
"comemo",
"dirs",
"elsa",
"memmap2",
"notify",
"once_cell",
"pico-args",
"same-file",
"siphasher",
"typst",
"typst-library",
"walkdir",
]
[[package]]
name = "typst-library"
version = "0.1.0"
dependencies = [
"comemo",
"csv",
"hypher",
"kurbo",
"lipsum",
"once_cell",
"rex",
"roxmltree",
"rustybuzz",
"serde_json",
"syntect",
"ttf-parser 0.17.1",
"typed-arena",
"typst",
"unicode-bidi",
"unicode-math",
"unicode-script",
"unscanny",
2022-01-01 11:12:50 +00:00
"xi-unicode",
]
[[package]]
name = "typst-macros"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "unicode-bidi"
2022-05-19 11:14:15 +00:00
version = "0.3.8"
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 = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07547e3ee45e28326cc23faac56d44f58f16ab23e413db526debce3b0bfd2742"
2022-05-19 11:14:15 +00:00
[[package]]
name = "unicode-ident"
2022-10-15 15:37:01 +00:00
version = "1.0.5"
2022-05-19 11:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-15 15:37:01 +00:00
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2022-05-19 11:14:15 +00:00
2022-05-18 17:09:19 +00:00
[[package]]
name = "unicode-math"
version = "0.1.0"
source = "git+https://github.com/s3bk/unicode-math/#8ab17ee2b125747876f48dfb579d58482bf876e5"
dependencies = [
"regex",
]
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"
2022-09-19 08:55:22 +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-09-19 08:55:22 +00:00
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
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"
2022-09-19 08:55:22 +00:00
version = "0.2.4"
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 = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-01-01 11:12:50 +00:00
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
2022-01-01 11:12:50 +00:00
[[package]]
name = "usvg"
2022-06-10 21:53:20 +00:00
version = "0.22.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 21:53:20 +00:00
checksum = "a261d60a7215fa339482047cc3dafd4e22e2bf34396aaebef2b707355bbb39c0"
2022-01-01 11:12:50 +00:00
dependencies = [
"base64",
"data-url",
"flate2",
"float-cmp",
"kurbo",
"log",
"pico-args",
"rctree",
"roxmltree",
"simplecss",
"siphasher",
"svgtypes",
]
2022-05-18 17:09:19 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2022-01-01 11:12:50 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
"winapi",
"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
2022-09-21 15:50:58 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
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
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"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-01-01 11:12:50 +00:00
[[package]]
name = "xi-unicode"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
[[package]]
name = "xmlparser"
version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"