typst/Cargo.lock

1447 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-12-07 10:33:35 +00:00
version = "0.7.20"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-07 10:33:35 +00:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
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"
2022-12-07 10:33:35 +00:00
version = "0.13.1"
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 = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-01-01 11:12:50 +00:00
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"
2022-12-07 10:33:35 +00:00
version = "3.11.1"
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 = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-09-21 15:50:58 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "bytemuck"
2022-12-07 10:33:35 +00:00
version = "1.12.3"
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 = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
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.78"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
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"
2022-09-21 15:50:58 +00:00
[[package]]
name = "chrono"
2022-12-07 10:33:35 +00:00
version = "0.4.23"
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 = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2022-09-21 15:50:58 +00:00
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-12-02 12:17:07 +00:00
source = "git+https://github.com/typst/comemo#36fb31c76eb42d67244bd9c7a2630c29767912f2"
2022-09-21 15:50:58 +00:00
dependencies = [
"comemo-macros",
"siphasher",
]
[[package]]
name = "comemo-macros"
version = "0.1.0"
2022-12-02 12:17:07 +00:00
source = "git+https://github.com/typst/comemo#36fb31c76eb42d67244bd9c7a2630c29767912f2"
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-12-07 10:33:35 +00:00
version = "0.8.14"
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 = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
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.85"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5add3fc1717409d029b20c5b6903fc0c0b02fa6741d820054f4a2efa5e5816fd"
2022-10-15 15:37:01 +00:00
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.85"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c87959ba14bc6fbc61df77c3fcfe180fc32b93538c4f1031dd802ccb5f2ff0"
2022-10-15 15:37:01 +00:00
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.85"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69a3e162fde4e594ed2b07d0f83c6c67b745e7f28ce58c6df5e6b6bef99dfb59"
2022-10-15 15:37:01 +00:00
[[package]]
name = "cxxbridge-macro"
version = "1.0.85"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e7e2adeb6a0d4a282e581096b06e1791532b7d576dcde5ccd9382acf55db8e6"
2022-10-15 15:37:01 +00:00
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",
]
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.19"
2022-09-21 15:50:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e884668cd0c7480504233e951174ddc3b382f7c2666e3b7310b5c4e7b0c37f9"
2022-09-21 15:50:58 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"windows-sys",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "flate2"
2022-12-07 10:33:35 +00:00
version = "1.0.25"
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 = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2022-01-01 11:12:50 +00:00
dependencies = [
"crc32fast",
2022-12-07 10:33:35 +00:00
"miniz_oxide 0.6.2",
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-12-07 10:33:35 +00:00
version = "0.2.8"
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 = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
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-12-07 10:33:35 +00:00
version = "0.1.53"
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 = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
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"
2022-12-07 10:33:35 +00:00
version = "0.1.1"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-07 10:33:35 +00:00
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
2022-10-15 15:37:01 +00:00
dependencies = [
"cxx",
"cxx-build",
]
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"
2022-12-07 10:33:35 +00:00
version = "0.24.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 = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
2022-01-01 11:12:50 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
2022-06-10 21:53:20 +00:00
"gif",
2022-12-07 10:33:35 +00:00
"jpeg-decoder 0.3.0",
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
]
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-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"
version = "1.0.5"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
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-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"
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"
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",
"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-01-01 11:12:50 +00:00
[[package]]
name = "libc"
version = "0.2.139"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2022-10-15 15:37:01 +00:00
[[package]]
name = "link-cplusplus"
version = "1.0.8"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
2022-10-15 15:37:01 +00:00
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-12-07 10:33:35 +00:00
version = "0.5.8"
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 = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
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-12-07 10:33:35 +00:00
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
2022-09-21 15:50:58 +00:00
[[package]]
name = "mio"
2022-12-07 10:33:35 +00:00
version = "0.8.5"
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 = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2022-09-21 15:50:58 +00:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys",
]
[[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"
version = "1.17.0"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
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",
"itoa 1.0.5",
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"
2023-01-22 12:19:48 +00:00
source = "git+https://github.com/typst/pixglyph#e3ff0272d6723cdada91a00b0c99cda0e5adb56d"
2022-01-24 15:48:24 +00:00
dependencies = [
2023-01-22 12:19:48 +00:00
"ttf-parser 0.18.1",
2022-01-24 15:48:24 +00:00
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "png"
2022-12-07 10:33:35 +00:00
version = "0.17.7"
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 = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags",
"crc32fast",
2022-09-19 08:55:22 +00:00
"flate2",
2022-12-07 10:33:35 +00:00
"miniz_oxide 0.6.2",
2022-01-01 11:12:50 +00:00
]
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"
version = "1.0.49"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57a8eca9f9c4ffde41714334dee777596264c7825420f521abc92b5b5deb63a5"
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"
version = "1.0.23"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
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-12-07 10:33:35 +00:00
version = "1.7.0"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-07 10:33:35 +00:00
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
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-12-07 10:33:35 +00:00
version = "0.6.28"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-07 10:33:35 +00:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
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-12-07 10:33:35 +00:00
"jpeg-decoder 0.2.6",
2022-01-01 11:12:50 +00:00
"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",
]
[[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"
version = "1.0.12"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
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.3"
2022-10-15 15:37:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
2022-10-15 15:37:01 +00:00
2022-01-01 11:12:50 +00:00
[[package]]
name = "serde"
version = "1.0.152"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2022-01-01 11:12:50 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.152"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
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"
version = "1.0.91"
2021-12-14 13:24:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
2021-12-14 13:24:02 +00:00
dependencies = [
"itoa 1.0.5",
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-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-12-31 10:00:01 +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-12-31 10:00:01 +00:00
checksum = "cd5736713f3850a24060c3cdd7ac9efdc0c5138779386c6c8975b46d54d2d3d5"
2022-01-01 11:12:50 +00:00
dependencies = [
"image",
2022-12-07 10:33:35 +00:00
"miniz_oxide 0.5.4",
2022-01-01 11:12:50 +00:00
"pdf-writer",
"usvg",
]
[[package]]
name = "svgtypes"
2022-12-07 10:33:35 +00:00
version = "0.8.2"
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 = "22975e8a2bac6a76bb54f898a6b18764633b00e780330f0b689f65afb3975564"
2022-01-01 11:12:50 +00:00
dependencies = [
"siphasher",
]
[[package]]
name = "syn"
version = "1.0.107"
2022-01-01 11:12:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
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-11-26 14:34:02 +00:00
[[package]]
name = "thin-vec"
2022-12-07 10:33:35 +00:00
version = "0.2.10"
2022-11-26 14:34:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-07 10:33:35 +00:00
checksum = "c630eb670b67091a53c40a5f8819be456c8c155c18d350c4e2c43c7cfe1f9c26"
2022-11-26 14:34:02 +00:00
2022-05-19 11:14:15 +00:00
[[package]]
name = "thiserror"
version = "1.0.38"
2022-05-19 11:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2022-05-19 11:14:15 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.38"
2022-05-19 11:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
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
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"
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-01-24 15:48:24 +00:00
"flate2",
2022-12-14 09:10:26 +00:00
"if_chain",
2022-01-01 11:12:50 +00:00
"image",
2023-01-23 15:01:15 +00:00
"log",
2022-12-07 10:33:35 +00:00
"miniz_oxide 0.5.4",
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",
2022-06-10 21:53:20 +00:00
"subsetter",
2022-01-01 11:12:50 +00:00
"svg2pdf",
2022-11-26 14:34:02 +00:00
"thin-vec",
2022-01-01 11:12:50 +00:00
"tiny-skia",
2023-01-22 12:19:48 +00:00
"ttf-parser 0.18.1",
2022-01-01 11:12:50 +00:00
"typst-macros",
2023-01-22 12:19:48 +00:00
"unicode-math-class",
2022-01-01 11:12:50 +00:00
"unicode-segmentation",
"unicode-xid",
2022-04-16 20:23:57 +00:00
"unscanny",
2022-01-01 11:12:50 +00:00
"usvg",
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",
"roxmltree",
"rustybuzz",
"serde_json",
"syntect",
2023-01-22 12:19:48 +00:00
"ttf-parser 0.18.1",
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
"xi-unicode",
]
[[package]]
name = "typst-macros"
version = "0.1.0"
dependencies = [
"proc-macro2",
"quote",
"syn",
2022-12-17 15:24:29 +00:00
"unscanny",
2022-01-01 11:12:50 +00:00
]
[[package]]
name = "typst-tests"
version = "0.1.0"
dependencies = [
"comemo",
"elsa",
"iai",
"once_cell",
"tiny-skia",
"ttf-parser 0.17.1",
"typst",
"typst-library",
"unscanny",
"walkdir",
]
2022-01-01 11:12:50 +00:00
[[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"
version = "1.0.6"
2022-05-19 11:14:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
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-01-22 12:19:48 +00:00
source = "git+https://github.com/typst/unicode-math-class#a7ac7dd75cd79ab2e0bdb629036cb913371608d2"
2022-05-18 17:09:19 +00:00
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]]
2022-01-01 11:12:50 +00:00
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"
2022-12-07 10:33:35 +00:00
version = "0.42.0"
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 = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2022-09-21 15:50:58 +00:00
dependencies = [
2022-12-07 10:33:35 +00:00
"windows_aarch64_gnullvm",
2022-09-21 15:50:58 +00:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-12-07 10:33:35 +00:00
"windows_x86_64_gnullvm",
2022-09-21 15:50:58 +00:00
"windows_x86_64_msvc",
]
2022-12-07 10:33:35 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_aarch64_msvc"
2022-12-07 10:33:35 +00:00
version = "0.42.0"
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 = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_i686_gnu"
2022-12-07 10:33:35 +00:00
version = "0.42.0"
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 = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_i686_msvc"
2022-12-07 10:33:35 +00:00
version = "0.42.0"
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 = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_x86_64_gnu"
2022-12-07 10:33:35 +00:00
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
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 = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
2022-09-21 15:50:58 +00:00
[[package]]
name = "windows_x86_64_msvc"
2022-12-07 10:33:35 +00:00
version = "0.42.0"
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 = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2022-09-21 15:50:58 +00:00
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"
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"