nixpkgs/pkgs/by-name/ti/tinymist/Cargo.lock

5752 lines
136 KiB
Plaintext
Raw Normal View History

2024-03-25 17:34:07 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.24.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
2024-03-25 17:34:07 +00:00
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2024-03-25 17:34:07 +00:00
[[package]]
name = "ahash"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "ahash"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
"zerocopy",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "aho-corasick"
2024-04-06 12:20:05 +00:00
version = "1.1.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2024-03-25 17:34:07 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2024-03-25 17:34:07 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "ansi_colours"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14eec43e0298190790f41679fe69ef7a829d2a2ddd78c8c00339e84710e435fe"
dependencies = [
"rgb",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "anstream"
version = "0.6.15"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2024-03-25 17:34:07 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
2024-03-25 17:34:07 +00:00
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.8"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2024-03-25 17:34:07 +00:00
[[package]]
name = "anstyle-parse"
version = "0.2.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2024-03-25 17:34:07 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
2024-03-25 17:34:07 +00:00
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.4"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2024-03-25 17:34:07 +00:00
dependencies = [
"anstyle",
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
version = "1.0.90"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95"
2024-03-25 17:34:07 +00:00
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
[[package]]
name = "archery"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae2ed21cd55021f05707a807a5fc85695dafb98832921f6cfa06db67ca5b869"
dependencies = [
"triomphe",
]
[[package]]
name = "arraydeque"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
2024-03-25 17:34:07 +00:00
[[package]]
name = "arrayref"
version = "0.3.9"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
2024-03-25 17:34:07 +00:00
2024-04-06 12:20:05 +00:00
[[package]]
name = "arrayvec"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2024-03-25 17:34:07 +00:00
[[package]]
name = "arrayvec"
version = "0.7.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2024-03-25 17:34:07 +00:00
[[package]]
name = "async-trait"
version = "0.1.83"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2024-03-25 17:34:07 +00:00
[[package]]
name = "autocfg"
version = "1.4.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2024-03-25 17:34:07 +00:00
[[package]]
name = "az"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b7e4c2464d97fe331d41de9d5db0def0a96f4d823b8b32a2efd503578988973"
[[package]]
name = "backtrace"
version = "0.3.74"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2024-03-25 17:34:07 +00:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
2024-03-25 17:34:07 +00:00
"object",
"rustc-demangle",
"windows-targets 0.52.6",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
version = "0.22.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-03-25 17:34:07 +00:00
[[package]]
name = "biblatex"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27fe7285040d0227cd8b5395e1c4783f44f0b673eca5a657f4432ae401f2b7b8"
dependencies = [
"numerals",
"paste",
"strum",
"unicode-normalization",
"unscanny",
]
[[package]]
name = "biblatex"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a35a7317fcbdbef94b60d0dd0a658711a936accfce4a631fea4bf8e527eff3c2"
dependencies = [
"numerals",
"paste",
"strum",
2024-03-25 17:34:07 +00:00
"unicode-normalization",
"unscanny",
]
[[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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.6.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
]
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bstr"
version = "1.10.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
2024-03-25 17:34:07 +00:00
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "bumpalo"
version = "3.16.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "by_address"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2024-03-25 17:34:07 +00:00
[[package]]
name = "bytecheck"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "bytemuck"
version = "1.19.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d"
2024-03-25 17:34:07 +00:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "byteorder-lite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2024-03-25 17:34:07 +00:00
[[package]]
name = "bytes"
version = "1.7.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
2024-03-25 17:34:07 +00:00
[[package]]
name = "camino"
version = "1.1.9"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
]
[[package]]
name = "cargo-platform"
2024-04-06 12:20:05 +00:00
version = "0.1.8"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
]
[[package]]
name = "cargo_metadata"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
dependencies = [
"camino",
"cargo-platform",
"semver",
"serde",
"serde_json",
"thiserror",
]
[[package]]
name = "cc"
version = "1.1.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
dependencies = [
"shlex",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "chinese-number"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49fccaef6346f6d6a741908d3b79fe97c2debe2fbb5eb3a7d00ff5981b52bb6c"
dependencies = [
"chinese-variant",
"enum-ordinalize",
"num-bigint",
"num-traits",
]
[[package]]
name = "chinese-variant"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7588475145507237ded760e52bf2f1085495245502033756d28ea72ade0e498b"
[[package]]
name = "chrono"
version = "0.4.38"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2024-03-25 17:34:07 +00:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
2024-03-25 17:34:07 +00:00
"num-traits",
"serde",
"wasm-bindgen",
2024-07-15 05:14:40 +00:00
"windows-targets 0.52.6",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "ciborium"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
dependencies = [
"ciborium-io",
"ciborium-ll",
"serde",
]
[[package]]
name = "ciborium-io"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
[[package]]
name = "ciborium-ll"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
dependencies = [
"ciborium-io",
"half",
]
[[package]]
name = "citationberg"
version = "0.4.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92fea693c83bd967604be367dc1e1b4895625eabafec2eec66c51092e18e700e"
2024-03-25 17:34:07 +00:00
dependencies = [
"quick-xml 0.36.2",
2024-03-25 17:34:07 +00:00
"serde",
]
[[package]]
name = "clap"
version = "4.5.20"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
2024-03-25 17:34:07 +00:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.20"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
2024-03-25 17:34:07 +00:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2024-07-15 05:14:40 +00:00
"strsim",
2024-03-25 17:34:07 +00:00
"terminal_size",
"unicase",
"unicode-width 0.2.0",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "clap_complete"
version = "4.5.33"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9646e2e245bf62f45d39a0f3f36f1171ad1ea0d6967fd114bca72cb02a8fcdfb"
2024-03-25 17:34:07 +00:00
dependencies = [
"clap",
]
[[package]]
name = "clap_complete_fig"
version = "4.5.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d494102c8ff3951810c72baf96910b980fb065ca5d3101243e6a8dc19747c86b"
dependencies = [
"clap",
"clap_complete",
]
[[package]]
name = "clap_complete_nushell"
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "315902e790cc6e5ddd20cbd313c1d0d49db77f191e149f96397230fb82a17677"
2024-03-25 17:34:07 +00:00
dependencies = [
"clap",
"clap_complete",
]
[[package]]
name = "clap_derive"
version = "4.5.18"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
2024-03-25 17:34:07 +00:00
dependencies = [
"heck",
2024-03-25 17:34:07 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "clap_lex"
version = "0.7.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2024-03-25 17:34:07 +00:00
[[package]]
name = "clap_mangen"
version = "0.2.24"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbae9cbfdc5d4fa8711c09bd7b83f644cb48281ac35bf97af3e47b0675864bdf"
2024-03-25 17:34:07 +00:00
dependencies = [
"clap",
"roff",
]
[[package]]
name = "cobs"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width 0.1.14",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
[[package]]
name = "colorchoice"
version = "1.0.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2024-03-25 17:34:07 +00:00
2024-04-06 12:20:05 +00:00
[[package]]
name = "comemo"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf5705468fa80602ee6a5f9318306e6c428bffd53e43209a78bc05e6e667c6f4"
dependencies = [
"comemo-macros 0.3.1",
"siphasher 1.0.1",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "comemo"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df6916408a724339aa77b18214233355f3eb04c42eb895e5f8909215bd8a7a91"
dependencies = [
2024-04-06 12:20:05 +00:00
"comemo-macros 0.4.0",
2024-03-25 17:34:07 +00:00
"once_cell",
"parking_lot",
2024-04-06 12:20:05 +00:00
"siphasher 1.0.1",
]
[[package]]
name = "comemo-macros"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54af6ac68ada2d161fa9cc1ab52676228e340866d094d6542107e74b82acc095"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "comemo-macros"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8936e42f9b4f5bdfaf23700609ac1f11cb03ad4c1ec128a4ee4fd0903e228db"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "console"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
dependencies = [
2024-04-24 11:57:51 +00:00
"encode_unicode 0.3.6",
2024-03-25 17:34:07 +00:00
"lazy_static",
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2024-03-25 17:34:07 +00:00
[[package]]
name = "core_maths"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3"
dependencies = [
"libm",
]
[[package]]
name = "cpufeatures"
version = "0.2.14"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
2024-03-25 17:34:07 +00:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.4.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.13"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2024-03-25 17:34:07 +00:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-queue"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.20"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2024-03-25 17:34:07 +00:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "csv"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
dependencies = [
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
dependencies = [
"memchr",
]
[[package]]
name = "darling"
2024-07-15 05:14:40 +00:00
version = "0.20.10"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2024-03-25 17:34:07 +00:00
dependencies = [
2024-07-15 05:14:40 +00:00
"darling_core",
"darling_macro",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "darling_core"
2024-07-15 05:14:40 +00:00
version = "0.20.10"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2024-03-25 17:34:07 +00:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-07-15 05:14:40 +00:00
"strsim",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "darling_macro"
2024-07-15 05:14:40 +00:00
version = "0.20.10"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2024-03-25 17:34:07 +00:00
dependencies = [
2024-07-15 05:14:40 +00:00
"darling_core",
2024-03-25 17:34:07 +00:00
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown 0.14.5",
2024-03-25 17:34:07 +00:00
"lock_api",
"once_cell",
"parking_lot_core",
]
[[package]]
name = "data-encoding"
version = "2.6.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
2024-03-25 17:34:07 +00:00
[[package]]
name = "data-url"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
]
[[package]]
name = "dhat"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98cd11d84628e233de0ce467de10b8633f4ddaecafadefc86e13b84b8739b827"
dependencies = [
"backtrace",
"lazy_static",
"mintex",
"parking_lot",
2024-07-15 05:14:40 +00:00
"rustc-hash 1.1.0",
2024-03-25 17:34:07 +00:00
"serde",
"serde_json",
"thousands",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys",
]
2024-04-24 11:57:51 +00:00
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
"cfg-if",
"dirs-sys-next",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
2024-04-24 11:57:51 +00:00
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "displaydoc"
version = "0.2.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "downcast-rs"
version = "1.2.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
2024-03-25 17:34:07 +00:00
[[package]]
name = "ecow"
2024-04-06 12:20:05 +00:00
version = "0.1.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "1d1990d053cf6edf3f030682dba3b0eb65ef01fabb2686072765d8a17d6728e8"
dependencies = [
"serde",
]
[[package]]
name = "ecow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54bfbb1708988623190a6c4dbedaeaf0f53c20c6395abd6a01feb327b3146f4b"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
]
[[package]]
name = "either"
version = "1.13.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-03-25 17:34:07 +00:00
[[package]]
name = "embedded-io"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
[[package]]
name = "embedded-io"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
2024-03-25 17:34:07 +00:00
[[package]]
name = "ena"
version = "0.14.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
2024-03-25 17:34:07 +00:00
dependencies = [
"log",
]
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2024-04-24 11:57:51 +00:00
[[package]]
name = "encode_unicode"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
2024-03-25 17:34:07 +00:00
[[package]]
name = "encoding_rs"
version = "0.8.34"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "enum-ordinalize"
version = "4.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea0dcfa4e54eeb516fe454635a95753ddd39acda650ce703031c6973e315dd5"
dependencies = [
"enum-ordinalize-derive",
]
[[package]]
name = "enum-ordinalize-derive"
version = "4.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d28318a75d4aead5c4db25382e8ef717932d0346600cacae6357eb5941bc5ff"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "env_filter"
version = "0.1.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
2024-03-25 17:34:07 +00:00
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.11.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
2024-03-25 17:34:07 +00:00
dependencies = [
"anstream",
"anstyle",
"env_filter",
"humantime",
"log",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
version = "0.3.9"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2024-03-25 17:34:07 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "fancy-regex"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
dependencies = [
"bit-set",
"regex",
]
[[package]]
name = "fast-srgb8"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
[[package]]
name = "fastrand"
version = "2.1.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2024-03-25 17:34:07 +00:00
[[package]]
name = "fdeflate"
version = "0.3.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8090f921a24b04994d9929e204f50b498a33ea6ba559ffaa05e04f7ee7fb5ab"
2024-03-25 17:34:07 +00:00
dependencies = [
"simd-adler32",
]
[[package]]
name = "filetime"
version = "0.2.25"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
"libc",
"libredox",
"windows-sys 0.59.0",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "flate2"
version = "1.0.34"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
2024-03-25 17:34:07 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fontconfig-parser"
version = "0.5.7"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1fcfcd44ca6e90c921fee9fa665d530b21ef1327a4c1a6c5250ea44b776ada7"
2024-03-25 17:34:07 +00:00
dependencies = [
"roxmltree",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "fontdb"
version = "0.21.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37be9fc20d966be438cd57a45767f73349477fb0f85ce86e000557f787298afb"
2024-03-25 17:34:07 +00:00
dependencies = [
"fontconfig-parser",
"log",
"memmap2",
"slotmap",
"tinyvec",
"ttf-parser 0.24.1",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
[[package]]
name = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futures"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2024-03-25 17:34:07 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2024-03-25 17:34:07 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2024-03-25 17:34:07 +00:00
[[package]]
name = "futures-executor"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2024-03-25 17:34:07 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2024-03-25 17:34:07 +00:00
[[package]]
name = "futures-macro"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "futures-sink"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2024-03-25 17:34:07 +00:00
[[package]]
name = "futures-task"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2024-03-25 17:34:07 +00:00
[[package]]
name = "futures-util"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2024-03-25 17:34:07 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.15"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gif"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
dependencies = [
"color_quant",
"weezl",
]
[[package]]
name = "gimli"
version = "0.31.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2024-03-25 17:34:07 +00:00
2024-04-06 12:20:05 +00:00
[[package]]
name = "globmatch"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3755076379cc2b2bbf53855fe718e1eed3093cfb769ebf5d290f617fa9cc09a0"
dependencies = [
"globset",
"log",
"walkdir",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "globset"
version = "0.4.15"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
2024-03-25 17:34:07 +00:00
dependencies = [
"aho-corasick",
"bstr",
"log",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "h2"
version = "0.3.26"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2024-03-25 17:34:07 +00:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 0.2.12",
"indexmap 2.6.0",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
dependencies = [
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http 1.1.0",
"indexmap 2.6.0",
2024-03-25 17:34:07 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "half"
version = "2.4.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
"crunchy",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash 0.7.8",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "hashbrown"
version = "0.14.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash 0.8.11",
"allocator-api2",
]
[[package]]
name = "hashbrown"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
[[package]]
name = "hashlink"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
dependencies = [
"hashbrown 0.14.5",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "hayagriva"
version = "0.8.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a3635c2577f77499c9dc3dceeef2e64e6c146e711b1861507a0f15b20641348"
2024-03-25 17:34:07 +00:00
dependencies = [
"biblatex 0.10.0",
2024-03-25 17:34:07 +00:00
"ciborium",
"citationberg",
"indexmap 2.6.0",
2024-03-25 17:34:07 +00:00
"numerals",
"paste",
"serde",
"serde_yaml",
"thiserror",
"unic-langid",
"unicode-segmentation",
"unscanny",
"url",
]
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hermit-abi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
[[package]]
name = "hermit-abi"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
2024-03-25 17:34:07 +00:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "http"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http 0.2.12",
"pin-project-lite",
]
[[package]]
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
"http 1.1.0",
]
[[package]]
name = "http-body-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
dependencies = [
"bytes",
"futures-util",
"http 1.1.0",
"http-body 1.0.1",
"pin-project-lite",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "httparse"
version = "1.9.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
2024-03-25 17:34:07 +00:00
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "humantime"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
[[package]]
name = "hyper"
version = "0.14.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
2024-03-25 17:34:07 +00:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.3.26",
2024-03-25 17:34:07 +00:00
"http 0.2.12",
"http-body 0.4.6",
2024-03-25 17:34:07 +00:00
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2 0.4.6",
"http 1.1.0",
"http-body 1.0.1",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "hyper-rustls"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
"futures-util",
"http 0.2.12",
"hyper 0.14.31",
"rustls 0.21.12",
"tokio",
"tokio-rustls 0.24.1",
]
[[package]]
name = "hyper-rustls"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
dependencies = [
"futures-util",
"http 1.1.0",
"hyper 1.5.0",
"hyper-util",
"rustls 0.23.15",
"rustls-pki-types",
2024-03-25 17:34:07 +00:00
"tokio",
"tokio-rustls 0.26.0",
"tower-service",
"webpki-roots 0.26.6",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper 0.14.31",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "hyper-tls"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
dependencies = [
"bytes",
"http-body-util",
"hyper 1.5.0",
"hyper-util",
2024-03-25 17:34:07 +00:00
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "hyper-tungstenite"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69ce21dae6ce6e5f336a444d846e592faf42c5c28f70a5c8ff67893cbcb304d3"
dependencies = [
"http-body-util",
"hyper 1.5.0",
"hyper-util",
"pin-project-lite",
"tokio",
"tokio-tungstenite",
"tungstenite",
]
[[package]]
name = "hyper-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body 1.0.1",
"hyper 1.5.0",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "hypher"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b24ad5637230df201ab1034d593f1d09bf7f2a9274f2e8897638078579f4265"
[[package]]
name = "iana-time-zone"
version = "0.1.61"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
2024-03-25 17:34:07 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "icu_collections"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
2024-03-25 17:34:07 +00:00
dependencies = [
"displaydoc",
"serde",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
2024-03-25 17:34:07 +00:00
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
2024-03-25 17:34:07 +00:00
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
2024-03-25 17:34:07 +00:00
[[package]]
name = "icu_properties"
version = "1.5.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
2024-03-25 17:34:07 +00:00
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"serde",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
2024-03-25 17:34:07 +00:00
[[package]]
name = "icu_provider"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
2024-03-25 17:34:07 +00:00
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"postcard",
"serde",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_adapters"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc"
2024-03-25 17:34:07 +00:00
dependencies = [
"icu_locid",
"icu_locid_transform",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_provider_blob"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c24b98d1365f55d78186c205817631a4acf08d7a45bdf5dc9dcf9c5d54dccf51"
2024-03-25 17:34:07 +00:00
dependencies = [
"icu_provider",
"postcard",
"serde",
"writeable",
"zerotrie",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "icu_segmenter"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a717725612346ffc2d7b42c94b820db6908048f39434504cb130e8b46256b0de"
2024-03-25 17:34:07 +00:00
dependencies = [
"core_maths",
"displaydoc",
"icu_collections",
"icu_locid",
"icu_provider",
"icu_segmenter_data",
"serde",
"utf8_iter",
"zerovec",
]
[[package]]
name = "icu_segmenter_data"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f739ee737260d955e330bc83fdeaaf1631f7fb7ed218761d3c04bb13bb7d79df"
2024-03-25 17:34:07 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "if_chain"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb56e1aa765b4b4f3aadfab769793b7087bb03a4ea4920644a6d238e2df5b9ed"
[[package]]
name = "image"
version = "0.25.4"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc144d44a31d753b02ce64093d532f55ff8dc4ebf2ffb8a63c0dda691385acae"
2024-03-25 17:34:07 +00:00
dependencies = [
"bytemuck",
"byteorder-lite",
2024-03-25 17:34:07 +00:00
"color_quant",
"gif",
2024-03-25 17:34:07 +00:00
"num-traits",
"png",
"zune-core",
"zune-jpeg",
]
[[package]]
name = "image-webp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
dependencies = [
"byteorder-lite",
"quick-error",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "imagesize"
version = "0.13.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
2024-03-25 17:34:07 +00:00
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
"serde",
]
[[package]]
name = "indexmap"
version = "2.6.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
2024-03-25 17:34:07 +00:00
dependencies = [
"equivalent",
"hashbrown 0.15.0",
2024-03-25 17:34:07 +00:00
"serde",
]
[[package]]
name = "indexmap-nostd"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590"
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags 1.3.2",
"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",
]
[[package]]
name = "insta"
version = "1.40.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6593a41c7a73841868772495db7dc1e8ecab43bb5c0b6da2059246c4b506ab60"
2024-03-25 17:34:07 +00:00
dependencies = [
"console",
"globset",
"lazy_static",
"linked-hash-map",
"similar",
"walkdir",
]
[[package]]
name = "instant"
version = "0.1.13"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
]
[[package]]
name = "ipnet"
version = "2.10.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
2024-03-25 17:34:07 +00:00
[[package]]
name = "is-docker"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
dependencies = [
"once_cell",
]
2024-04-24 11:57:51 +00:00
[[package]]
name = "is-terminal"
version = "0.4.13"
2024-04-24 11:57:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
2024-04-24 11:57:51 +00:00
dependencies = [
"hermit-abi 0.4.0",
2024-04-24 11:57:51 +00:00
"libc",
"windows-sys 0.52.0",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "is-wsl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
dependencies = [
"is-docker",
"once_cell",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-04-06 12:20:05 +00:00
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "itoa"
2024-04-06 12:20:05 +00:00
version = "1.0.11"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2024-03-25 17:34:07 +00:00
[[package]]
name = "js-sys"
version = "0.3.72"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
2024-03-25 17:34:07 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kamadak-exif"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
dependencies = [
"mutate_once",
]
[[package]]
name = "kqueue"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
"bitflags 1.3.2",
"libc",
]
[[package]]
name = "kurbo"
version = "0.11.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89234b2cc610a7dd927ebde6b41dd1a5d4214cffaef4cf1fb2195d592f92518f"
2024-03-25 17:34:07 +00:00
dependencies = [
"arrayvec 0.7.6",
"smallvec",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "lazy_static"
version = "1.5.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-03-25 17:34:07 +00:00
[[package]]
name = "libc"
version = "0.2.161"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
2024-03-25 17:34:07 +00:00
[[package]]
name = "libm"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libredox"
version = "0.1.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2024-03-25 17:34:07 +00:00
dependencies = [
"bitflags 2.6.0",
2024-03-25 17:34:07 +00:00
"libc",
"redox_syscall",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2024-03-25 17:34:07 +00:00
[[package]]
name = "lipsum"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "636860251af8963cc40f6b4baadee105f02e21b28131d76eba8e40ce84ab8064"
dependencies = [
"rand",
"rand_chacha",
]
[[package]]
name = "litemap"
version = "0.7.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
]
[[package]]
name = "lock_api"
version = "0.4.12"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2024-03-25 17:34:07 +00:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-07-15 05:14:40 +00:00
version = "0.4.22"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2024-03-25 17:34:07 +00:00
[[package]]
name = "lsp-server"
version = "0.7.7"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "550446e84739dcaf6d48a4a093973850669e13e8a34d8f8d64851041be267cd9"
2024-03-25 17:34:07 +00:00
dependencies = [
"crossbeam-channel",
"log",
"serde",
"serde_json",
]
[[package]]
name = "lsp-types"
version = "0.95.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "158c1911354ef73e8fe42da6b10c0484cb65c7f1007f28022e847706c1ab6984"
dependencies = [
"bitflags 1.3.2",
"serde",
"serde_json",
"serde_repr",
"url",
]
[[package]]
name = "memchr"
version = "2.7.4"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-03-25 17:34:07 +00:00
[[package]]
name = "memmap2"
version = "0.9.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
2024-03-25 17:34:07 +00:00
dependencies = [
"libc",
]
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
2024-07-15 05:14:40 +00:00
version = "2.0.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2024-03-25 17:34:07 +00:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "miniz_oxide"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
"adler2",
"simd-adler32",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "mintex"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bec4598fddb13cc7b528819e697852653252b760f1228b7642679bf2ff2cd07"
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.48.0",
]
[[package]]
name = "mio"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
dependencies = [
"hermit-abi 0.3.9",
"libc",
"wasi",
"windows-sys 0.52.0",
]
[[package]]
name = "multi-stash"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "685a9ac4b61f4e728e1d2c6a7844609c16527aeb5e6c865915c08e619c16410f"
2024-03-25 17:34:07 +00:00
[[package]]
name = "mutate_once"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
[[package]]
name = "native-tls"
version = "0.2.12"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2024-03-25 17:34:07 +00:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "notify"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
"bitflags 2.6.0",
2024-03-25 17:34:07 +00:00
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"log",
"mio 0.8.11",
2024-03-25 17:34:07 +00:00
"walkdir",
"windows-sys 0.48.0",
]
[[package]]
name = "num-bigint"
version = "0.4.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2024-03-25 17:34:07 +00:00
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-derive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-03-25 17:34:07 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_threads"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
[[package]]
name = "numerals"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25be21376a772d15f97ae789845340a9651d3c4246ff5ebb6a2b35f9c37bd31"
[[package]]
name = "object"
version = "0.36.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
2024-03-25 17:34:07 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
version = "1.20.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2024-03-25 17:34:07 +00:00
[[package]]
name = "open"
2024-07-15 05:14:40 +00:00
version = "5.3.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "61a877bf6abd716642a53ef1b89fb498923a4afca5c754f9050b4d081c05c4b3"
2024-03-25 17:34:07 +00:00
dependencies = [
"is-wsl",
"libc",
"pathdiff",
]
[[package]]
name = "openssl"
version = "0.10.68"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
2024-03-25 17:34:07 +00:00
dependencies = [
"bitflags 2.6.0",
2024-03-25 17:34:07 +00:00
"cfg-if",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.104"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
2024-03-25 17:34:07 +00:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "palette"
version = "0.7.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
2024-03-25 17:34:07 +00:00
dependencies = [
"approx",
"fast-srgb8",
"libm",
"palette_derive",
]
[[package]]
name = "palette_derive"
version = "0.7.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
2024-03-25 17:34:07 +00:00
dependencies = [
"by_address",
2024-03-25 17:34:07 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "parking_lot"
version = "0.12.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2024-03-25 17:34:07 +00:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2024-03-25 17:34:07 +00:00
"smallvec",
2024-07-15 05:14:40 +00:00
"windows-targets 0.52.6",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "paste"
version = "1.0.15"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-03-25 17:34:07 +00:00
[[package]]
name = "path-clean"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
[[package]]
name = "pathdiff"
version = "0.2.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
2024-03-25 17:34:07 +00:00
[[package]]
name = "pdf-writer"
version = "0.12.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be17f48d7fbbd22c6efedb58af5d409aa578e407f40b29a0bcb4e66ed84c5c98"
2024-03-25 17:34:07 +00:00
dependencies = [
"bitflags 2.6.0",
2024-03-25 17:34:07 +00:00
"itoa",
"memchr",
"ryu",
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_macros",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_macros"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher 0.3.11",
]
[[package]]
name = "pico-args"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
[[package]]
name = "pin-project-lite"
version = "0.2.14"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2024-03-25 17:34:07 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pixglyph"
version = "0.5.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d15afa937836bf3d876f5a04ce28810c06045857bf46c3d0d31073b8aada5494"
2024-03-25 17:34:07 +00:00
dependencies = [
"ttf-parser 0.24.1",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "pkg-config"
version = "0.3.31"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2024-03-25 17:34:07 +00:00
[[package]]
name = "plist"
2024-07-15 05:14:40 +00:00
version = "1.7.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
2024-03-25 17:34:07 +00:00
dependencies = [
2024-07-15 05:14:40 +00:00
"base64 0.22.1",
"indexmap 2.6.0",
2024-07-15 05:14:40 +00:00
"quick-xml 0.32.0",
2024-03-25 17:34:07 +00:00
"serde",
"time",
]
[[package]]
name = "png"
version = "0.17.14"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0"
2024-03-25 17:34:07 +00:00
dependencies = [
"bitflags 1.3.2",
"crc32fast",
"fdeflate",
"flate2",
"miniz_oxide",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "portable-atomic"
version = "1.9.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
2024-03-25 17:34:07 +00:00
[[package]]
name = "postcard"
version = "1.0.10"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e"
2024-03-25 17:34:07 +00:00
dependencies = [
"cobs",
"embedded-io 0.4.0",
"embedded-io 0.6.1",
2024-03-25 17:34:07 +00:00
"serde",
]
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.20"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2024-03-25 17:34:07 +00:00
2024-04-06 12:20:05 +00:00
[[package]]
name = "pretty"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b55c4d17d994b637e2f4daf6e5dc5d660d209d5642377d675d7a1c3ab69fa579"
dependencies = [
"arrayvec 0.5.2",
"typed-arena",
"unicode-width 0.1.14",
2024-04-06 12:20:05 +00:00
]
2024-04-24 11:57:51 +00:00
[[package]]
name = "prettytable-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a"
dependencies = [
"csv",
"encode_unicode 1.0.0",
"is-terminal",
"lazy_static",
"term",
"unicode-width 0.1.14",
2024-04-24 11:57:51 +00:00
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.88"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
2024-03-25 17:34:07 +00:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "psm"
version = "0.1.23"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa37f80ca58604976033fae9515a8a2989fc13797d953f7c04fb8fa36a11f205"
2024-03-25 17:34:07 +00:00
dependencies = [
"cc",
]
[[package]]
name = "ptr_meta"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
dependencies = [
"ptr_meta_derive",
]
[[package]]
name = "ptr_meta_derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "qcms"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edecfcd5d755a5e5d98e24cf43113e7cdaec5a070edd0f6b250c03a573da30fa"
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
2024-03-25 17:34:07 +00:00
[[package]]
name = "quick-xml"
version = "0.32.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
2024-03-25 17:34:07 +00:00
dependencies = [
"memchr",
]
2024-07-15 05:14:40 +00:00
[[package]]
name = "quick-xml"
version = "0.36.2"
2024-07-15 05:14:40 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
2024-07-15 05:14:40 +00:00
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "quinn"
version = "0.11.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
dependencies = [
"bytes",
"pin-project-lite",
"quinn-proto",
"quinn-udp",
"rustc-hash 2.0.0",
"rustls 0.23.15",
"socket2",
"thiserror",
"tokio",
"tracing",
]
[[package]]
name = "quinn-proto"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
dependencies = [
"bytes",
"rand",
"ring",
"rustc-hash 2.0.0",
"rustls 0.23.15",
"slab",
"thiserror",
"tinyvec",
"tracing",
]
[[package]]
name = "quinn-udp"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fe68c2e9e1a1234e218683dbdf9f9dfcb094113c5ac2b938dfcb9bab4c4140b"
dependencies = [
"libc",
"once_cell",
"socket2",
"tracing",
"windows-sys 0.59.0",
2024-07-15 05:14:40 +00:00
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "quote"
version = "1.0.37"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "radium"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "rayon"
2024-04-06 12:20:05 +00:00
version = "1.10.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2024-03-25 17:34:07 +00:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
dependencies = [
"bitflags 2.6.0",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "redox_users"
version = "0.4.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2024-03-25 17:34:07 +00:00
dependencies = [
"getrandom",
"libredox",
"thiserror",
]
[[package]]
name = "reflexo"
version = "0.5.0-rc8"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e46b3df333677fdc209d25c4c53d33abf570f06d5ec1d46ef85f041ab5f42ed"
2024-03-25 17:34:07 +00:00
dependencies = [
"base64 0.22.1",
2024-03-25 17:34:07 +00:00
"bitvec",
2024-04-06 12:20:05 +00:00
"comemo 0.4.0",
2024-03-25 17:34:07 +00:00
"dashmap",
2024-04-06 12:20:05 +00:00
"ecow 0.2.2",
2024-03-25 17:34:07 +00:00
"fxhash",
"instant",
2024-03-25 17:34:07 +00:00
"parking_lot",
"path-clean",
"reflexo-typst-shim",
2024-03-25 17:34:07 +00:00
"rkyv",
"rustc-hash 2.0.0",
2024-03-25 17:34:07 +00:00
"serde",
"serde_json",
"serde_repr",
"serde_with",
2024-04-06 12:20:05 +00:00
"siphasher 1.0.1",
2024-03-25 17:34:07 +00:00
"tiny-skia-path",
]
[[package]]
name = "reflexo-typst"
version = "0.5.0-rc8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c1accc0267ce7e1708f3b452059cd3f90396193223d130ab6899e43fa88d0d3"
dependencies = [
"codespan-reporting",
"comemo 0.4.0",
"ecow 0.2.2",
"futures",
"fxhash",
"indexmap 2.6.0",
"log",
"nohash-hasher",
"notify",
"parking_lot",
"pathdiff",
"rayon",
"reflexo",
"reflexo-typst2vec",
"reflexo-vfs",
"reflexo-world",
"serde",
"serde_json",
"tar",
"tokio",
"typst",
]
[[package]]
name = "reflexo-typst-shim"
version = "0.5.0-rc8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c138a20a18d48161beeb7f1f703c30af5b07c192a9f0914675f1b579c13e7de2"
dependencies = [
"cfg-if",
"typst",
"typst-syntax 0.12.0",
]
[[package]]
name = "reflexo-typst2vec"
version = "0.5.0-rc8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59de0c19d0d1e13e46f8f186e411e1cf12ab1ab8bca1d3b2231155ed3c8c1b6a"
dependencies = [
"bitvec",
"comemo 0.4.0",
"crossbeam-queue",
"dashmap",
"flate2",
"log",
"parking_lot",
"rayon",
"reflexo",
"rustc-hash 2.0.0",
"serde",
"serde_json",
"svgtypes",
"tiny-skia",
"tiny-skia-path",
"ttf-parser 0.24.1",
"typst",
"xmlparser",
]
[[package]]
name = "reflexo-vec2svg"
version = "0.5.0-rc8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acb8f0e83ff959d8ab67d58b31396c20b610faa3cd38bcc1fbb9579d4fdc23d5"
dependencies = [
"base64 0.22.1",
"comemo 0.4.0",
"log",
"reflexo",
"reflexo-typst2vec",
"typst",
]
[[package]]
name = "reflexo-vfs"
version = "0.5.0-rc8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "557b6d73fd5e7d73e13c26b1aeeea751d066732aeb2550e7314202c7d100a8a6"
dependencies = [
"indexmap 2.6.0",
"log",
"nohash-hasher",
"parking_lot",
"reflexo",
"rpds",
"typst",
]
[[package]]
name = "reflexo-world"
version = "0.5.0-rc8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24b4825797df0a53f2f58cdf0919f8c1359a6a68a428e47c6c46edb0a001137d"
dependencies = [
"chrono",
"codespan-reporting",
"comemo 0.4.0",
"dirs",
"ecow 0.2.2",
"flate2",
"fontdb",
"hex",
"log",
"parking_lot",
"reflexo",
"reflexo-typst-shim",
"reflexo-vfs",
"reqwest 0.12.8",
"serde",
"serde_json",
"serde_with",
"sha2",
"strum",
"tar",
"typst",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "regex"
version = "1.11.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
2024-03-25 17:34:07 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.8"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
2024-03-25 17:34:07 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2024-03-25 17:34:07 +00:00
[[package]]
name = "rend"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
dependencies = [
"bytecheck",
]
[[package]]
name = "reqwest"
2024-04-06 12:20:05 +00:00
version = "0.11.27"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
2024-03-25 17:34:07 +00:00
dependencies = [
"base64 0.21.7",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.3.26",
2024-03-25 17:34:07 +00:00
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.31",
"hyper-rustls 0.24.2",
"hyper-tls 0.5.0",
2024-03-25 17:34:07 +00:00
"ipnet",
"js-sys",
"log",
"mime",
"mime_guess",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
2024-03-25 17:34:07 +00:00
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper 0.1.2",
2024-03-25 17:34:07 +00:00
"system-configuration",
"tokio",
"tokio-native-tls",
"tokio-rustls 0.24.1",
2024-03-25 17:34:07 +00:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.25.4",
2024-03-25 17:34:07 +00:00
"winreg",
]
[[package]]
name = "reqwest"
version = "0.12.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f713147fbe92361e52392c73b8c9e48c04c6625bce969ef54dc901e58e042a7b"
dependencies = [
"base64 0.22.1",
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"http 1.1.0",
"http-body 1.0.1",
"http-body-util",
"hyper 1.5.0",
"hyper-rustls 0.27.3",
"hyper-tls 0.6.0",
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
"mime_guess",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"quinn",
"rustls 0.23.15",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper 1.0.1",
"tokio",
"tokio-native-tls",
"tokio-rustls 0.26.0",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.26.6",
"windows-registry",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "resvg"
version = "0.43.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7314563c59c7ce31c18e23ad3dd092c37b928a0fa4e1c0a1a6504351ab411d1"
2024-03-25 17:34:07 +00:00
dependencies = [
"gif",
"image-webp",
2024-03-25 17:34:07 +00:00
"log",
"pico-args",
"rgb",
"svgtypes",
"tiny-skia",
"usvg",
"zune-jpeg",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "rgb"
version = "0.8.50"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
2024-03-25 17:34:07 +00:00
dependencies = [
"bytemuck",
]
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if",
"getrandom",
"libc",
"spin",
"untrusted",
"windows-sys 0.52.0",
]
[[package]]
name = "rkyv"
version = "0.7.45"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
2024-03-25 17:34:07 +00:00
dependencies = [
"bitvec",
"bytecheck",
"bytes",
"hashbrown 0.12.3",
"ptr_meta",
"rend",
"rkyv_derive",
"seahash",
"tinyvec",
"uuid",
]
[[package]]
name = "rkyv_derive"
version = "0.7.45"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "roff"
version = "0.2.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
2024-03-25 17:34:07 +00:00
[[package]]
name = "roxmltree"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
[[package]]
name = "rpds"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0e15515d3ce3313324d842629ea4905c25a13f81953eadb88f85516f59290a4"
dependencies = [
"archery",
]
[[package]]
name = "rust_decimal"
version = "1.36.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
dependencies = [
"arrayvec 0.7.6",
"num-traits",
]
2024-04-24 11:57:51 +00:00
[[package]]
name = "rust_iso3166"
version = "0.1.13"
2024-04-24 11:57:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd3126eab517ef8ca4761a366cb0d55e1bf5ab9c7b7f18301d712a57de000a90"
2024-04-24 11:57:51 +00:00
dependencies = [
"js-sys",
"phf",
"prettytable-rs",
"wasm-bindgen",
]
[[package]]
name = "rust_iso639"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a079fa995fd99d42d7244f325b6737677852036ce2efe5244227d2c75ff4bd73"
dependencies = [
"phf",
"prettytable-rs",
"wasm-bindgen",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "rustc-demangle"
version = "0.1.24"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2024-03-25 17:34:07 +00:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2024-07-15 05:14:40 +00:00
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2024-03-25 17:34:07 +00:00
[[package]]
name = "rustc_version"
version = "0.4.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2024-03-25 17:34:07 +00:00
dependencies = [
"semver",
]
[[package]]
name = "rustix"
version = "0.38.37"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
2024-03-25 17:34:07 +00:00
dependencies = [
"bitflags 2.6.0",
2024-03-25 17:34:07 +00:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
[[package]]
name = "rustls"
version = "0.21.12"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
2024-03-25 17:34:07 +00:00
dependencies = [
"log",
"ring",
"rustls-webpki 0.101.7",
2024-03-25 17:34:07 +00:00
"sct",
]
[[package]]
name = "rustls"
version = "0.23.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fbb44d7acc4e873d613422379f69f237a1b141928c02f6bc6ccfddddc2d7993"
dependencies = [
"once_cell",
"ring",
"rustls-pki-types",
"rustls-webpki 0.102.8",
"subtle",
"zeroize",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64 0.21.7",
]
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
2024-03-25 17:34:07 +00:00
[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "rustls-webpki"
version = "0.102.8"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
[[package]]
name = "rustversion"
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
2024-03-25 17:34:07 +00:00
[[package]]
name = "rustybuzz"
version = "0.18.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c85d1ccd519e61834798eb52c4e886e8c2d7d698dd3d6ce0b1b47eb8557f1181"
2024-03-25 17:34:07 +00:00
dependencies = [
"bitflags 2.6.0",
2024-03-25 17:34:07 +00:00
"bytemuck",
"core_maths",
"log",
2024-03-25 17:34:07 +00:00
"smallvec",
"ttf-parser 0.24.1",
2024-03-25 17:34:07 +00:00
"unicode-bidi-mirroring",
"unicode-ccc",
"unicode-properties",
"unicode-script",
]
[[package]]
name = "ryu"
version = "1.0.18"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2024-03-25 17:34:07 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "schannel"
version = "0.1.26"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
2024-03-25 17:34:07 +00:00
dependencies = [
"windows-sys 0.59.0",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sct"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "seahash"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
[[package]]
name = "security-framework"
version = "2.11.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2024-03-25 17:34:07 +00:00
dependencies = [
"bitflags 2.6.0",
2024-03-25 17:34:07 +00:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.12.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
2024-03-25 17:34:07 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "semver"
version = "1.0.23"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
]
[[package]]
name = "serde"
version = "1.0.210"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.210"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.131"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67d42a0bd4ac281beff598909bb56a86acaf979b84483e1c79c10dcaf98f8cf3"
2024-03-25 17:34:07 +00:00
dependencies = [
"itoa",
"memchr",
2024-03-25 17:34:07 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
version = "0.1.19"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "serde_spanned"
version = "0.6.8"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
version = "3.11.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
2024-03-25 17:34:07 +00:00
dependencies = [
"base64 0.22.1",
2024-03-25 17:34:07 +00:00
"chrono",
"hex",
"indexmap 1.9.3",
"indexmap 2.6.0",
2024-03-25 17:34:07 +00:00
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
version = "3.11.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d"
2024-03-25 17:34:07 +00:00
dependencies = [
2024-07-15 05:14:40 +00:00
"darling",
2024-03-25 17:34:07 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "serde_yaml"
2024-04-06 12:20:05 +00:00
version = "0.9.34+deprecated"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2024-03-25 17:34:07 +00:00
dependencies = [
"indexmap 2.6.0",
2024-03-25 17:34:07 +00:00
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2024-03-25 17:34:07 +00:00
[[package]]
name = "signal-hook-registry"
version = "1.4.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2024-03-25 17:34:07 +00:00
dependencies = [
"libc",
]
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "simdutf8"
version = "0.1.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2024-03-25 17:34:07 +00:00
[[package]]
name = "similar"
version = "2.6.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1de1d4f81173b03af4c0cbed3c898f6bff5b870e4a7f5d6f4057d62a7a4b686e"
2024-03-25 17:34:07 +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"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "siphasher"
2024-04-06 12:20:05 +00:00
version = "1.0.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2024-03-25 17:34:07 +00:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "slotmap"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"
2024-04-06 12:20:05 +00:00
version = "1.13.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2024-03-25 17:34:07 +00:00
[[package]]
name = "socket2"
version = "0.5.7"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
2024-03-25 17:34:07 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
[[package]]
name = "stacker"
version = "0.1.17"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799c883d55abdb5e98af1a7b3f23b9b6de8ecada0ecac058672d7635eb48ca7b"
2024-03-25 17:34:07 +00:00
dependencies = [
"cc",
"cfg-if",
"libc",
"psm",
"windows-sys 0.59.0",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "strict-num"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
dependencies = [
"float-cmp",
]
[[package]]
name = "string-interner"
version = "0.17.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c6a0d765f5807e98a091107bae0a56ea3799f66a5de47b2c84c94a39c09974e"
dependencies = [
"cfg-if",
"hashbrown 0.14.5",
"serde",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "strsim"
version = "0.11.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-03-25 17:34:07 +00:00
[[package]]
name = "strum"
version = "0.26.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2024-03-25 17:34:07 +00:00
dependencies = [
"strum_macros",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "strum_macros"
version = "0.26.4"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2024-03-25 17:34:07 +00:00
dependencies = [
"heck",
2024-03-25 17:34:07 +00:00
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "subsetter"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74f98178f34057d4d4de93d68104007c6dea4dfac930204a69ab4622daefa648"
[[package]]
name = "subtle"
version = "2.6.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2024-03-25 17:34:07 +00:00
[[package]]
name = "svg2pdf"
version = "0.12.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5014c9dadcf318fb7ef8c16438e95abcc9de1ae24d60d5bccc64c55100c50364"
2024-03-25 17:34:07 +00:00
dependencies = [
"fontdb",
2024-03-25 17:34:07 +00:00
"image",
"log",
"miniz_oxide",
2024-03-25 17:34:07 +00:00
"once_cell",
"pdf-writer",
"resvg",
"siphasher 1.0.1",
"subsetter",
2024-03-25 17:34:07 +00:00
"tiny-skia",
"ttf-parser 0.24.1",
2024-03-25 17:34:07 +00:00
"usvg",
]
[[package]]
name = "svgtypes"
version = "0.15.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "794de53cc48eaabeed0ab6a3404a65f40b3e38c067e4435883a65d2aa4ca000e"
2024-03-25 17:34:07 +00:00
dependencies = [
"kurbo",
"siphasher 1.0.1",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.79"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sync-lsp"
version = "0.12.0"
dependencies = [
"anyhow",
"clap",
"crossbeam-channel",
"futures",
"log",
"lsp-server",
"lsp-types",
"parking_lot",
"reflexo",
"serde",
"serde_json",
"tinymist-query",
"tokio",
"tokio-util",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
[[package]]
name = "sync_wrapper"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
dependencies = [
"futures-core",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "syntect"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
dependencies = [
"bincode",
"bitflags 1.3.2",
"fancy-regex",
"flate2",
"fnv",
"once_cell",
"plist",
"regex-syntax",
"serde",
"serde_derive",
"serde_json",
"thiserror",
"walkdir",
"yaml-rust",
]
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "tap"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
[[package]]
name = "tar"
version = "0.4.42"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ff6c40d3aedb5e06b57c6f669ad17ab063dd1e63d977c6a88e7f4dfa4f04020"
2024-03-25 17:34:07 +00:00
dependencies = [
"filetime",
"libc",
"xattr",
]
[[package]]
name = "tempfile"
version = "3.13.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
"fastrand",
"once_cell",
2024-03-25 17:34:07 +00:00
"rustix",
"windows-sys 0.59.0",
2024-03-25 17:34:07 +00:00
]
2024-04-24 11:57:51 +00:00
[[package]]
name = "term"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
dependencies = [
"dirs-next",
"rustversion",
"winapi",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "terminal_size"
version = "0.4.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f599bd7ca042cfdf8f4512b277c02ba102247820f9d9d4a9f521f496751a6ef"
2024-03-25 17:34:07 +00:00
dependencies = [
"rustix",
"windows-sys 0.59.0",
2024-03-25 17:34:07 +00:00
]
2024-04-06 12:20:05 +00:00
[[package]]
name = "tests"
version = "0.12.0"
2024-04-06 12:20:05 +00:00
dependencies = [
"insta",
"lsp-server",
"lsp-types",
"reflexo",
"serde",
"serde_json",
]
[[package]]
name = "thin-vec"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b"
2024-03-25 17:34:07 +00:00
[[package]]
name = "thiserror"
version = "1.0.64"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
2024-03-25 17:34:07 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.64"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "thousands"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
[[package]]
name = "time"
version = "0.3.36"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2024-03-25 17:34:07 +00:00
dependencies = [
"deranged",
"itoa",
"libc",
"num-conv",
"num_threads",
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
version = "0.2.18"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2024-03-25 17:34:07 +00:00
dependencies = [
"num-conv",
"time-core",
]
[[package]]
name = "tiny-skia"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
dependencies = [
"arrayref",
"arrayvec 0.7.6",
2024-03-25 17:34:07 +00:00
"bytemuck",
"cfg-if",
"log",
"png",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
[[package]]
name = "tinymist"
version = "0.12.0"
2024-03-25 17:34:07 +00:00
dependencies = [
"anyhow",
"async-trait",
"base64 0.22.1",
2024-03-25 17:34:07 +00:00
"cargo_metadata",
"chrono",
2024-03-25 17:34:07 +00:00
"clap",
"clap_builder",
"clap_complete",
"clap_complete_fig",
"clap_complete_nushell",
2024-03-25 17:34:07 +00:00
"clap_mangen",
"codespan-reporting",
2024-04-06 12:20:05 +00:00
"comemo 0.4.0",
2024-03-25 17:34:07 +00:00
"crossbeam-channel",
"dhat",
"dirs",
2024-03-25 17:34:07 +00:00
"env_logger",
"futures",
"http-body-util",
"hyper 1.5.0",
"hyper-tungstenite",
"hyper-util",
2024-07-15 05:14:40 +00:00
"itertools 0.13.0",
2024-03-25 17:34:07 +00:00
"log",
"lsp-server",
"lsp-types",
"once_cell",
"open",
2024-03-25 17:34:07 +00:00
"parking_lot",
"paste",
"rayon",
"reflexo",
"reflexo-typst",
"reflexo-vec2svg",
2024-03-25 17:34:07 +00:00
"serde",
"serde_json",
"serde_yaml",
"sync-lsp",
"tinymist-assets 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
2024-03-25 17:34:07 +00:00
"tinymist-query",
2024-04-06 12:20:05 +00:00
"tinymist-render",
"tinymist-world",
2024-03-25 17:34:07 +00:00
"tokio",
"tokio-util",
"toml 0.8.19",
"typlite",
2024-03-25 17:34:07 +00:00
"typst",
"typst-ansi-hl",
2024-03-25 17:34:07 +00:00
"typst-assets",
"typst-pdf",
"typst-preview",
"typst-render",
"typst-shim",
2024-03-25 17:34:07 +00:00
"typst-svg",
2024-04-06 12:20:05 +00:00
"typst-timing",
"typstfmt_lib",
"typstyle",
"unicode-script",
2024-03-25 17:34:07 +00:00
"vergen",
"walkdir",
]
[[package]]
name = "tinymist-analysis"
version = "0.12.0"
dependencies = [
"base64 0.22.1",
"comemo 0.4.0",
"ecow 0.2.2",
"insta",
"log",
"regex",
"tinymist-world",
"toml 0.8.19",
"typst",
"typst-svg",
"typst-syntax 0.12.0",
]
[[package]]
name = "tinymist-assets"
version = "0.12.0"
[[package]]
name = "tinymist-assets"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c544e9b3366dd82252b8d5641f1ff6ac63535e9efe171db3ef73937ef97fa20a"
[[package]]
name = "tinymist-derive"
version = "0.12.0"
dependencies = [
"quote",
"syn 2.0.79",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "tinymist-query"
version = "0.12.0"
2024-03-25 17:34:07 +00:00
dependencies = [
"anyhow",
"base64 0.22.1",
"biblatex 0.9.3",
"chrono",
2024-04-06 12:20:05 +00:00
"comemo 0.4.0",
"dashmap",
"dirs",
2024-04-06 12:20:05 +00:00
"ecow 0.2.2",
2024-03-25 17:34:07 +00:00
"ena",
"hashbrown 0.14.5",
2024-03-25 17:34:07 +00:00
"hex",
"if_chain",
"indexmap 2.6.0",
2024-03-25 17:34:07 +00:00
"insta",
2024-07-15 05:14:40 +00:00
"itertools 0.13.0",
2024-03-25 17:34:07 +00:00
"log",
"lsp-types",
"once_cell",
"parking_lot",
2024-04-06 12:20:05 +00:00
"pathdiff",
"percent-encoding",
2024-03-25 17:34:07 +00:00
"reflexo",
"reflexo-typst",
2024-03-25 17:34:07 +00:00
"regex",
2024-04-24 11:57:51 +00:00
"rust_iso3166",
"rust_iso639",
2024-07-15 05:14:40 +00:00
"rustc-hash 2.0.0",
2024-03-25 17:34:07 +00:00
"serde",
"serde_json",
"serde_yaml",
2024-03-25 17:34:07 +00:00
"sha2",
"siphasher 1.0.1",
"strum",
"tinymist-analysis",
"tinymist-derive",
"tinymist-world",
"toml 0.8.19",
"triomphe",
"ttf-parser 0.20.0",
"typlite",
2024-03-25 17:34:07 +00:00
"typst",
"typst-assets",
"typst-shim",
2024-04-06 12:20:05 +00:00
"unscanny",
2024-03-25 17:34:07 +00:00
"walkdir",
"yaml-rust2",
2024-03-25 17:34:07 +00:00
]
2024-04-06 12:20:05 +00:00
[[package]]
name = "tinymist-render"
version = "0.12.0"
2024-04-06 12:20:05 +00:00
dependencies = [
"base64 0.22.1",
2024-04-06 12:20:05 +00:00
"log",
"reflexo-vec2svg",
2024-04-06 12:20:05 +00:00
"serde",
"tinymist-query",
]
[[package]]
name = "tinymist-world"
version = "0.12.0"
dependencies = [
"anyhow",
"chrono",
"clap",
"comemo 0.4.0",
"dirs",
"flate2",
"log",
"parking_lot",
"reflexo-typst",
"reflexo-typst-shim",
"reqwest 0.11.27",
"serde",
"serde_json",
"tar",
"tinymist-assets 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
"typst",
"typst-assets",
2024-04-06 12:20:05 +00:00
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "tinystr"
version = "0.7.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2024-03-25 17:34:07 +00:00
dependencies = [
"displaydoc",
"serde",
"zerovec",
]
[[package]]
name = "tinyvec"
2024-07-15 05:14:40 +00:00
version = "1.8.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2024-03-25 17:34:07 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "tokio"
version = "1.40.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
2024-03-25 17:34:07 +00:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio 1.0.2",
2024-03-25 17:34:07 +00:00
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"windows-sys 0.52.0",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "tokio-macros"
version = "2.4.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls 0.21.12",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.15",
"rustls-pki-types",
2024-03-25 17:34:07 +00:00
"tokio",
]
[[package]]
name = "tokio-tungstenite"
version = "0.23.1"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6989540ced10490aaf14e6bad2e3d33728a2813310a0c71d1574304c49631cd"
2024-03-25 17:34:07 +00:00
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite",
]
[[package]]
name = "tokio-util"
version = "0.7.12"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
2024-03-25 17:34:07 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-io",
2024-03-25 17:34:07 +00:00
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
2024-04-06 12:20:05 +00:00
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.19.15",
]
[[package]]
name = "toml"
version = "0.8.19"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.22",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-04-06 12:20:05 +00:00
version = "0.19.15"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2024-03-25 17:34:07 +00:00
dependencies = [
"indexmap 2.6.0",
2024-03-25 17:34:07 +00:00
"serde",
"serde_spanned",
"toml_datetime",
2024-04-06 12:20:05 +00:00
"winnow 0.5.40",
]
[[package]]
name = "toml_edit"
version = "0.22.22"
2024-04-06 12:20:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
2024-04-06 12:20:05 +00:00
dependencies = [
"indexmap 2.6.0",
2024-04-06 12:20:05 +00:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.20",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "tower-service"
version = "0.3.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2024-03-25 17:34:07 +00:00
[[package]]
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
"once_cell",
]
[[package]]
name = "triomphe"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef8f7726da4807b58ea5c96fdc122f80702030edc33b35aff9190a51148ccc85"
2024-03-25 17:34:07 +00:00
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
[[package]]
name = "ttf-parser"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
[[package]]
name = "ttf-parser"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a"
dependencies = [
"core_maths",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "tungstenite"
version = "0.23.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e2e2ce1e47ed2994fd43b04c8f618008d4cabdd5ee34027cf14f9d918edd9c8"
2024-03-25 17:34:07 +00:00
dependencies = [
"byteorder",
"bytes",
"data-encoding",
"http 1.1.0",
"httparse",
"log",
"rand",
"sha1",
"thiserror",
"utf-8",
]
[[package]]
name = "two-face"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37bed2135b2459c7eefba72c906d374697eb15949c205f2f124e3636a46b5eeb"
dependencies = [
"once_cell",
"serde",
"syntect",
]
[[package]]
name = "two-face"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ccd4843ea031c609fe9c16cae00e9657bad8a9f735a3cc2e420955d802b4268"
dependencies = [
"once_cell",
"serde",
"syntect",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "typed-arena"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2024-07-15 05:14:40 +00:00
[[package]]
name = "typlite"
version = "0.12.0"
2024-07-15 05:14:40 +00:00
dependencies = [
"base64 0.22.1",
"comemo 0.4.0",
"ecow 0.2.2",
2024-07-15 05:14:40 +00:00
"insta",
"regex",
"tinymist-analysis",
"tinymist-world",
"typst",
"typst-svg",
"typst-syntax 0.12.0",
2024-07-15 05:14:40 +00:00
]
[[package]]
name = "typlite-cli"
version = "0.0.0"
dependencies = [
"clap",
"ecow 0.2.2",
"tinymist-world",
"typlite",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "typst"
version = "0.12.0"
source = "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.12.0#58426a90a7ef721738a01be09793d33e55eb75a9"
2024-03-25 17:34:07 +00:00
dependencies = [
"arrayvec 0.7.6",
2024-03-25 17:34:07 +00:00
"az",
"bitflags 2.6.0",
"bumpalo",
2024-03-25 17:34:07 +00:00
"chinese-number",
"ciborium",
2024-04-06 12:20:05 +00:00
"comemo 0.4.0",
2024-03-25 17:34:07 +00:00
"csv",
2024-04-06 12:20:05 +00:00
"ecow 0.2.2",
"flate2",
2024-03-25 17:34:07 +00:00
"fontdb",
"hayagriva",
"hypher",
"icu_properties",
"icu_provider",
"icu_provider_adapters",
"icu_provider_blob",
"icu_segmenter",
"if_chain",
"image",
"indexmap 2.6.0",
2024-03-25 17:34:07 +00:00
"kamadak-exif",
"kurbo",
"lipsum",
"log",
"once_cell",
"palette",
"phf",
"png",
"portable-atomic",
"qcms",
"rayon",
"regex",
"roxmltree",
"rust_decimal",
2024-03-25 17:34:07 +00:00
"rustybuzz",
"serde",
"serde_json",
"serde_yaml",
2024-04-06 12:20:05 +00:00
"siphasher 1.0.1",
2024-03-25 17:34:07 +00:00
"smallvec",
"stacker",
"syntect",
"time",
"toml 0.8.19",
"ttf-parser 0.24.1",
"two-face 0.4.0",
2024-03-25 17:34:07 +00:00
"typed-arena",
"typst-assets",
"typst-macros",
"typst-syntax 0.12.0",
2024-03-25 17:34:07 +00:00
"typst-timing",
"typst-utils",
2024-03-25 17:34:07 +00:00
"unicode-bidi",
"unicode-math-class",
"unicode-script",
"unicode-segmentation",
"unscanny",
2024-03-25 17:34:07 +00:00
"usvg",
"wasmi",
"xmlwriter",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "typst-ansi-hl"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b457d0812d51dbc28f7a5b8583b8c28cd3c43628e1e7e5a0ae63975fda65351"
dependencies = [
"ansi_colours",
"once_cell",
"syntect",
"termcolor",
"thiserror",
"two-face 0.3.0",
"typst-syntax 0.11.1",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "typst-assets"
version = "0.12.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fe00da1b24da2c4a7da532fc33d0c3bd43a902ca4c408ee2c36eabe70f2f4ba"
2024-03-25 17:34:07 +00:00
[[package]]
name = "typst-macros"
version = "0.12.0"
source = "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.12.0#58426a90a7ef721738a01be09793d33e55eb75a9"
2024-03-25 17:34:07 +00:00
dependencies = [
"heck",
2024-03-25 17:34:07 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "typst-pdf"
version = "0.12.0"
source = "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.12.0#58426a90a7ef721738a01be09793d33e55eb75a9"
2024-03-25 17:34:07 +00:00
dependencies = [
"arrayvec 0.7.6",
"base64 0.22.1",
2024-03-25 17:34:07 +00:00
"bytemuck",
2024-04-06 12:20:05 +00:00
"comemo 0.4.0",
"ecow 0.2.2",
2024-03-25 17:34:07 +00:00
"image",
"indexmap 2.6.0",
"miniz_oxide",
2024-03-25 17:34:07 +00:00
"once_cell",
"pdf-writer",
"serde",
2024-03-25 17:34:07 +00:00
"subsetter",
"svg2pdf",
"ttf-parser 0.24.1",
2024-03-25 17:34:07 +00:00
"typst",
"typst-assets",
"typst-macros",
"typst-timing",
"unscanny",
"xmp-writer",
]
[[package]]
name = "typst-preview"
version = "0.12.0"
2024-03-25 17:34:07 +00:00
dependencies = [
"clap",
2024-04-06 12:20:05 +00:00
"comemo 0.4.0",
2024-03-25 17:34:07 +00:00
"env_logger",
"futures",
"indexmap 2.6.0",
2024-03-25 17:34:07 +00:00
"log",
"once_cell",
"reflexo-typst",
"reflexo-vec2svg",
2024-03-25 17:34:07 +00:00
"serde",
"serde_json",
"tinymist-assets 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
2024-03-25 17:34:07 +00:00
"tokio",
"typst",
"typst-assets",
]
[[package]]
name = "typst-render"
version = "0.12.0"
source = "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.12.0#58426a90a7ef721738a01be09793d33e55eb75a9"
2024-03-25 17:34:07 +00:00
dependencies = [
"bytemuck",
2024-04-06 12:20:05 +00:00
"comemo 0.4.0",
2024-03-25 17:34:07 +00:00
"image",
"pixglyph",
"resvg",
"roxmltree",
2024-03-25 17:34:07 +00:00
"tiny-skia",
"ttf-parser 0.24.1",
2024-03-25 17:34:07 +00:00
"typst",
"typst-macros",
"typst-timing",
"usvg",
]
[[package]]
name = "typst-shim"
version = "0.12.0"
dependencies = [
"cfg-if",
"typst",
"typst-syntax 0.12.0",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "typst-svg"
version = "0.12.0"
source = "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.12.0#58426a90a7ef721738a01be09793d33e55eb75a9"
2024-03-25 17:34:07 +00:00
dependencies = [
"base64 0.22.1",
2024-04-06 12:20:05 +00:00
"comemo 0.4.0",
"ecow 0.2.2",
2024-03-25 17:34:07 +00:00
"flate2",
"ttf-parser 0.24.1",
2024-03-25 17:34:07 +00:00
"typst",
"typst-macros",
"typst-timing",
"xmlparser",
"xmlwriter",
]
2024-04-06 12:20:05 +00:00
[[package]]
name = "typst-syntax"
version = "0.7.0"
source = "git+https://github.com/typst/typst.git?tag=v0.7.0#da8367e189b02918a8fe1a98fd3059fd11a82cd9"
dependencies = [
"comemo 0.3.1",
"ecow 0.1.2",
"once_cell",
"serde",
"tracing",
"unicode-ident",
"unicode-math-class",
"unicode-segmentation",
"unscanny",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "typst-syntax"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3db69f2f41613b1ff6edbec44fd7dc524137f099ee36c46f560cedeaadb40c4"
2024-03-25 17:34:07 +00:00
dependencies = [
2024-04-06 12:20:05 +00:00
"comemo 0.4.0",
"ecow 0.2.2",
2024-03-25 17:34:07 +00:00
"once_cell",
"serde",
"unicode-ident",
"unicode-math-class",
"unicode-script",
"unicode-segmentation",
"unscanny",
]
[[package]]
name = "typst-syntax"
version = "0.12.0"
source = "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.12.0#58426a90a7ef721738a01be09793d33e55eb75a9"
dependencies = [
"ecow 0.2.2",
"once_cell",
"serde",
"toml 0.8.19",
"typst-utils",
"unicode-ident",
"unicode-math-class",
"unicode-script",
"unicode-segmentation",
"unscanny",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "typst-timing"
version = "0.12.0"
source = "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.12.0#58426a90a7ef721738a01be09793d33e55eb75a9"
2024-03-25 17:34:07 +00:00
dependencies = [
"parking_lot",
"serde",
"serde_json",
"typst-syntax 0.12.0",
]
[[package]]
name = "typst-utils"
version = "0.12.0"
source = "git+https://github.com/Myriad-Dreamin/typst.git?tag=tinymist-v0.12.0#58426a90a7ef721738a01be09793d33e55eb75a9"
dependencies = [
"once_cell",
"portable-atomic",
"rayon",
"siphasher 1.0.1",
"thin-vec",
2024-03-25 17:34:07 +00:00
]
2024-04-06 12:20:05 +00:00
[[package]]
name = "typstfmt_lib"
version = "0.2.7"
source = "git+https://github.com/astrale-sharp/typstfmt?tag=0.2.7#46b4ec34b4726c3c6541012f433c68c22d9e509c"
dependencies = [
"globmatch",
"itertools 0.10.5",
"regex",
"serde",
"toml 0.7.8",
"tracing",
"typst-syntax 0.7.0",
"unicode-segmentation",
]
[[package]]
name = "typstyle"
version = "0.12.0"
2024-04-06 12:20:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff9884838ec5385e1ebd940752eed327ed13aaa4ce77c2c3886e8640b0a9de2e"
2024-04-06 12:20:05 +00:00
dependencies = [
"anyhow",
"itertools 0.13.0",
2024-04-06 12:20:05 +00:00
"pretty",
"typst-syntax 0.12.0",
2024-04-06 12:20:05 +00:00
"vergen",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "unic-langid"
version = "0.9.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
2024-03-25 17:34:07 +00:00
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
"tinystr",
]
[[package]]
name = "unicase"
version = "2.8.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e51b68083f157f853b6379db119d1c1be0e6e4dec98101079dec41f6f5cf6df"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.17"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unicode-bidi-mirroring"
version = "0.3.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64af057ad7466495ca113126be61838d8af947f41d93a949980b2389a118082f"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unicode-ccc"
version = "0.3.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "260bc6647b3893a9a90668360803a15f96b85a5257b1c3a0c3daf6ae2496de42"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.13"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unicode-math-class"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d246cf599d5fae3c8d56e04b20eb519adb89a8af8d0b0fbcded369aa3647d65"
[[package]]
name = "unicode-normalization"
version = "0.1.24"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2024-03-25 17:34:07 +00:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-properties"
version = "0.1.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unicode-script"
version = "0.5.7"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unicode-vo"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
[[package]]
name = "unicode-width"
version = "0.1.14"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unicode-width"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unsafe-libyaml"
2024-04-06 12:20:05 +00:00
version = "0.2.11"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-06 12:20:05 +00:00
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2024-03-25 17:34:07 +00:00
[[package]]
name = "unscanny"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9df2af067a7953e9c3831320f35c1cc0600c30d44d9f7a12b01db1cd88d6b47"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
version = "2.5.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2024-03-25 17:34:07 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
]
[[package]]
name = "usvg"
version = "0.43.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6803057b5cbb426e9fb8ce2216f3a9b4ca1dd2c705ba3cbebc13006e437735fd"
2024-03-25 17:34:07 +00:00
dependencies = [
"base64 0.22.1",
2024-03-25 17:34:07 +00:00
"data-url",
"flate2",
"fontdb",
2024-03-25 17:34:07 +00:00
"imagesize",
"kurbo",
"log",
"pico-args",
"roxmltree",
"rustybuzz",
2024-03-25 17:34:07 +00:00
"simplecss",
"siphasher 1.0.1",
"strict-num",
2024-03-25 17:34:07 +00:00
"svgtypes",
"tiny-skia-path",
2024-03-25 17:34:07 +00:00
"unicode-bidi",
"unicode-script",
"unicode-vo",
"xmlwriter",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
[[package]]
name = "utf8parse"
version = "0.2.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-03-25 17:34:07 +00:00
[[package]]
name = "uuid"
version = "1.11.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
2024-03-25 17:34:07 +00:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vergen"
2024-07-15 05:14:40 +00:00
version = "8.3.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566"
2024-03-25 17:34:07 +00:00
dependencies = [
"anyhow",
"cargo_metadata",
"cfg-if",
"regex",
"rustc_version",
"rustversion",
"time",
]
[[package]]
name = "version_check"
version = "0.9.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-03-25 17:34:07 +00:00
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.95"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
"once_cell",
2024-03-25 17:34:07 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.95"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
2024-03-25 17:34:07 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.45"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
2024-03-25 17:34:07 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.95"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
2024-03-25 17:34:07 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.95"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.95"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
2024-03-25 17:34:07 +00:00
[[package]]
name = "wasmi"
version = "0.35.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbaac6e702fa7b52258e5ac90d6e20a40afb37a1fbe7c645d0903ee42c5f85f4"
2024-03-25 17:34:07 +00:00
dependencies = [
"arrayvec 0.7.6",
"multi-stash",
"num-derive",
"num-traits",
2024-03-25 17:34:07 +00:00
"smallvec",
"spin",
"wasmi_collections",
2024-03-25 17:34:07 +00:00
"wasmi_core",
"wasmparser-nostd",
]
[[package]]
name = "wasmi_collections"
version = "0.35.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff59e30e550a509cc689ec638e5042be4d78ec9f6dd8a71fd02ee28776a74fd"
dependencies = [
"ahash 0.8.11",
"hashbrown 0.14.5",
"string-interner",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "wasmi_core"
version = "0.35.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e10c674add0f92f47bf8ad57c55ee3ac1762a0d9baf07535e27e22b758a916"
2024-03-25 17:34:07 +00:00
dependencies = [
"downcast-rs",
"libm",
"num-traits",
"paste",
]
[[package]]
name = "wasmparser-nostd"
version = "0.100.2"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa"
2024-03-25 17:34:07 +00:00
dependencies = [
"indexmap-nostd",
]
[[package]]
name = "web-sys"
version = "0.3.72"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
2024-03-25 17:34:07 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "webpki-roots"
version = "0.26.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
dependencies = [
"rustls-pki-types",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "weezl"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
[[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.9"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2024-03-25 17:34:07 +00:00
dependencies = [
"windows-sys 0.59.0",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
2024-07-15 05:14:40 +00:00
"windows-targets 0.52.6",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "windows-registry"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
dependencies = [
"windows-result",
"windows-strings",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-result"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-strings"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
dependencies = [
"windows-result",
"windows-targets 0.52.6",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-07-15 05:14:40 +00:00
"windows-targets 0.52.6",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-07-15 05:14:40 +00:00
version = "0.52.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-03-25 17:34:07 +00:00
dependencies = [
2024-07-15 05:14:40 +00:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
2024-07-15 05:14:40 +00:00
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2024-03-25 17:34:07 +00:00
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-15 05:14:40 +00:00
version = "0.52.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-03-25 17:34:07 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-07-15 05:14:40 +00:00
version = "0.52.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-03-25 17:34:07 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-07-15 05:14:40 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
2024-07-15 05:14:40 +00:00
version = "0.52.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-03-25 17:34:07 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-07-15 05:14:40 +00:00
version = "0.52.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-03-25 17:34:07 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-07-15 05:14:40 +00:00
version = "0.52.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-03-25 17:34:07 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-07-15 05:14:40 +00:00
version = "0.52.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-03-25 17:34:07 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-07-15 05:14:40 +00:00
version = "0.52.6"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-03-25 17:34:07 +00:00
2024-04-06 12:20:05 +00:00
[[package]]
name = "winnow"
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "winnow"
version = "0.6.20"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
2024-03-25 17:34:07 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
[[package]]
name = "writeable"
version = "0.5.5"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2024-03-25 17:34:07 +00:00
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
[[package]]
name = "xattr"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
dependencies = [
"libc",
"linux-raw-sys",
"rustix",
]
[[package]]
name = "xmlparser"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
[[package]]
name = "xmlwriter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
[[package]]
name = "xmp-writer"
version = "0.3.0"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8254499146a4fd0c86e3e99cf4a9f468f595808fb49ff8f3e495f2b117bf4ebc"
2024-03-25 17:34:07 +00:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "yaml-rust2"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
dependencies = [
"arraydeque",
"encoding_rs",
"hashlink",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "yoke"
version = "0.7.4"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.4"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
"synstructure",
]
[[package]]
name = "zerocopy"
2024-07-15 05:14:40 +00:00
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-07-15 05:14:40 +00:00
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-15 05:14:40 +00:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
]
2024-03-25 17:34:07 +00:00
[[package]]
name = "zerofrom"
version = "0.1.4"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55"
2024-03-25 17:34:07 +00:00
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.4"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
2024-03-25 17:34:07 +00:00
"synstructure",
]
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2024-03-25 17:34:07 +00:00
[[package]]
name = "zerotrie"
version = "0.1.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb594dd55d87335c5f60177cee24f19457a5ec10a065e0a3014722ad252d0a1f"
2024-03-25 17:34:07 +00:00
dependencies = [
"displaydoc",
"litemap",
"serde",
"zerovec",
]
[[package]]
name = "zerovec"
version = "0.10.4"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
2024-03-25 17:34:07 +00:00
dependencies = [
"serde",
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
2024-03-25 17:34:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
2024-03-25 17:34:07 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
]
[[package]]
name = "zune-core"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
[[package]]
name = "zune-jpeg"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
dependencies = [
"zune-core",
2024-03-25 17:34:07 +00:00
]