mylloon.fr/Cargo.lock

3724 lines
91 KiB
Text
Raw Permalink Normal View History

2023-02-02 11:06:27 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-02-08 20:49:05 +01:00
[[package]]
name = "actix-codec"
2024-05-28 19:44:08 +02:00
version = "0.5.2"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
2023-02-08 20:49:05 +01:00
dependencies = [
2024-07-23 10:26:19 +02:00
"bitflags 2.6.0",
2023-02-08 20:49:05 +01:00
"bytes",
"futures-core",
"futures-sink",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
2023-05-23 10:07:09 +02:00
"tracing",
2023-02-08 20:49:05 +01:00
]
[[package]]
name = "actix-files"
2024-07-23 10:26:19 +02:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-23 10:26:19 +02:00
checksum = "0773d59061dedb49a8aed04c67291b9d8cf2fe0b60130a381aab53c6dd86e9be"
dependencies = [
"actix-http",
"actix-service",
"actix-utils",
"actix-web",
2024-07-23 10:26:19 +02:00
"bitflags 2.6.0",
"bytes",
"derive_more",
"futures-core",
"http-range",
"log",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
2024-05-28 19:44:08 +02:00
"v_htmlescape",
]
2023-02-08 20:49:05 +01:00
[[package]]
name = "actix-http"
version = "3.9.0"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
2023-02-08 20:49:05 +01:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
2024-05-28 19:44:08 +02:00
"ahash 0.8.11",
2024-07-23 10:26:19 +02:00
"base64",
"bitflags 2.6.0",
2023-02-08 20:49:05 +01:00
"brotli",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"futures-core",
2024-05-28 19:44:08 +02:00
"http 0.2.12",
2023-02-08 20:49:05 +01:00
"httparse",
"httpdate",
"itoa 1.0.11",
2023-02-08 20:49:05 +01:00
"language-tags",
"local-channel",
"mime",
"percent-encoding",
"pin-project-lite",
2023-10-31 17:17:55 +01:00
"rand 0.8.5",
2023-02-08 20:49:05 +01:00
"sha1",
"smallvec",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "actix-macros"
version = "0.2.4"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
2023-02-08 20:49:05 +01:00
dependencies = [
"quote",
"syn 2.0.82",
2023-02-08 20:49:05 +01:00
]
[[package]]
name = "actix-router"
2024-05-28 19:44:08 +02:00
version = "0.5.3"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "13d324164c51f63867b57e73ba5936ea151b8a41a1d23d1031eeb9f70d0236f8"
2023-02-08 20:49:05 +01:00
dependencies = [
"bytestring",
2024-05-28 19:44:08 +02:00
"cfg-if",
"http 0.2.12",
"regex-lite",
2023-02-08 20:49:05 +01:00
"serde",
"tracing",
]
[[package]]
name = "actix-rt"
2024-07-23 10:26:19 +02:00
version = "2.10.0"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-23 10:26:19 +02:00
checksum = "24eda4e2a6e042aa4e55ac438a2ae052d3b5da0ecf83d7411e1a368946925208"
2023-02-08 20:49:05 +01:00
dependencies = [
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
version = "2.5.0"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894"
2023-02-08 20:49:05 +01:00
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
"futures-util",
"mio",
"socket2",
2023-02-08 20:49:05 +01:00
"tokio",
"tracing",
]
[[package]]
name = "actix-service"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
"futures-core",
"paste",
"pin-project-lite",
]
[[package]]
name = "actix-utils"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
dependencies = [
"local-waker",
"pin-project-lite",
]
[[package]]
name = "actix-web"
2024-09-14 21:01:30 +02:00
version = "4.9.0"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-14 21:01:30 +02:00
checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
2023-02-08 20:49:05 +01:00
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
2024-05-28 19:44:08 +02:00
"ahash 0.8.11",
2023-02-08 20:49:05 +01:00
"bytes",
"bytestring",
"cfg-if",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
2024-09-14 21:01:30 +02:00
"impl-more",
"itoa 1.0.11",
2023-02-08 20:49:05 +01:00
"language-tags",
"log",
"mime",
"once_cell",
"pin-project-lite",
2024-05-28 19:44:08 +02:00
"regex-lite",
2023-02-08 20:49:05 +01:00
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
"socket2",
2023-09-13 23:27:29 +02:00
"time",
2023-02-08 20:49:05 +01:00
"url",
]
[[package]]
name = "actix-web-codegen"
2024-07-23 10:26:19 +02:00
version = "4.3.0"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-23 10:26:19 +02:00
checksum = "f591380e2e68490b5dfaf1dd1aa0ebe78d84ba7067078512b4ea6e4492d622b8"
2023-02-08 20:49:05 +01:00
dependencies = [
"actix-router",
"proc-macro2",
"quote",
"syn 2.0.82",
]
[[package]]
name = "addr2line"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"gimli",
2023-02-08 20:49:05 +01:00
]
[[package]]
name = "adler2"
version = "2.0.0"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2023-02-08 20:49:05 +01:00
2024-01-19 16:57:10 +01:00
[[package]]
name = "ahash"
2024-05-28 19:44:08 +02:00
version = "0.7.8"
2024-01-19 16:57:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
2024-01-19 16:57:10 +01:00
dependencies = [
2024-05-28 19:44:08 +02:00
"getrandom 0.2.15",
2024-01-19 16:57:10 +01:00
"once_cell",
"version_check",
]
2023-04-09 14:48:52 +02:00
[[package]]
name = "ahash"
2024-05-28 19:44:08 +02:00
version = "0.8.11"
2023-04-09 14:48:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-04-09 14:48:52 +02:00
dependencies = [
"cfg-if",
2024-05-28 19:44:08 +02:00
"getrandom 0.2.15",
2023-04-09 14:48:52 +02:00
"once_cell",
"version_check",
2024-05-28 19:44:08 +02:00
"zerocopy",
2023-04-09 14:48:52 +02:00
]
2023-02-08 20:49:05 +01:00
[[package]]
name = "aho-corasick"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
dependencies = [
"memchr",
]
[[package]]
name = "aho-corasick"
2024-05-28 19:44:08 +02:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
2023-02-08 20:49:05 +01:00
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "allocator-api2"
2024-05-28 19:44:08 +02:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2023-08-14 18:18:12 +02:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2023-04-20 14:41:36 +02:00
[[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 = "anstream"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-28 19:44:08 +02:00
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "anstyle-parse"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
dependencies = [
2024-05-28 19:44:08 +02:00
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
dependencies = [
"anstyle",
2024-05-28 19:44:08 +02:00
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
version = "1.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37bf3594c4c988a53154954629820791dde498571819ae4ca50ca811e060cc95"
2023-02-08 20:49:05 +01:00
[[package]]
2023-04-09 19:02:06 +02:00
name = "arrayvec"
version = "0.7.6"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2023-02-08 20:49:05 +01:00
[[package]]
name = "async-trait"
version = "0.1.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.82",
]
2023-04-26 12:50:08 +02:00
[[package]]
name = "atom_syndication"
version = "0.12.4"
2023-04-26 12:50:08 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a3a5ed3201df5658d1aa45060c5a57dc9dba8a8ada20d696d67cb0c479ee043"
2023-04-26 12:50:08 +02:00
dependencies = [
"chrono",
"derive_builder",
"diligent-date-parser",
"never",
"quick-xml 0.36.2",
2023-04-26 12:50:08 +02:00
]
2024-05-28 19:44:08 +02:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-02-08 20:49:05 +01:00
[[package]]
name = "autocfg"
version = "1.4.0"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2023-02-08 20:49:05 +01:00
[[package]]
name = "backtrace"
version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-targets",
2023-04-09 19:02:06 +02:00
]
[[package]]
name = "base64"
2024-05-28 19:44:08 +02:00
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-01-19 16:57:10 +01:00
[[package]]
name = "base64-simd"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "781dd20c3aff0bd194fe7d2a977dd92f21c173891f3a03b677359e5fa457e5d5"
dependencies = [
"simd-abstraction",
]
2023-04-09 14:48:52 +02:00
[[package]]
2023-04-09 19:02:06 +02:00
name = "beef"
version = "0.5.2"
2023-04-09 14:48:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-09 19:02:06 +02:00
checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
2023-04-09 14:48:52 +02:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bit-set"
version = "0.5.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"
2023-02-08 20:49:05 +01:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-09-13 23:27:29 +02:00
[[package]]
name = "bitflags"
2024-07-23 10:26:19 +02:00
version = "2.6.0"
2023-09-13 23:27:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-23 10:26:19 +02:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-09-13 23:27:29 +02:00
2024-01-19 16:57:10 +01:00
[[package]]
name = "bitvec"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
dependencies = [
"funty",
"radium",
"tap",
"wyz",
]
2023-02-08 20:49:05 +01:00
[[package]]
name = "block-buffer"
2023-04-09 14:48:52 +02:00
version = "0.10.4"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-09 14:48:52 +02:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2023-02-08 20:49:05 +01:00
dependencies = [
"generic-array",
]
[[package]]
name = "brotli"
2024-05-28 19:44:08 +02:00
version = "6.0.0"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
2023-02-08 20:49:05 +01:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2024-05-28 19:44:08 +02:00
version = "4.0.1"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "9a45bd2e4095a8b518033b128020dd4a55aab1c0a381ba4404a472630f4bc362"
2023-02-08 20:49:05 +01:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2023-04-11 11:31:01 +02:00
[[package]]
name = "bumpalo"
2024-05-28 19:44:08 +02:00
version = "3.16.0"
2023-04-11 11:31:01 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-04-11 11:31:01 +02:00
2024-01-19 16:57:10 +01:00
[[package]]
name = "bytecheck"
2024-05-28 19:44:08 +02:00
version = "0.6.12"
2024-01-19 16:57:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
2024-01-19 16:57:10 +01:00
dependencies = [
"bytecheck_derive",
"ptr_meta",
"simdutf8",
]
[[package]]
name = "bytecheck_derive"
2024-05-28 19:44:08 +02:00
version = "0.6.12"
2024-01-19 16:57:10 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
2024-01-19 16:57:10 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-10-31 17:17:55 +01:00
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-02-08 20:49:05 +01:00
[[package]]
name = "bytes"
version = "1.8.0"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
2023-02-08 20:49:05 +01:00
[[package]]
name = "bytestring"
2024-05-28 19:44:08 +02:00
version = "1.3.1"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
2023-02-08 20:49:05 +01:00
dependencies = [
"bytes",
]
2023-04-11 10:45:25 +02:00
[[package]]
name = "cached"
2024-11-09 15:22:23 +01:00
version = "0.54.0"
2023-04-11 10:45:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-09 15:22:23 +01:00
checksum = "9718806c4a2fe9e8a56fd736f97b340dd10ed1be8ed733ed50449f351dc33cae"
2023-04-11 10:45:25 +02:00
dependencies = [
2024-05-28 19:44:08 +02:00
"ahash 0.8.11",
"async-trait",
2023-04-11 10:45:25 +02:00
"cached_proc_macro",
"cached_proc_macro_types",
"futures",
2024-05-28 19:44:08 +02:00
"hashbrown 0.14.5",
2023-04-11 10:45:25 +02:00
"once_cell",
"thiserror",
"tokio",
2024-07-23 10:26:19 +02:00
"web-time",
2023-04-11 10:45:25 +02:00
]
[[package]]
name = "cached_proc_macro"
2024-07-23 10:26:19 +02:00
version = "0.23.0"
2023-04-11 10:45:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-23 10:26:19 +02:00
checksum = "2f42a145ed2d10dce2191e1dcf30cfccfea9026660e143662ba5eec4017d5daa"
2023-04-11 10:45:25 +02:00
dependencies = [
2024-05-28 19:44:08 +02:00
"darling",
2023-04-11 10:45:25 +02:00
"proc-macro2",
"quote",
"syn 2.0.82",
2023-04-11 10:45:25 +02:00
]
[[package]]
name = "cached_proc_macro_types"
2024-01-25 18:30:46 +01:00
version = "0.1.1"
2023-04-11 10:45:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-25 18:30:46 +01:00
checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
2023-04-11 10:45:25 +02:00
2024-07-12 17:52:38 +02:00
[[package]]
name = "caseless"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f"
dependencies = [
"regex",
"unicode-normalization",
]
2023-02-08 20:49:05 +01:00
[[package]]
name = "cc"
version = "1.1.31"
2023-02-08 20:49:05 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
dependencies = [
"shlex",
]
2023-02-08 20:49:05 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-04-20 14:41:36 +02:00
[[package]]
name = "chrono"
2024-05-28 19:44:08 +02:00
version = "0.4.38"
2023-04-20 14:41:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:44:08 +02:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2023-04-20 14:41:36 +02:00
dependencies = [
2023-08-14 18:18:12 +02:00
"android-tzdata",
2023-04-20 14:41:36 +02:00
"iana-time-zone",
"num-traits",
"windows-targets",
2023-04-20 14:41:36 +02:00
]
2023-04-26 13:49:05 +02:00
[[package]]
name = "chrono-tz"
2024-09-14 21:01:30 +02:00
version = "0.10.0"
2023-04-26 13:49:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-14 21:01:30 +02:00
checksum = "cd6dd8046d00723a59a2f8c5f295c515b9bb9a331ee4f8f3d4dd49e428acd3b6"
2023-04-26 13:49:05 +02:00
dependencies = [
"chrono",
"chrono-tz-build",
2023-10-31 17:17:55 +01:00
"phf 0.11.2",
2023-04-26 13:49:05 +02:00
]
[[package]]
name = "chrono-tz-build"
2024-09-14 21:01:30 +02:00
version = "0.4.0"
2023-04-26 13:49:05 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-14 21:01:30 +02:00
checksum = "e94fea34d77a245229e7746bd2beb786cd2a896f306ff491fb8cecb3074b10a7"
2023-04-26 13:49:05 +02:00
dependencies = [
"parse-zoneinfo",
2023-10-31 17:17:55 +01:00
"phf_codegen 0.11.2",
2023-04-26 13:49:05 +02:00
]
[[package]]
name = "clap"
version = "4.5.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2024-05-28 19:44:08 +02:00
"strsim",
"terminal_size",
]
[[package]]
name = "clap_derive"
version = "4.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn 2.0.82",
]
[[package]]
name = "clap_lex"
version = "0.7.2"
2023-04-20 14:41:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2023-04-20 14:41:36 +02:00
[[package]]
name = "colorchoice"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
[[package]]
name = "comrak"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8c32ff8b21372fab0e9ecc4e42536055702dc5faa418362bffd1544f9d12637"
dependencies = [
2024-07-12 17:52:38 +02:00
"caseless",
"clap",
"derive_builder",
"entities",
"memchr",
"once_cell",
"regex",
"shell-words",
"slug",
"syntect",
"typed-arena",
"unicode_categories",
"xdg",
]
2024-01-19 16:57:10 +01:00
[[package]]
name = "const-str"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21077772762a1002bb421c3af42ac1725fa56066bfc53d9a55bb79905df2aaf3"
dependencies = [
"const-str-proc-macro",
]