typst/Cargo.lock

1072 lines
27 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"
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2021-12-14 13:24:02 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
dependencies = [
"memchr",
]
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"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
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-01-01 11:12:50 +00:00
[[package]]
name = "bytemuck"
2022-05-19 11:14:15 +00:00
version = "1.9.1"
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 = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
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"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "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-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-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 = "deflate"
2022-02-18 16:45:25 +00:00
version = "1.0.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 = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
2022-01-01 11:12:50 +00:00
dependencies = [
"adler32",
]
[[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"
version = "1.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
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-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-01-01 11:12:50 +00:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "getrandom"
2022-05-19 11:14:15 +00:00
version = "0.2.6"
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 = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
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"
version = "0.11.3"
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 = "c3a7187e78088aead22ceedeee99779455b23fc231fe13ec443f99bb71694e5b"
dependencies = [
"color_quant",
"weezl",
]
2021-12-14 13:24:02 +00:00
2022-03-08 18:49:26 +00:00
[[package]]
name = "hypher"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29349e08e99b98d0e16a0ca738d181d5c73431a9a46b78918318c4bc9b10106"
2022-01-01 11:12:50 +00:00
[[package]]
name = "iai"
version = "0.1.1"
2022-01-24 15:38:34 +00:00
source = "git+https://github.com/reknih/iai#3f0f92736408ebce6545808b98e0cb2aea89b7dd"
2022-01-01 11:12:50 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "image"
2022-06-10 21:53:20 +00:00
version = "0.24.2"
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 = "28edd9d7bc256be2502e325ac0628bde30b7001b9b52e0abe31a1a9dc2701212"
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-iter",
"num-rational",
"num-traits",
2022-06-10 21:53:20 +00:00
"png",
2021-12-14 13:24:02 +00:00
]
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-05-19 11:14:15 +00:00
version = "1.0.2"
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 = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
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-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-05-19 11:14:15 +00:00
version = "0.2.126"
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 = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
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-06-10 21:53:20 +00:00
version = "0.5.4"
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 = "d5172b50c23043ff43dd53e51392f36519d9b35a8f3a410d30ece5d1aedd58ae"
2022-01-01 11:12:50 +00:00
dependencies = [
"libc",
]
[[package]]
name = "miniz_oxide"
2022-06-10 21:53:20 +00:00
version = "0.5.3"
2022-02-18 16:45:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-10 21:53:20 +00:00
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
2022-02-18 16:45:25 +00:00
dependencies = [
"adler",
]
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-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-iter"
2022-05-19 11:14:15 +00:00
version = "0.1.43"
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 = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2022-01-01 11:12:50 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
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 = "d41702bd167c2df5520b384281bc111a4b5efcf7fbc4c9c222c815b07e0a6a6a"
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-06-10 21:53:20 +00:00
version = "1.12.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 = "7709cef83f0c1f58f666e746a08b21e0085f7440fa6a29cc194d68aac97a4225"
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-07-26 22:09:15 +00:00
"itoa 1.0.2",
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-06-10 21:53:20 +00:00
source = "git+https://github.com/typst/pixglyph#f1aae13ae622f4640a1cfac231525f02978fc305"
2022-01-24 15:48:24 +00:00
dependencies = [
"ttf-parser",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "png"
2022-05-19 11:14:15 +00:00
version = "0.17.5"
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 = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags",
"crc32fast",
2022-06-10 21:53:20 +00:00
"deflate",
"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-05-19 11:14:15 +00:00
version = "1.0.39"
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 = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
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-05-19 11:14:15 +00:00
version = "1.0.18"
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 = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
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"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
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-05-19 11:14:15 +00:00
version = "0.2.13"
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 = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
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-06-10 21:53:20 +00:00
version = "1.5.6"
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 = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
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-06-10 21:53:20 +00:00
version = "0.6.26"
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 = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
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-06-10 21:53:20 +00:00
source = "git+https://github.com/laurmaedje/ReX#6e4bada20d2b1685940e2d752630cb9ad3d797b0"
2022-05-18 17:09:19 +00:00
dependencies = [
2022-06-10 21:53:20 +00:00
"itertools",
"nom",
"ttf-parser",
2022-05-18 17:09:19 +00:00
"unicode-math",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "rgb"
2022-05-19 11:14:15 +00:00
version = "0.8.32"
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 = "e74fdc210d8f24a7dbfedc13b04ba5764f5232754ccebfdf5fff1bad791ccbc6"
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-06-10 21:53:20 +00:00
version = "0.5.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 = "25ff94f20221325d000e552781713e53b0d85c1d9551b6f420d12daf5a08eace"
2022-01-01 11:12:50 +00:00
dependencies = [
"bitflags",
"bytemuck",
"smallvec",
"ttf-parser",
"unicode-bidi-mirroring",
"unicode-ccc",
"unicode-general-category",
"unicode-script",
]
[[package]]
name = "ryu"
2022-05-19 11:14:15 +00:00
version = "1.0.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 = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
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",
]
[[package]]
name = "serde"
2022-05-19 11:14:15 +00:00
version = "1.0.137"
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 = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
2022-01-01 11:12:50 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-05-19 11:14:15 +00:00
version = "1.0.137"
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 = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
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-05-19 11:14:15 +00:00
version = "1.0.81"
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 = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
2021-12-14 13:24:02 +00:00
dependencies = [
2022-07-26 22:09:15 +00:00
"itoa 1.0.2",
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-01-17 15:01:50 +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-01-17 15:01:50 +00:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2022-01-01 11:12:50 +00:00
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"
source = "git+https://github.com/typst/subsetter#51c0eaf166631917bb29b0a1bddac276472c8e6c"
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"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dabb3eb59a457c56d5282ab4545609e2cc382b41f6af239bb8d59a7267ef94b3"
dependencies = [
"siphasher",
]
[[package]]
name = "syn"
2022-06-10 21:53:20 +00:00
version = "1.0.96"
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 = "0748dd251e24453cb8717f0354206b91557e4ec8703673a4b30208f2abaf1ebf"
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"
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-01-01 11:12:50 +00:00
[[package]]
name = "tiny-skia"
2022-06-10 21:53:20 +00:00
version = "0.6.5"
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 = "78b3e1db967020dd509b49cecc024025beba2b1b6cf204618610ba266269d6b9"
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-06-10 21:53:20 +00:00
version = "0.15.1"
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 = "42d4b50cba812f0f04f0707bb6a0eaa5fae4ae05d90fc2a377998d2f21e77a1c"
2022-05-18 17:09:19 +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-01-24 15:38:34 +00:00
"bytemuck",
2022-01-01 11:12:50 +00:00
"codespan-reporting",
2022-07-26 22:09:15 +00:00
"csv",
2022-01-01 11:12:50 +00:00
"dirs",
2022-01-24 15:48:24 +00:00
"flate2",
2022-01-01 11:12:50 +00:00
"fxhash",
2022-03-08 18:49:26 +00:00
"hypher",
2022-01-01 11:12:50 +00:00
"iai",
"image",
"kurbo",
2022-04-25 10:58:10 +00:00
"lipsum",
2022-01-01 11:12:50 +00:00
"memmap2",
2022-06-10 21:53:20 +00:00
"miniz_oxide",
2022-01-01 11:12:50 +00:00
"once_cell",
"pdf-writer",
"pico-args",
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",
"same-file",
"serde",
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",
"ttf-parser",
2022-02-07 19:00:21 +00:00
"typed-arena",
2022-01-01 11:12:50 +00:00
"typst-macros",
"unicode-bidi",
2022-04-12 19:36:37 +00:00
"unicode-script",
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",
"walkdir",
"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"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
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"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58dd944fd05f2f0b5c674917aea8a4df6af84f2d8de3fe8d988b95d28fb8fb09"
[[package]]
name = "unicode-segmentation"
2022-02-18 16:45:25 +00:00
version = "1.9.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 = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2022-01-01 11:12:50 +00:00
[[package]]
name = "unicode-width"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
[[package]]
name = "unicode-xid"
2022-05-19 11:14:15 +00:00
version = "0.2.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 = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
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"
version = "0.10.2+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2022-05-18 17:09:19 +00:00
[[package]]
2022-06-10 21:53:20 +00:00
name = "weezl"
version = "0.1.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 = "9c97e489d8f836838d497091de568cf16b117486d529ec5579233521065bd5e4"
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"
[[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"