upub/Cargo.lock

5674 lines
133 KiB
Text
Raw Normal View History

2024-04-30 14:23:30 +02: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-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
2024-04-30 14:23:30 +02:00
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2024-04-30 14:23:30 +02: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 = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
[[package]]
name = "allocator-api2"
version = "0.2.21"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
2024-04-30 14:23:30 +02: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 = "anstream"
version = "0.6.18"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
2024-04-30 14:23:30 +02:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-27 06:26:11 +02:00
"is_terminal_polyfill",
2024-04-30 14:23:30 +02:00
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.10"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
2024-04-30 14:23:30 +02:00
[[package]]
name = "anstyle-parse"
version = "0.2.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
2024-04-30 14:23:30 +02:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
2024-04-30 14:23:30 +02:00
dependencies = [
"windows-sys 0.59.0",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "anstyle-wincon"
version = "3.0.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
2024-04-30 14:23:30 +02:00
dependencies = [
"anstyle",
"windows-sys 0.59.0",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "anyhow"
version = "1.0.95"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
2024-05-27 06:26:11 +02:00
[[package]]
name = "anymap2"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
2024-04-30 14:23:30 +02:00
[[package]]
name = "apb"
version = "0.3.1"
2024-04-30 14:23:30 +02:00
dependencies = [
"chrono",
"paste",
"reqwest",
"sea-orm",
"serde_json",
"thiserror 2.0.10",
2024-04-30 14:23:30 +02:00
"tracing",
]
[[package]]
name = "arrayvec"
version = "0.7.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2024-04-30 14:23:30 +02:00
[[package]]
name = "async-recursion"
2024-05-27 06:26:11 +02:00
version = "1.1.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "async-stream"
version = "0.3.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
2024-04-30 14:23:30 +02:00
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-stream-impl"
version = "0.3.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "async-trait"
version = "0.1.85"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "atoi"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
dependencies = [
"num-traits",
]
2024-05-27 06:26:11 +02:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2024-04-30 14:23:30 +02:00
[[package]]
name = "attribute-derive"
version = "0.9.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f1ee502851995027b06f99f5ffbeffa1406b38d0b318a1ebfa469332c6cbafd"
2024-04-30 14:23:30 +02:00
dependencies = [
2025-01-09 18:47:01 +01:00
"attribute-derive-macro",
2024-04-30 14:23:30 +02:00
"derive-where",
2025-01-09 18:47:01 +01:00
"manyhow",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "attribute-derive-macro"
version = "0.9.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3601467f634cfe36c4780ca9c75dea9a5b34529c1f2810676a337e7e0997f954"
2024-04-30 14:23:30 +02:00
dependencies = [
"collection_literals",
"interpolator",
2025-01-09 18:47:01 +01:00
"manyhow",
"proc-macro-utils 0.8.0",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"quote-use",
"syn 2.0.95",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "autocfg"
version = "1.4.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2024-04-30 14:23:30 +02:00
[[package]]
name = "axum"
version = "0.8.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d6fd624c75e18b3b4c6b9caf42b1afe24437daaee904069137d8bab077be8b8"
2024-04-30 14:23:30 +02:00
dependencies = [
"axum-core",
"bytes",
"form_urlencoded",
2024-04-30 14:23:30 +02:00
"futures-util",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"http-body",
"http-body-util",
"hyper",
"hyper-util",
"itoa",
"matchit",
"memchr",
"mime",
"multer",
2024-04-30 14:23:30 +02:00
"percent-encoding",
"pin-project-lite",
"rustversion",
"serde",
"serde_json",
"serde_path_to_error",
"serde_urlencoded",
"sync_wrapper",
2024-04-30 14:23:30 +02:00
"tokio",
"tower",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "axum-core"
version = "0.5.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df1362f362fd16024ae199c1970ce98f9661bf5ef94b9808fee734bc3698b733"
2024-04-30 14:23:30 +02:00
dependencies = [
"bytes",
"futures-util",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"http-body",
"http-body-util",
"mime",
"pin-project-lite",
"rustversion",
"sync_wrapper",
2024-04-30 14:23:30 +02:00
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "backtrace"
version = "0.3.74"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2024-04-30 14:23:30 +02:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-targets 0.52.6",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "base64"
2024-05-27 06:26:11 +02:00
version = "0.22.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-04-30 14:23:30 +02:00
[[package]]
name = "base64ct"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "bigdecimal"
version = "0.4.7"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f31f3af01c5c65a07985c804d3366560e6fa7883d640a122819b14ec327482c"
2024-04-30 14:23:30 +02:00
dependencies = [
"autocfg",
"libm",
2024-04-30 14:23:30 +02:00
"num-bigint",
"num-integer",
"num-traits",
"serde",
2024-04-30 14:23:30 +02:00
]
2024-05-02 14:21:42 +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"
2024-04-30 14:23:30 +02:00
[[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-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-04-30 14:23:30 +02: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 = "bon"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe7acc34ff59877422326db7d6f2d845a582b16396b6b08194942bf34c6528ab"
dependencies = [
"bon-macros",
"rustversion",
]
[[package]]
name = "bon-macros"
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4159dd617a7fbc9be6a692fe69dc2954f8e6bb6bb5e4d7578467441390d77fd0"
dependencies = [
"darling",
"ident_case",
"prettyplease",
"proc-macro2",
"quote",
"rustversion",
"syn 2.0.95",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "borsh"
version = "1.5.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
2024-04-30 14:23:30 +02:00
dependencies = [
"borsh-derive",
"cfg_aliases",
]
[[package]]
name = "borsh-derive"
version = "1.5.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
2024-04-30 14:23:30 +02:00
dependencies = [
"once_cell",
"proc-macro-crate",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[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",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"syn 1.0.109",
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "bytes"
version = "1.9.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2024-04-30 14:23:30 +02:00
[[package]]
name = "camino"
version = "1.1.9"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
2024-04-30 14:23:30 +02:00
[[package]]
name = "caseless"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6fd507454086c8edfd769ca6ada439193cdb209c7681712ef6275cccbfe5d8"
dependencies = [
"unicode-normalization",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "cc"
version = "1.2.7"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a012a0df96dd6d06ba9a1b29d6402d1a5d77c6befd2566afdc26e10603dc93d7"
dependencies = [
"shlex",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.2.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-04-30 14:23:30 +02:00
[[package]]
name = "chrono"
version = "0.4.39"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2024-04-30 14:23:30 +02:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.6",
2024-04-30 14:23:30 +02: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 = "clap"
version = "4.5.25"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b95dca1b68188a08ca6af9d96a6576150f598824bdb528c1190460c2940a0b48"
2024-04-30 14:23:30 +02:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.5.25"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ab52925392148efd3f7562f2136a81ffb778076bcc85727c6e020d6dd57cf15"
2024-04-30 14:23:30 +02:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
2024-05-02 14:21:42 +02:00
"terminal_size",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "clap_derive"
version = "4.5.24"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
2024-04-30 14:23:30 +02:00
dependencies = [
"heck 0.5.0",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "clap_lex"
version = "0.7.4"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2024-04-30 14:23:30 +02:00
2024-09-19 17:20:44 +02:00
[[package]]
name = "codee"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d3ad3122b0001c7f140cf4d605ef9a9e2c24d96ab0b4fb4347b76de2425f445"
dependencies = [
"serde",
"serde_json",
"thiserror 1.0.69",
2024-09-19 17:20:44 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "collection_literals"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271"
[[package]]
name = "colorchoice"
version = "1.0.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2024-04-30 14:23:30 +02:00
2024-05-02 14:21:42 +02:00
[[package]]
name = "comrak"
version = "0.33.0"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39bff2cbb80102771ca62bd2375bc6f6611dc1493373440b23aa08a155538708"
2024-05-02 14:21:42 +02:00
dependencies = [
"bon",
"caseless",
2024-05-02 14:21:42 +02:00
"clap",
"entities",
"memchr",
"shell-words",
"slug",
"syntect",
"typed-arena",
"unicode_categories",
"xdg",
]
[[package]]
name = "concurrent-queue"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "config"
version = "0.14.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68578f196d2a33ff61b27fae256c3164f65e36382648e30666dde05b8cc9dfdf"
2024-04-30 14:23:30 +02:00
dependencies = [
"convert_case",
"nom",
"pathdiff",
"serde",
"toml",
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
dependencies = [
"cfg-if",
"wasm-bindgen",
]
[[package]]
name = "const-oid"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
[[package]]
name = "const_format"
version = "0.2.34"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "126f97965c8ad46d6d9163268ff28432e8f6a1196a55578867832e3049df63dd"
2024-04-30 14:23:30 +02:00
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
version = "0.2.34"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"unicode-xid",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "cookie"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
dependencies = [
"percent-encoding",
"time",
"version_check",
]
[[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"
2024-08-11 12:55:27 +02:00
version = "0.8.7"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2024-04-30 14:23:30 +02:00
[[package]]
name = "cpufeatures"
version = "0.2.16"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
2024-04-30 14:23:30 +02:00
dependencies = [
"libc",
]
[[package]]
name = "crc"
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
2024-05-02 14:21:42 +02:00
[[package]]
name = "crc32fast"
2024-05-27 06:26:11 +02:00
version = "1.4.2"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2024-05-02 14:21:42 +02:00
dependencies = [
"cfg-if",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "crossbeam-queue"
version = "0.3.12"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
2024-04-30 14:23:30 +02:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.21"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2024-04-30 14:23:30 +02: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 = "darling"
version = "0.20.10"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2024-04-30 14:23:30 +02:00
dependencies = [
"darling_core",
"darling_macro",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "darling_core"
version = "0.20.10"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2024-04-30 14:23:30 +02:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"strsim",
"syn 2.0.95",
2024-05-02 14:21:42 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "darling_macro"
version = "0.20.10"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2024-04-30 14:23:30 +02:00
dependencies = [
"darling_core",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
2024-05-27 06:26:11 +02:00
"hashbrown 0.14.5",
2024-04-30 14:23:30 +02:00
"lock_api",
"once_cell",
"parking_lot_core",
]
[[package]]
name = "dashmap"
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
dependencies = [
"cfg-if",
"crossbeam-utils",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "default-struct-builder"
version = "0.5.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0df63c21a4383f94bd5388564829423f35c316aed85dc4f8427aded372c7c0d"
2024-04-30 14:23:30 +02:00
dependencies = [
"darling",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "der"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
dependencies = [
"const-oid",
"pem-rfc7468",
"zeroize",
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
"serde",
]
[[package]]
name = "derive-where"
version = "1.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62d671cc41a825ebabc75757b62d3d168c577f9149b2d49ece1dad1f72119d25"
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-05-02 14:21:42 +02:00
]
[[package]]
name = "deunicode"
2024-05-27 06:26:11 +02:00
version = "1.6.0"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
2024-05-02 14:21:42 +02:00
2024-04-30 14:23:30 +02:00
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"const-oid",
"crypto-common",
"subtle",
]
2024-09-19 17:20:44 +02:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
2024-09-19 17:20:44 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "dotenvy"
version = "0.15.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
[[package]]
name = "drain_filter_polyfill"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408"
2024-08-11 12:55:27 +02:00
[[package]]
name = "either"
version = "1.13.0"
2024-08-11 12:55:27 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2024-08-11 12:55:27 +02:00
dependencies = [
"serde",
2024-08-11 12:55:27 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "encoding_rs"
version = "0.8.35"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2024-04-30 14:23:30 +02:00
dependencies = [
"cfg-if",
]
2024-05-02 14:21:42 +02:00
[[package]]
name = "entities"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
2024-04-30 14:23:30 +02:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "erased-serde"
2024-05-27 06:26:11 +02:00
version = "0.4.5"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
2024-04-30 14:23:30 +02:00
dependencies = [
"serde",
2024-05-27 06:26:11 +02:00
"typeid",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "errno"
version = "0.3.10"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
2024-04-30 14:23:30 +02:00
dependencies = [
"libc",
"windows-sys 0.59.0",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "etcetera"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
dependencies = [
"cfg-if",
"home",
"windows-sys 0.48.0",
]
[[package]]
name = "event-listener"
version = "5.4.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
2024-05-02 14:21:42 +02:00
[[package]]
name = "fancy-regex"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
dependencies = [
"bit-set",
"regex",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "fastrand"
version = "2.3.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2024-04-30 14:23:30 +02:00
2024-05-02 14:21:42 +02:00
[[package]]
name = "flate2"
version = "1.0.35"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
2024-05-02 14:21:42 +02:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "flume"
version = "0.11.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
2024-04-30 14:23:30 +02:00
dependencies = [
"futures-core",
"futures-sink",
"spin",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foldhash"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
2024-04-30 14:23:30 +02: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 = "funty"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
[[package]]
name = "futf"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
dependencies = [
"mac",
"new_debug_unreachable",
]
[[package]]
name = "futures"
version = "0.3.31"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2024-04-30 14:23:30 +02: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-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2024-04-30 14:23:30 +02:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.31"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2024-04-30 14:23:30 +02:00
[[package]]
name = "futures-executor"
version = "0.3.31"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2024-04-30 14:23:30 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-intrusive"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
dependencies = [
"futures-core",
"lock_api",
"parking_lot",
]
[[package]]
name = "futures-io"
version = "0.3.31"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2024-04-30 14:23:30 +02:00
[[package]]
name = "futures-macro"
version = "0.3.31"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "futures-sink"
version = "0.3.31"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2024-04-30 14:23:30 +02:00
[[package]]
name = "futures-task"
version = "0.3.31"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2024-04-30 14:23:30 +02:00
[[package]]
name = "futures-util"
version = "0.3.31"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2024-04-30 14:23:30 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[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"
2024-05-27 06:26:11 +02:00
version = "0.2.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2024-04-30 14:23:30 +02:00
dependencies = [
"cfg-if",
"js-sys",
"libc",
"wasi",
"wasm-bindgen",
]
[[package]]
name = "gimli"
version = "0.31.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2024-04-30 14:23:30 +02:00
[[package]]
name = "glob"
version = "0.3.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
2024-04-30 14:23:30 +02:00
2024-05-27 06:26:11 +02:00
[[package]]
name = "gloo"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28999cda5ef6916ffd33fb4a7b87e1de633c47c0dc6d97905fee1cdaa142b94d"
dependencies = [
"gloo-console",
"gloo-dialogs",
"gloo-events",
"gloo-file",
"gloo-history",
"gloo-net 0.3.1",
"gloo-render",
"gloo-storage",
"gloo-timers 0.2.6",
"gloo-utils 0.1.7",
"gloo-worker",
]
[[package]]
name = "gloo-console"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82b7ce3c05debe147233596904981848862b068862e9ec3e34be446077190d3f"
dependencies = [
"gloo-utils 0.1.7",
"js-sys",
"serde",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gloo-dialogs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67062364ac72d27f08445a46cab428188e2e224ec9e37efdba48ae8c289002e6"
dependencies = [
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gloo-events"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b107f8abed8105e4182de63845afcc7b69c098b7852a813ea7462a320992fc"
dependencies = [
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gloo-file"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8d5564e570a38b43d78bdc063374a0c3098c4f0d64005b12f9bbe87e869b6d7"
dependencies = [
"gloo-events",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gloo-history"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85725d90bf0ed47063b3930ef28e863658a7905989e9929a8708aab74a1d5e7f"
dependencies = [
"gloo-events",
"gloo-utils 0.1.7",
"serde",
"serde-wasm-bindgen 0.5.0",
"serde_urlencoded",
"thiserror 1.0.69",
2024-05-27 06:26:11 +02:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gloo-net"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a66b4e3c7d9ed8d315fd6b97c8b1f74a7c6ecbbc2320e65ae7ed38b7068cc620"
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils 0.1.7",
"http 0.2.12",
"js-sys",
"pin-project",
"serde",
"serde_json",
"thiserror 1.0.69",
2024-05-27 06:26:11 +02:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "gloo-net"
version = "0.6.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580"
2024-04-30 14:23:30 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
2024-05-27 06:26:11 +02:00
"gloo-utils 0.2.0",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"js-sys",
"pin-project",
"serde",
"serde_json",
"thiserror 1.0.69",
2024-04-30 14:23:30 +02:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2024-05-27 06:26:11 +02:00
[[package]]
name = "gloo-render"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd9306aef67cfd4449823aadcd14e3958e0800aa2183955a309112a84ec7764"
dependencies = [
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gloo-storage"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d6ab60bf5dbfd6f0ed1f7843da31b41010515c745735c970e821945ca91e480"
dependencies = [
"gloo-utils 0.1.7",
"js-sys",
"serde",
"serde_json",
"thiserror 1.0.69",
2024-05-27 06:26:11 +02:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gloo-timers"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "gloo-timers"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
2024-05-27 06:26:11 +02:00
[[package]]
name = "gloo-utils"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "037fcb07216cb3a30f7292bd0176b050b7b9a052ba830ef7d5d65f6dc64ba58e"
dependencies = [
"js-sys",
"serde",
"serde_json",
"wasm-bindgen",
"web-sys",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "gloo-utils"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
dependencies = [
"js-sys",
"serde",
"serde_json",
"wasm-bindgen",
"web-sys",
]
2024-05-27 06:26:11 +02:00
[[package]]
name = "gloo-worker"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13471584da78061a28306d1359dd0178d8d6fc1c7c80e5e35d27260346e0516a"
dependencies = [
"anymap2",
"bincode",
"gloo-console",
"gloo-utils 0.1.7",
"js-sys",
"serde",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "h2"
version = "0.4.7"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-27 06:26:11 +02:00
"atomic-waker",
2024-04-30 14:23:30 +02:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "half"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
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",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "hashbrown"
2024-05-27 06:26:11 +02:00
version = "0.14.5"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
name = "hashbrown"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
2024-04-30 14:23:30 +02:00
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "hashlink"
version = "0.10.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
2024-04-30 14:23:30 +02:00
dependencies = [
"hashbrown 0.15.2",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "hkdf"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "home"
version = "0.5.11"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2024-04-30 14:23:30 +02:00
dependencies = [
"windows-sys 0.59.0",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "html-escape"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
dependencies = [
"utf8-width",
]
[[package]]
name = "html5ever"
2024-05-02 14:21:42 +02:00
version = "0.27.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 14:21:42 +02:00
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"mac",
"markup5ever",
2024-05-02 14:21:42 +02:00
"proc-macro2",
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[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.2.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
2024-04-30 14:23:30 +02:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
version = "1.0.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2024-04-30 14:23:30 +02:00
dependencies = [
"bytes",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "http-body-util"
version = "0.1.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2024-04-30 14:23:30 +02:00
dependencies = [
"bytes",
"futures-util",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"http-body",
"pin-project-lite",
]
[[package]]
name = "httparse"
version = "1.9.5"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
2024-04-30 14:23:30 +02:00
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
[[package]]
name = "httpsign"
version = "0.1.0"
dependencies = [
"axum",
"base64",
"openssl",
"thiserror 2.0.10",
"tracing",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "hyper"
version = "1.5.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
2024-04-30 14:23:30 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"h2",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"smallvec",
"tokio",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.27.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
dependencies = [
"futures-util",
"http 1.2.0",
"hyper",
"hyper-util",
"rustls",
"rustls-pki-types",
"tokio",
"tokio-rustls",
"tower-service",
]
2024-04-30 14:23:30 +02:00
[[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",
"hyper-util",
"native-tls",
"tokio",
"tokio-native-tls",
"tower-service",
]
[[package]]
name = "hyper-util"
version = "0.1.10"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
2024-04-30 14:23:30 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"http-body",
"hyper",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
]
[[package]]
name = "iana-time-zone"
version = "0.1.61"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
2024-04-30 14:23:30 +02: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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
2024-04-30 14:23:30 +02: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 = "1.0.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2024-04-30 14:23:30 +02:00
dependencies = [
"idna_adapter",
"smallvec",
"utf8_iter",
2024-04-30 14:23:30 +02:00
]
2024-05-02 14:21:42 +02:00
[[package]]
name = "idna_adapter"
version = "1.2.0"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2024-05-02 14:21:42 +02:00
dependencies = [
"icu_normalizer",
"icu_properties",
2024-05-02 14:21:42 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "indexmap"
version = "2.7.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
2024-04-30 14:23:30 +02:00
dependencies = [
"equivalent",
"hashbrown 0.15.2",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "inherent"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "interpolator"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8"
[[package]]
name = "inventory"
version = "0.3.17"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b31349d02fe60f80bbbab1a9402364cad7460626d6030494b08ac4a2075bf81"
dependencies = [
"rustversion",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "ipnet"
version = "2.10.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
2024-04-30 14:23:30 +02:00
2024-05-27 06:26:11 +02:00
[[package]]
name = "is_terminal_polyfill"
2024-08-11 12:55:27 +02:00
version = "1.70.1"
2024-05-27 06:26:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-05-27 06:26:11 +02:00
2024-04-30 14:23:30 +02:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.14"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2024-04-30 14:23:30 +02:00
[[package]]
name = "jrd"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504dca0683829f167320f7bc7e03aafb48d9aed7c608a3f505518ca369270327"
dependencies = [
"chrono",
"serde",
]
[[package]]
name = "js-sys"
version = "0.3.76"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
2024-04-30 14:23:30 +02:00
dependencies = [
"once_cell",
2024-04-30 14:23:30 +02:00
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2024-04-30 14:23:30 +02:00
dependencies = [
"spin",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "leptos"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cbb3237c274dadf00dcc27db96c52601b40375117178fb24a991cda073624f0"
2024-04-30 14:23:30 +02:00
dependencies = [
"cfg-if",
2025-01-09 18:47:01 +01:00
"leptos_config",
"leptos_dom",
"leptos_macro",
2024-04-30 14:23:30 +02:00
"leptos_reactive",
2025-01-09 18:47:01 +01:00
"leptos_server",
"server_fn",
2024-04-30 14:23:30 +02:00
"tracing",
2025-01-09 18:47:01 +01:00
"typed-builder",
"typed-builder-macro",
2024-04-30 14:23:30 +02:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "leptos-use"
2025-01-09 18:47:01 +01:00
version = "0.13.13"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-09 18:47:01 +01:00
checksum = "789bf9f4337e6ebd8f1b407e3f762fdc538d48dc145f9d1dce2338014b38f4dd"
2024-04-30 14:23:30 +02:00
dependencies = [
"cfg-if",
"chrono",
2024-09-19 17:20:44 +02:00
"codee",
2024-04-30 14:23:30 +02:00
"cookie",
"default-struct-builder",
"futures-util",
2024-05-27 06:26:11 +02:00
"gloo-timers 0.3.0",
2024-04-30 14:23:30 +02:00
"js-sys",
2024-05-02 14:21:42 +02:00
"lazy_static",
2025-01-09 18:47:01 +01:00
"leptos",
2024-04-30 14:23:30 +02:00
"paste",
2025-01-09 18:47:01 +01:00
"thiserror 1.0.69",
2024-09-19 17:20:44 +02:00
"unic-langid",
2024-04-30 14:23:30 +02:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "leptos_config"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ed778611380ddea47568ac6ad6ec5158d39b5bd59e6c4dcd24efc15dc3dc0d"
2024-04-30 14:23:30 +02:00
dependencies = [
"config",
"regex",
"serde",
"thiserror 1.0.69",
2025-01-09 18:47:01 +01:00
"typed-builder",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "leptos_dom"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8401c46c86c1f4c16dcb7881ed319fcdca9cda9b9e78a6088955cb423afcf119"
2024-04-30 14:23:30 +02:00
dependencies = [
"async-recursion",
"cfg-if",
"drain_filter_polyfill",
"futures",
"getrandom",
"html-escape",
"indexmap",
2025-01-09 18:47:01 +01:00
"itertools",
2024-04-30 14:23:30 +02:00
"js-sys",
"leptos_reactive",
"once_cell",
"pad-adapter",
"paste",
2025-01-09 18:47:01 +01:00
"rustc-hash",
2024-04-30 14:23:30 +02:00
"serde",
"serde_json",
2025-01-09 18:47:01 +01:00
"server_fn",
2024-04-30 14:23:30 +02:00
"smallvec",
"tracing",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "leptos_hot_reload"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb53d4794240b684a2f4be224b84bee9e62d2abc498cf2bcd643cd565e01d96"
2024-04-30 14:23:30 +02:00
dependencies = [
"anyhow",
"camino",
"indexmap",
"parking_lot",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2025-01-09 18:47:01 +01:00
"rstml",
2024-04-30 14:23:30 +02:00
"serde",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
"walkdir",
]
[[package]]
name = "leptos_macro"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b13bc3db70715cd8218c4535a5af3ae3c0e5fea6f018531fc339377b36bc0e0"
2024-04-30 14:23:30 +02:00
dependencies = [
2025-01-09 18:47:01 +01:00
"attribute-derive",
2024-04-30 14:23:30 +02:00
"cfg-if",
"convert_case",
"html-escape",
2025-01-09 18:47:01 +01:00
"itertools",
"leptos_hot_reload",
2024-04-30 14:23:30 +02:00
"prettyplease",
"proc-macro-error2",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2025-01-09 18:47:01 +01:00
"rstml",
"server_fn_macro",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
"tracing",
"uuid",
]
[[package]]
name = "leptos_reactive"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4161acbf80f59219d8d14182371f57302bc7ff81ee41aba8ba1ff7295727f23"
2024-04-30 14:23:30 +02:00
dependencies = [
"base64",
2024-04-30 14:23:30 +02:00
"cfg-if",
"futures",
"indexmap",
"js-sys",
2025-01-09 18:47:01 +01:00
"oco_ref",
2024-04-30 14:23:30 +02:00
"paste",
"pin-project",
2025-01-09 18:47:01 +01:00
"rustc-hash",
2024-04-30 14:23:30 +02:00
"self_cell",
"serde",
2024-05-27 06:26:11 +02:00
"serde-wasm-bindgen 0.6.5",
2024-04-30 14:23:30 +02:00
"serde_json",
"slotmap",
"thiserror 1.0.69",
2024-04-30 14:23:30 +02:00
"tracing",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "leptos_router"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d71dea7d42c0d29c40842750232d3425ed1cf10e313a1f898076d20871dad32"
2024-04-30 14:23:30 +02:00
dependencies = [
"cfg-if",
"gloo-net 0.6.0",
2025-01-09 18:47:01 +01:00
"itertools",
2024-04-30 14:23:30 +02:00
"js-sys",
2024-05-02 14:21:42 +02:00
"lazy_static",
2025-01-09 18:47:01 +01:00
"leptos",
2024-04-30 14:23:30 +02:00
"linear-map",
"once_cell",
"percent-encoding",
"send_wrapper",
"serde",
"serde_json",
"serde_qs 0.13.0",
"thiserror 1.0.69",
2024-04-30 14:23:30 +02:00
"tracing",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "leptos_server"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a97eb90a13f71500b831c7119ddd3bdd0d7ae0a6b0487cade4fddeed3b8c03f"
2024-04-30 14:23:30 +02:00
dependencies = [
"inventory",
2024-05-02 14:21:42 +02:00
"lazy_static",
2025-01-09 18:47:01 +01:00
"leptos_macro",
2024-04-30 14:23:30 +02:00
"leptos_reactive",
"serde",
2025-01-09 18:47:01 +01:00
"server_fn",
"thiserror 1.0.69",
2024-04-30 14:23:30 +02:00
"tracing",
]
[[package]]
name = "libc"
version = "0.2.169"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
2024-04-30 14:23:30 +02:00
[[package]]
name = "libm"
version = "0.2.11"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
2024-04-30 14:23:30 +02:00
[[package]]
name = "libsqlite3-sys"
version = "0.30.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
2024-04-30 14:23:30 +02:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linear-map"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
dependencies = [
"serde",
"serde_test",
]
2024-05-02 14:21:42 +02:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2024-04-30 14:23:30 +02:00
[[package]]
name = "linux-raw-sys"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
name = "litemap"
version = "0.7.4"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2024-04-30 14:23:30 +02:00
[[package]]
name = "lock_api"
2024-05-27 06:26:11 +02:00
version = "0.4.12"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"autocfg",
2024-04-30 14:23:30 +02:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.22"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2024-04-30 14:23:30 +02:00
dependencies = [
"serde",
"value-bag",
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "manyhow"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91ea592d76c0b6471965708ccff7e6a5d277f676b90ab31f4d3f3fc77fade64"
dependencies = [
2025-01-09 18:47:01 +01:00
"manyhow-macros",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "manyhow-macros"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c64621e2c08f2576e4194ea8be11daf24ac01249a4f53cd8befcbb7077120ead"
dependencies = [
"proc-macro-utils 0.8.0",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "markup5ever"
2024-05-02 14:21:42 +02:00
version = "0.12.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 14:21:42 +02:00
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"phf",
"phf_codegen",
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "mastodon-async-entities"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cf1b27b0c30136ab021ed1982ccb9d08c6a6bda2e126120181af277208d527"
dependencies = [
"futures",
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"serde",
"static_assertions",
"thiserror 1.0.69",
2024-04-30 14:23:30 +02:00
"time",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
]
[[package]]
name = "matchit"
version = "0.8.4"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2024-04-30 14:23:30 +02:00
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
]
2024-05-02 14:21:42 +02:00
[[package]]
name = "mdhtml"
2024-12-27 16:43:49 +01:00
version = "0.1.2"
2024-05-02 14:21:42 +02:00
dependencies = [
"comrak",
"html5ever",
"tracing",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "memchr"
version = "2.7.4"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-04-30 14:23:30 +02:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.8.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
2024-04-30 14:23:30 +02:00
dependencies = [
"adler2",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "mio"
version = "1.0.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2024-04-30 14:23:30 +02:00
dependencies = [
"libc",
"wasi",
2024-08-11 12:55:27 +02:00
"windows-sys 0.52.0",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "multer"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
dependencies = [
"bytes",
"encoding_rs",
"futures-util",
"http 1.2.0",
"httparse",
"memchr",
"mime",
"spin",
"version_check",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "native-tls"
version = "0.2.12"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2024-04-30 14:23:30 +02:00
dependencies = [
"libc",
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
[[package]]
name = "nodeinfo"
version = "0.0.2"
source = "git+https://codeberg.org/thefederationinfo/nodeinfo-rs?rev=e865094804#e865094804dc09400888840561aec507b65ecfa2"
dependencies = [
"serde",
"serde_json",
"thiserror 1.0.69",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
[[package]]
name = "num-bigint"
version = "0.4.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2024-04-30 14:23:30 +02:00
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-bigint-dig"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder",
2024-05-02 14:21:42 +02:00
"lazy_static",
2024-04-30 14:23:30 +02:00
"libm",
"num-integer",
"num-iter",
"num-traits",
2024-05-02 14:21:42 +02:00
"rand",
2024-04-30 14:23:30 +02:00
"smallvec",
"zeroize",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[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-iter"
2024-05-27 06:26:11 +02:00
version = "0.1.45"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"autocfg",
2024-04-30 14:23:30 +02:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-05-27 06:26:11 +02:00
version = "0.2.19"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"autocfg",
2024-04-30 14:23:30 +02:00
"libm",
]
[[package]]
name = "object"
version = "0.36.7"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2024-04-30 14:23:30 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "oco_ref"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c51ebcefb2f0b9a5e0bea115532c8ae4215d1b01eff176d0f4ba4192895c2708"
dependencies = [
"serde",
"thiserror 1.0.69",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "once_cell"
version = "1.20.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2024-04-30 14:23:30 +02:00
2024-05-02 14:21:42 +02:00
[[package]]
name = "onig"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
dependencies = [
"bitflags 1.3.2",
"libc",
"once_cell",
"onig_sys",
]
[[package]]
name = "onig_sys"
version = "69.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
dependencies = [
"cc",
"pkg-config",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "openssl"
version = "0.10.68"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
2024-04-30 14:23:30 +02:00
dependencies = [
"bitflags 2.6.0",
2024-04-30 14:23:30 +02: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",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02: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-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
2024-04-30 14:23:30 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "ordered-float"
version = "3.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
dependencies = [
"num-traits",
]
[[package]]
name = "ouroboros"
version = "0.18.4"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "944fa20996a25aded6b4795c6d63f10014a7a83f8be9828a11860b08c5fc4a67"
2024-04-30 14:23:30 +02:00
dependencies = [
"aliasable",
"ouroboros_macro",
"static_assertions",
]
[[package]]
name = "ouroboros_macro"
version = "0.18.4"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39b0deead1528fd0e5947a8546a9642a9777c25f6e1e26f34c97b204bbb465bd"
2024-04-30 14:23:30 +02:00
dependencies = [
"heck 0.4.1",
2025-01-09 18:47:01 +01:00
"itertools",
2024-04-30 14:23:30 +02:00
"proc-macro2",
"proc-macro2-diagnostics",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "pad-adapter"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56d80efc4b6721e8be2a10a5df21a30fa0b470f1539e53d8b4e6e75faf938b63"
[[package]]
name = "parking"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2024-04-30 14:23:30 +02:00
[[package]]
name = "parking_lot"
2024-05-27 18:42:18 +02:00
version = "0.12.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 18:42:18 +02:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2024-04-30 14:23:30 +02:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-05-27 06:26:11 +02:00
version = "0.9.10"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2024-04-30 14:23:30 +02:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2024-04-30 14:23:30 +02:00
"smallvec",
"windows-targets 0.52.6",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "paste"
2024-05-27 06:26:11 +02:00
version = "1.0.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2024-04-30 14:23:30 +02:00
[[package]]
name = "pathdiff"
version = "0.2.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
2024-04-30 14:23:30 +02:00
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
[[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.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2024-04-30 14:23:30 +02:00
dependencies = [
"phf_shared 0.11.3",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "phf_codegen"
version = "0.11.3"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2024-05-02 14:21:42 +02:00
dependencies = [
"phf_generator 0.11.3",
"phf_shared 0.11.3",
2024-05-02 14:21:42 +02:00
]
[[package]]
name = "phf_generator"
version = "0.10.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 14:21:42 +02:00
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"phf_shared 0.10.0",
"rand",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "phf_generator"
version = "0.11.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2024-04-30 14:23:30 +02:00
dependencies = [
"phf_shared 0.11.3",
2024-05-02 14:21:42 +02:00
"rand",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "phf_shared"
2024-05-02 14:21:42 +02:00
version = "0.10.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 14:21:42 +02:00
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher 0.3.11",
2024-05-02 14:21:42 +02:00
]
[[package]]
name = "phf_shared"
version = "0.11.3"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2024-04-30 14:23:30 +02:00
dependencies = [
"siphasher 1.0.1",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "pin-project"
version = "1.1.8"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
2024-04-30 14:23:30 +02:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.8"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.16"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2024-04-30 14:23:30 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
"der",
"pkcs8",
"spki",
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
[[package]]
name = "pkg-config"
version = "0.3.31"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2024-04-30 14:23:30 +02:00
2024-05-02 14:21:42 +02:00
[[package]]
name = "plist"
version = "1.7.0"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
2024-05-02 14:21:42 +02:00
dependencies = [
"base64",
2024-05-02 14:21:42 +02:00
"indexmap",
"quick-xml",
"serde",
"time",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
2024-08-11 12:55:27 +02:00
version = "0.2.20"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
[[package]]
name = "prettyplease"
version = "0.2.27"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "483f8c21f64f3ea09fe0f30f5d48c3e8eefe5dac9129f0075f76593b4c1da705"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "proc-macro-crate"
version = "3.2.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
2024-04-30 14:23:30 +02:00
dependencies = [
"toml_edit",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "proc-macro-error2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
dependencies = [
"proc-macro-error-attr2",
"proc-macro2",
"quote",
"syn 2.0.95",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "proc-macro-utils"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f59e109e2f795a5070e69578c4dc101068139f74616778025ae1011d4cd41a8"
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"smallvec",
]
[[package]]
name = "proc-macro-utils"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071"
dependencies = [
"proc-macro2",
"quote",
"smallvec",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "proc-macro2"
version = "1.0.92"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
2024-04-30 14:23:30 +02:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "proc-macro2-diagnostics"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
"version_check",
"yansi",
]
[[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",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"syn 1.0.109",
]
[[package]]
2024-05-02 14:21:42 +02:00
name = "quick-xml"
version = "0.32.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
2024-05-02 14:21:42 +02:00
dependencies = [
"memchr",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "quote"
version = "1.0.38"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "quote-use"
version = "0.8.4"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"quote-use-macros",
]
[[package]]
name = "quote-use-macros"
version = "0.8.4"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro-utils 0.10.0",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[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",
2024-05-02 14:21:42 +02:00
"rand_chacha",
"rand_core",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2024-05-02 14:21:42 +02:00
"rand_core",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
version = "0.5.8"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
2024-05-27 06:26:11 +02:00
dependencies = [
"bitflags 2.6.0",
2024-05-27 06:26:11 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "regex"
version = "1.11.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2024-04-30 14:23:30 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.4.9",
"regex-syntax 0.8.5",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
[[package]]
name = "regex-automata"
version = "0.4.9"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2024-04-30 14:23:30 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.5",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
version = "0.8.5"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2024-04-30 14:23:30 +02: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"
version = "0.12.12"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
2024-04-30 14:23:30 +02:00
dependencies = [
"base64",
2024-04-30 14:23:30 +02:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"http-body",
"http-body-util",
"hyper",
"hyper-rustls",
2024-04-30 14:23:30 +02:00
"hyper-tls",
"hyper-util",
"ipnet",
"js-sys",
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"mime",
"native-tls",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls-pemfile",
2024-04-30 14:23:30 +02:00
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
2024-04-30 14:23:30 +02:00
"system-configuration",
"tokio",
"tokio-native-tls",
"tower",
2024-04-30 14:23:30 +02:00
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows-registry",
2024-04-30 14:23:30 +02:00
]
[[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",
2024-04-30 14:23:30 +02:00
"untrusted",
"windows-sys 0.52.0",
]
[[package]]
name = "rkyv"
version = "0.7.45"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
2024-04-30 14:23:30 +02: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-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"syn 1.0.109",
]
[[package]]
name = "rsa"
version = "0.9.7"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519"
2024-04-30 14:23:30 +02:00
dependencies = [
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
2024-05-02 14:21:42 +02:00
"rand_core",
2024-04-30 14:23:30 +02:00
"signature",
"spki",
"subtle",
"zeroize",
]
[[package]]
name = "rstml"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe542870b8f59dd45ad11d382e5339c9a1047cde059be136a7016095bbdefa77"
dependencies = [
"proc-macro2",
"proc-macro2-diagnostics",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
"syn_derive",
"thiserror 1.0.69",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "rust_decimal"
version = "1.36.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b082d80e3e3cc52b2ed634388d436fe1f4de6af5786cc2de9ba9737527bdf555"
2024-04-30 14:23:30 +02:00
dependencies = [
"arrayvec",
"borsh",
"bytes",
"num-traits",
2024-05-02 14:21:42 +02:00
"rand",
2024-04-30 14:23:30 +02:00
"rkyv",
"serde",
"serde_json",
]
[[package]]
name = "rustc-demangle"
2024-05-27 06:26:11 +02:00
version = "0.1.24"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2024-04-30 14:23:30 +02:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
version = "0.38.43"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a78891ee6bf2340288408954ac787aa063d8e8817e9f53abb37c695c6d834ef6"
2024-04-30 14:23:30 +02:00
dependencies = [
"bitflags 2.6.0",
2024-04-30 14:23:30 +02:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.59.0",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "rustls"
version = "0.23.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
dependencies = [
"once_cell",
"ring",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2024-04-30 14:23:30 +02:00
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
version = "1.10.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
2024-04-30 14:23:30 +02:00
[[package]]
name = "rustls-webpki"
version = "0.102.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "rustversion"
version = "1.0.19"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
2024-04-30 14:23:30 +02:00
[[package]]
name = "ryu"
2024-05-27 06:26:11 +02:00
version = "1.0.18"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2024-04-30 14:23:30 +02: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.27"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2024-04-30 14:23:30 +02:00
dependencies = [
"windows-sys 0.59.0",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sea-bae"
version = "0.2.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
2024-04-30 14:23:30 +02:00
dependencies = [
"heck 0.4.1",
"proc-macro-error2",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "sea-orm"
version = "1.1.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dbcf83248860dc632c46c7e81a221e041b50d0006191756cb001d9e8afc60a9"
2024-04-30 14:23:30 +02:00
dependencies = [
"async-stream",
"async-trait",
"bigdecimal",
"chrono",
"futures",
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"ouroboros",
"rust_decimal",
"sea-orm-macros",
"sea-query",
"sea-query-binder",
"serde",
"serde_json",
"sqlx",
"strum",
"thiserror 1.0.69",
2024-04-30 14:23:30 +02:00
"time",
"tracing",
"url",
"uuid",
]
[[package]]
name = "sea-orm-cli"
version = "1.1.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a8dbef29c7e534a8e9afb49abfa946c7a9df3d85f610dfed9140215ff8bff17"
2024-04-30 14:23:30 +02:00
dependencies = [
"chrono",
"clap",
"dotenvy",
"glob",
"regex",
"sea-schema",
"tracing",
"tracing-subscriber",
"url",
]
[[package]]
name = "sea-orm-macros"
version = "1.1.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49ce6f08134f3681b1ca92185b96fac898f26d9b4f5538d13f7032ef243d14b2"
2024-04-30 14:23:30 +02:00
dependencies = [
"heck 0.4.1",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"sea-bae",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
"unicode-ident",
]
[[package]]
name = "sea-orm-migration"
version = "1.1.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e53f46fe9874161ba57b15ff45d2589d754d7cbbbaab9470cb79cbada149ca7"
2024-04-30 14:23:30 +02:00
dependencies = [
"async-trait",
"clap",
"dotenvy",
"futures",
"sea-orm",
"sea-orm-cli",
"sea-schema",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "sea-query"
version = "0.32.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "085e94f7d7271c0393ac2d164a39994b1dff1b06bc40cd9a0da04f3d672b0fee"
2024-04-30 14:23:30 +02:00
dependencies = [
"bigdecimal",
"chrono",
"inherent",
"ordered-float",
"rust_decimal",
"sea-query-derive",
"serde_json",
"time",
"uuid",
]
[[package]]
name = "sea-query-binder"
version = "0.7.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
2024-04-30 14:23:30 +02:00
dependencies = [
"bigdecimal",
"chrono",
"rust_decimal",
"sea-query",
"serde_json",
"sqlx",
"time",
"uuid",
]
[[package]]
name = "sea-query-derive"
version = "0.4.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9834af2c4bd8c5162f00c89f1701fb6886119a88062cf76fe842ea9e232b9839"
2024-04-30 14:23:30 +02:00
dependencies = [
"darling",
2024-04-30 14:23:30 +02:00
"heck 0.4.1",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
"thiserror 1.0.69",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "sea-schema"
version = "0.16.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ef5dd7848c993f3789d09a2616484c72c9330cae2b048df59d8c9b8c0343e95"
2024-04-30 14:23:30 +02:00
dependencies = [
"futures",
"sea-query",
"sea-schema-derive",
]
[[package]]
name = "sea-schema-derive"
2024-08-11 12:55:27 +02:00
version = "0.3.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "debdc8729c37fdbf88472f97fd470393089f997a909e535ff67c544d18cfccf0"
2024-04-30 14:23:30 +02:00
dependencies = [
"heck 0.4.1",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[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-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2024-04-30 14:23:30 +02:00
dependencies = [
"bitflags 2.6.0",
2024-04-30 14:23:30 +02:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.14.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2024-04-30 14:23:30 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "self_cell"
version = "1.1.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
2024-04-30 14:23:30 +02:00
[[package]]
name = "send_wrapper"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
dependencies = [
"futures-core",
]
[[package]]
name = "serde"
version = "1.0.217"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
2024-04-30 14:23:30 +02:00
dependencies = [
"serde_derive",
]
2024-05-11 22:51:13 +02:00
[[package]]
name = "serde-inline-default"
version = "0.2.3"
2024-05-11 22:51:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59fb1bedd774187d304179493b0d3c41fbe97b04b14305363f68d2bdf5e47cb9"
2024-05-11 22:51:13 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
2024-05-27 06:26:11 +02:00
]
[[package]]
name = "serde-wasm-bindgen"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e"
dependencies = [
"js-sys",
"serde",
"wasm-bindgen",
2024-05-11 22:51:13 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "serde-wasm-bindgen"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
dependencies = [
"js-sys",
"serde",
"wasm-bindgen",
]
2024-05-11 22:51:13 +02:00
[[package]]
name = "serde_default"
version = "0.2.0"
2024-05-11 22:51:13 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "486b028b311aaaea83e0ba65a3e6e3cbef381e74e9d0bd6263faefd1fb503c1d"
2024-05-11 22:51:13 +02:00
dependencies = [
"darling",
2024-05-11 22:51:13 +02:00
"proc-macro2",
"quote",
"syn 2.0.95",
2024-05-11 22:51:13 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "serde_derive"
version = "1.0.217"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "serde_fmt"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
dependencies = [
"serde",
]
[[package]]
name = "serde_json"
version = "1.0.135"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
2024-04-30 14:23:30 +02:00
dependencies = [
"itoa",
2024-08-11 12:55:27 +02:00
"memchr",
2024-04-30 14:23:30 +02:00
"ryu",
"serde",
]
[[package]]
name = "serde_path_to_error"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
dependencies = [
"itoa",
"serde",
]
[[package]]
name = "serde_qs"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
dependencies = [
"percent-encoding",
"serde",
"thiserror 1.0.69",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "serde_qs"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6"
dependencies = [
"percent-encoding",
"serde",
"thiserror 1.0.69",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "serde_spanned"
version = "0.6.8"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
2024-04-30 14:23:30 +02:00
dependencies = [
"serde",
]
[[package]]
name = "serde_test"
2024-08-11 12:55:27 +02:00
version = "1.0.177"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed"
2024-04-30 14:23:30 +02: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 = "server_fn"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fae7a3038a32e5a34ba32c6c45eb4852f8affaf8b794ebfcd4b1099e2d62ebe"
2024-04-30 14:23:30 +02:00
dependencies = [
"bytes",
"ciborium",
"const_format",
"dashmap 5.5.3",
2024-04-30 14:23:30 +02:00
"futures",
"gloo-net 0.6.0",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"js-sys",
"once_cell",
"send_wrapper",
"serde",
"serde_json",
"serde_qs 0.12.0",
2025-01-09 18:47:01 +01:00
"server_fn_macro_default",
"thiserror 1.0.69",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
"web-sys",
"xxhash-rust",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "server_fn_macro"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faaaf648c6967aef78177c0610478abb5a3455811f401f3c62d10ae9bd3901a1"
2024-04-30 14:23:30 +02:00
dependencies = [
"const_format",
"convert_case",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
"xxhash-rust",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "server_fn_macro_default"
version = "0.6.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2aa8119b558a17992e0ac1fd07f080099564f24532858811ce04f742542440"
2024-04-30 14:23:30 +02:00
dependencies = [
2025-01-09 18:47:01 +01:00
"server_fn_macro",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[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 = "sha256"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18278f6a914fa3070aa316493f7d2ddfb9ac86ebc06fa3b83bffda487e9065b0"
dependencies = [
"async-trait",
"bytes",
"hex",
"sha2",
"tokio",
]
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
2024-05-02 14:21:42 +02:00
"lazy_static",
2024-04-30 14:23:30 +02:00
]
2024-05-02 14:21:42 +02:00
[[package]]
name = "shell-words"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
dependencies = [
"libc",
"signal-hook-registry",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "signal-hook-registry"
2024-05-27 06:26:11 +02:00
version = "1.4.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 06:26:11 +02:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2024-04-30 14:23:30 +02:00
dependencies = [
"libc",
]
[[package]]
name = "signal-hook-tokio"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213241f76fb1e37e27de3b6aa1b068a2c333233b59cca6634f634b80a27ecf1e"
dependencies = [
"futures-core",
"libc",
"signal-hook",
"tokio",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
2024-05-02 14:21:42 +02:00
"rand_core",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "simdutf8"
version = "0.1.5"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
2024-04-30 14:23:30 +02:00
[[package]]
name = "siphasher"
2024-05-02 14:21:42 +02:00
version = "0.3.11"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 14:21:42 +02:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2024-04-30 14:23:30 +02:00
[[package]]
name = "siphasher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2024-04-30 14:23:30 +02:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
2024-05-02 14:21:42 +02:00
"autocfg",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "slotmap"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
dependencies = [
"serde",
"version_check",
]
2024-05-02 14:21:42 +02:00
[[package]]
name = "slug"
version = "0.1.6"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
2024-05-02 14:21:42 +02:00
dependencies = [
"deunicode",
"wasm-bindgen",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
dependencies = [
"serde",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "socket2"
version = "0.5.8"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
2024-04-30 14:23:30 +02: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"
dependencies = [
"lock_api",
]
[[package]]
name = "spki"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
dependencies = [
"base64ct",
"der",
]
[[package]]
name = "sqlx"
version = "0.8.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4410e73b3c0d8442c5f99b425d7a435b5ee0ae4167b3196771dd3f7a01be745f"
2024-04-30 14:23:30 +02:00
dependencies = [
"sqlx-core",
"sqlx-macros",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
]
[[package]]
name = "sqlx-core"
version = "0.8.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a007b6936676aa9ab40207cde35daab0a04b823be8ae004368c0793b96a61e0"
2024-04-30 14:23:30 +02:00
dependencies = [
"bigdecimal",
"bytes",
"chrono",
"crc",
"crossbeam-queue",
"either",
"event-listener",
"futures-core",
"futures-intrusive",
"futures-io",
"futures-util",
"hashbrown 0.15.2",
2024-04-30 14:23:30 +02:00
"hashlink",
"indexmap",
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"memchr",
"once_cell",
"percent-encoding",
"rust_decimal",
"rustls",
"rustls-pemfile",
2024-04-30 14:23:30 +02:00
"serde",
"serde_json",
"sha2",
"smallvec",
"thiserror 2.0.10",
2024-04-30 14:23:30 +02:00
"time",
"tokio",
"tokio-stream",
"tracing",
"url",
"uuid",
"webpki-roots",
]
[[package]]
name = "sqlx-macros"
version = "0.8.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3112e2ad78643fef903618d78cf0aec1cb3134b019730edb039b69eaf531f310"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"sqlx-core",
"sqlx-macros-core",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "sqlx-macros-core"
version = "0.8.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e9f90acc5ab146a99bf5061a7eb4976b573f560bc898ef3bf8435448dd5e7ad"
2024-04-30 14:23:30 +02:00
dependencies = [
"dotenvy",
"either",
"heck 0.5.0",
2024-04-30 14:23:30 +02:00
"hex",
"once_cell",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"serde",
"serde_json",
"sha2",
"sqlx-core",
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
"tempfile",
"tokio",
"url",
]
[[package]]
name = "sqlx-mysql"
version = "0.8.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
2024-04-30 14:23:30 +02:00
dependencies = [
"atoi",
"base64",
2024-04-30 14:23:30 +02:00
"bigdecimal",
"bitflags 2.6.0",
2024-04-30 14:23:30 +02:00
"byteorder",
"bytes",
"chrono",
"crc",
"digest",
"dotenvy",
"either",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"generic-array",
"hex",
"hkdf",
"hmac",
"itoa",
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"md-5",
"memchr",
"once_cell",
"percent-encoding",
2024-05-02 14:21:42 +02:00
"rand",
2024-04-30 14:23:30 +02:00
"rsa",
"rust_decimal",
"serde",
"sha1",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror 2.0.10",
2024-04-30 14:23:30 +02:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
name = "sqlx-postgres"
version = "0.8.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
2024-04-30 14:23:30 +02:00
dependencies = [
"atoi",
"base64",
2024-04-30 14:23:30 +02:00
"bigdecimal",
"bitflags 2.6.0",
2024-04-30 14:23:30 +02:00
"byteorder",
"chrono",
"crc",
"dotenvy",
"etcetera",
"futures-channel",
"futures-core",
"futures-util",
"hex",
"hkdf",
"hmac",
"home",
"itoa",
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"md-5",
"memchr",
"num-bigint",
"once_cell",
2024-05-02 14:21:42 +02:00
"rand",
2024-04-30 14:23:30 +02:00
"rust_decimal",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror 2.0.10",
2024-04-30 14:23:30 +02:00
"time",
"tracing",
"uuid",
"whoami",
]
[[package]]
name = "sqlx-sqlite"
version = "0.8.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f85ca71d3a5b24e64e1d08dd8fe36c6c95c339a896cc33068148906784620540"
2024-04-30 14:23:30 +02:00
dependencies = [
"atoi",
"chrono",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"libsqlite3-sys",
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"percent-encoding",
"serde",
"serde_urlencoded",
2024-04-30 14:23:30 +02:00
"sqlx-core",
"time",
"tracing",
"url",
"uuid",
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2024-04-30 14:23:30 +02:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "string_cache"
2024-05-02 14:21:42 +02:00
version = "0.8.7"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 14:21:42 +02:00
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"new_debug_unreachable",
"once_cell",
"parking_lot",
"phf_shared 0.10.0",
2024-04-30 14:23:30 +02:00
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
2024-05-02 14:21:42 +02:00
version = "0.5.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 14:21:42 +02:00
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"phf_generator 0.10.0",
"phf_shared 0.10.0",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "stringprep"
2024-05-27 18:42:18 +02:00
version = "0.1.5"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 18:42:18 +02:00
checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
2024-04-30 14:23:30 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2024-05-27 18:42:18 +02:00
"unicode-properties",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
2024-08-11 12:55:27 +02:00
version = "0.26.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2024-04-30 14:23:30 +02:00
[[package]]
name = "subtle"
version = "2.6.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2024-04-30 14:23:30 +02:00
[[package]]
name = "sval"
version = "2.13.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6dc0f9830c49db20e73273ffae9b5240f63c42e515af1da1fceefb69fceafd8"
2024-04-30 14:23:30 +02:00
[[package]]
name = "sval_buffer"
version = "2.13.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "429922f7ad43c0ef8fd7309e14d750e38899e32eb7e8da656ea169dd28ee212f"
2024-04-30 14:23:30 +02:00
dependencies = [
"sval",
"sval_ref",
]
[[package]]
name = "sval_dynamic"
version = "2.13.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f16ff5d839396c11a30019b659b0976348f3803db0626f736764c473b50ff4"
2024-04-30 14:23:30 +02:00
dependencies = [
"sval",
]
[[package]]
name = "sval_fmt"
version = "2.13.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c01c27a80b6151b0557f9ccbe89c11db571dc5f68113690c1e028d7e974bae94"
2024-04-30 14:23:30 +02:00
dependencies = [
"itoa",
"ryu",
"sval",
]
[[package]]
name = "sval_json"
version = "2.13.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0deef63c70da622b2a8069d8600cf4b05396459e665862e7bdb290fd6cf3f155"
2024-04-30 14:23:30 +02:00
dependencies = [
"itoa",
"ryu",
"sval",
]
[[package]]
name = "sval_nested"
version = "2.13.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a39ce5976ae1feb814c35d290cf7cf8cd4f045782fe1548d6bc32e21f6156e9f"
2024-04-30 14:23:30 +02:00
dependencies = [
"sval",
"sval_buffer",
"sval_ref",
]
[[package]]
name = "sval_ref"
version = "2.13.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7c6ee3751795a728bc9316a092023529ffea1783499afbc5c66f5fabebb1fa"
2024-04-30 14:23:30 +02:00
dependencies = [
"sval",
]
[[package]]
name = "sval_serde"
version = "2.13.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a5572d0321b68109a343634e3a5d576bf131b82180c6c442dee06349dfc652a"
2024-04-30 14:23:30 +02:00
dependencies = [
"serde",
"sval",
"sval_nested",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.95"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46f71c0377baf4ef1cc3e3402ded576dccc315800fbc62dfc7fe04b009773b4a"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"unicode-ident",
]
[[package]]
name = "syn_derive"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
dependencies = [
"proc-macro-error",
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "sync_wrapper"
version = "1.0.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
dependencies = [
"futures-core",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "synstructure"
version = "0.13.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]
2024-04-30 14:23:30 +02:00
[[package]]
2024-05-02 14:21:42 +02:00
name = "syntect"
version = "5.2.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-02 14:21:42 +02:00
checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"bincode",
"bitflags 1.3.2",
"fancy-regex",
"flate2",
"fnv",
"once_cell",
"onig",
"plist",
"regex-syntax 0.8.5",
2024-05-02 14:21:42 +02:00
"serde",
"serde_derive",
"serde_json",
"thiserror 1.0.69",
2024-05-02 14:21:42 +02:00
"walkdir",
"yaml-rust",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "system-configuration"
version = "0.6.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2024-04-30 14:23:30 +02:00
dependencies = [
"bitflags 2.6.0",
2024-04-30 14:23:30 +02:00
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.6.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2024-04-30 14:23:30 +02:00
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 = "tempfile"
version = "3.15.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
2024-04-30 14:23:30 +02:00
dependencies = [
"cfg-if",
"fastrand",
"getrandom",
2024-08-11 12:55:27 +02:00
"once_cell",
2024-04-30 14:23:30 +02:00
"rustix",
2024-08-11 12:55:27 +02:00
"windows-sys 0.59.0",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "tendril"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
dependencies = [
"futf",
"mac",
"utf-8",
]
2024-05-02 14:21:42 +02:00
[[package]]
name = "terminal_size"
version = "0.4.1"
2024-05-02 14:21:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
2024-05-02 14:21:42 +02:00
dependencies = [
"rustix",
"windows-sys 0.59.0",
]
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.69",
2024-05-02 14:21:42 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "thiserror"
version = "2.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3ac7f54ca534db81081ef1c1e7f6ea8a3ef428d2fc069097c079443d24124d3"
dependencies = [
"thiserror-impl 2.0.10",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "thiserror-impl"
version = "2.0.10"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e9465d30713b56a37ede7185763c3492a91be2f5fa68d958c44e41ab9248beb"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "time"
version = "0.3.37"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
2024-04-30 14:23:30 +02:00
dependencies = [
"deranged",
"itoa",
"num-conv",
"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.19"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
2024-04-30 14:23:30 +02:00
dependencies = [
"num-conv",
"time-core",
]
2024-09-19 17:20:44 +02:00
[[package]]
name = "tinystr"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
dependencies = [
"displaydoc",
"zerovec",
2024-09-19 17:20:44 +02:00
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "tinyvec"
version = "1.8.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
2024-04-30 14:23:30 +02:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2024-05-27 06:26:11 +02:00
[[package]]
name = "tld"
2024-08-11 12:55:27 +02:00
version = "2.36.0"
2024-05-27 06:26:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "6672b01e3831c99e7e65d2617dbbc4cdf603e60dfc7120a3b6df7fc97ebe3096"
2024-05-27 06:26:11 +02:00
dependencies = [
"phf",
"phf_codegen",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "tokio"
version = "1.43.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
2024-04-30 14:23:30 +02:00
dependencies = [
"backtrace",
"bytes",
"libc",
"mio",
"pin-project-lite",
"socket2",
"tokio-macros",
2024-08-11 12:55:27 +02:00
"windows-sys 0.52.0",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "tokio-macros"
version = "2.5.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02: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.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
dependencies = [
"rustls",
"tokio",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "tokio-stream"
version = "0.1.17"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2024-04-30 14:23:30 +02:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.13"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
2024-04-30 14:23:30 +02:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "toml"
2024-08-11 12:55:27 +02:00
version = "0.8.19"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2024-04-30 14:23:30 +02:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "toml_datetime"
2024-08-11 12:55:27 +02:00
version = "0.6.8"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2024-04-30 14:23:30 +02:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.22"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
2024-04-30 14:23:30 +02:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "tower"
version = "0.5.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2024-04-30 14:23:30 +02:00
dependencies = [
"futures-core",
"futures-util",
"pin-project-lite",
"sync_wrapper",
2024-04-30 14:23:30 +02:00
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-http"
version = "0.6.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "403fa3b783d4b626a8ad51d766ab03cb6d2dbfc46b1c5d4448395e6628dc9697"
2024-04-30 14:23:30 +02:00
dependencies = [
"bitflags 2.6.0",
2024-04-30 14:23:30 +02:00
"bytes",
"http 1.2.0",
2024-04-30 14:23:30 +02:00
"http-body",
"pin-project-lite",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2024-04-30 14:23:30 +02:00
[[package]]
name = "tower-service"
version = "0.3.3"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2024-04-30 14:23:30 +02:00
[[package]]
name = "tracing"
version = "0.1.41"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.28"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "tracing-core"
version = "0.1.33"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2024-04-30 14:23:30 +02:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.19"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2024-04-30 14:23:30 +02:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2024-05-27 06:26:11 +02:00
[[package]]
name = "tracing-subscriber-wasm"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79804e80980173c6c8e53d98508eb24a2dbc4ee17a3e8d2ca8e5bad6bf13a898"
dependencies = [
"gloo",
"tracing",
"tracing-subscriber",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2024-05-02 14:21:42 +02:00
[[package]]
name = "typed-arena"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2024-04-30 14:23:30 +02:00
[[package]]
name = "typed-builder"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77739c880e00693faef3d65ea3aad725f196da38b22fdc7ea6ded6e1ce4d3add"
dependencies = [
2025-01-09 18:47:01 +01:00
"typed-builder-macro",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "typed-builder-macro"
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f718dfaf347dcb5b983bfc87608144b0bad87970aebcbea5ce44d2a30c08e63"
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
]
2024-05-27 06:26:11 +02:00
[[package]]
name = "typeid"
version = "1.0.2"
2024-05-27 06:26:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e13db2e0ccd5e14a544e8a246ba2312cd25223f616442d7f2cb0e3db614236e"
2024-05-27 06:26:11 +02:00
2024-04-30 14:23:30 +02:00
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2024-09-19 17:20:44 +02:00
[[package]]
name = "unic-langid"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
dependencies = [
"tinystr",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "unicode-bidi"
version = "0.3.18"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2024-04-30 14:23:30 +02:00
[[package]]
name = "unicode-ident"
version = "1.0.14"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
2024-04-30 14:23:30 +02:00
[[package]]
name = "unicode-normalization"
version = "0.1.24"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
2024-04-30 14:23:30 +02:00
dependencies = [
"tinyvec",
]
2024-05-27 18:42:18 +02:00
[[package]]
name = "unicode-properties"
version = "0.1.3"
2024-05-27 18:42:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
2024-05-27 18:42:18 +02:00
2024-04-30 14:23:30 +02:00
[[package]]
name = "unicode-segmentation"
version = "1.12.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2024-04-30 14:23:30 +02:00
[[package]]
name = "unicode-xid"
version = "0.2.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2024-04-30 14:23:30 +02:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "upub"
2025-01-15 01:37:28 +01:00
version = "0.4.3"
2024-04-30 14:23:30 +02:00
dependencies = [
"apb",
"async-recursion",
2024-06-06 02:21:36 +02:00
"async-trait",
"base64",
2024-04-30 14:23:30 +02:00
"chrono",
2024-07-15 14:03:22 +02:00
"hmac",
2024-06-06 02:21:36 +02:00
"httpsign",
2024-04-30 14:23:30 +02:00
"jrd",
2024-07-15 23:56:01 +02:00
"mdhtml",
2024-04-30 14:23:30 +02:00
"nodeinfo",
"openssl",
"reqwest",
"sea-orm",
"serde",
2024-05-11 22:51:13 +02:00
"serde-inline-default",
"serde_default",
2024-04-30 14:23:30 +02:00
"serde_json",
2024-07-15 14:03:22 +02:00
"sha2",
2024-04-30 14:23:30 +02:00
"sha256",
"thiserror 2.0.10",
2025-01-09 20:13:12 +01:00
"tokio",
2024-05-11 22:51:13 +02:00
"toml",
2024-04-30 14:23:30 +02:00
"tracing",
"uriproxy",
2024-04-30 14:23:30 +02:00
"uuid",
]
[[package]]
name = "upub-bin"
2025-01-15 01:37:28 +01:00
version = "0.4.3"
dependencies = [
"clap",
"futures",
"sea-orm",
"signal-hook",
"signal-hook-tokio",
"tokio",
"toml",
"tracing",
"tracing-subscriber",
"upub",
"upub-cli",
"upub-migrations",
"upub-routes",
2024-06-06 02:21:36 +02:00
"upub-worker",
]
[[package]]
name = "upub-cli"
2024-12-27 16:43:49 +01:00
version = "0.3.0"
dependencies = [
"apb",
"chrono",
"clap",
"futures",
2024-07-15 14:03:22 +02:00
"mdhtml",
"openssl",
"reqwest",
"sea-orm",
"serde_json",
"sha256",
"tracing",
"upub",
"uuid",
]
[[package]]
name = "upub-migrations"
2024-12-27 16:43:49 +01:00
version = "0.4.0"
dependencies = [
"sea-orm-migration",
]
[[package]]
name = "upub-routes"
2024-12-27 16:43:49 +01:00
version = "0.3.0"
dependencies = [
"apb",
"axum",
"chrono",
"httpsign",
"jrd",
"mastodon-async-entities",
"nodeinfo",
"rand",
"reqwest",
"sea-orm",
"serde",
"serde_json",
"sha256",
"thiserror 2.0.10",
"time",
"tokio",
"tower-http",
"tracing",
"upub",
"uriproxy",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "upub-web"
version = "0.4.2"
2024-04-30 14:23:30 +02:00
dependencies = [
"apb",
"base64",
2024-04-30 14:23:30 +02:00
"chrono",
2024-09-19 17:20:44 +02:00
"codee",
2024-04-30 14:23:30 +02:00
"console_error_panic_hook",
2024-07-15 22:52:12 +02:00
"cookie",
"dashmap 6.1.0",
2024-04-30 14:23:30 +02:00
"futures",
2024-05-27 06:26:11 +02:00
"jrd",
2024-05-02 14:21:42 +02:00
"lazy_static",
2025-01-09 18:47:01 +01:00
"leptos",
2024-04-30 14:23:30 +02:00
"leptos-use",
"leptos_router",
2024-05-02 14:21:42 +02:00
"mdhtml",
2024-06-21 02:38:20 +02:00
"regex",
2024-04-30 14:23:30 +02:00
"reqwest",
"serde",
"serde-inline-default",
"serde_default",
2024-04-30 14:23:30 +02:00
"serde_json",
2024-05-27 06:26:11 +02:00
"tld",
2024-04-30 14:23:30 +02:00
"tracing",
2024-05-27 06:26:11 +02:00
"tracing-subscriber",
"tracing-subscriber-wasm",
"uriproxy",
2024-04-30 14:23:30 +02:00
"web-sys",
]
2024-06-06 02:21:36 +02:00
[[package]]
name = "upub-worker"
2024-12-27 16:43:49 +01:00
version = "0.3.0"
2024-06-06 02:21:36 +02:00
dependencies = [
"apb",
"async-trait",
"chrono",
"mdhtml",
"regex",
"reqwest",
"sea-orm",
"serde_json",
"thiserror 2.0.10",
2024-06-06 02:21:36 +02:00
"tokio",
"tracing",
"upub",
]
[[package]]
name = "uriproxy"
version = "0.1.1"
dependencies = [
"base64",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "url"
version = "2.5.4"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
2024-04-30 14:23:30 +02:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
2024-04-30 14:23:30 +02:00
[[package]]
name = "utf8-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2024-04-30 14:23:30 +02:00
[[package]]
name = "utf8parse"
version = "0.2.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-04-30 14:23:30 +02:00
[[package]]
name = "uuid"
version = "1.11.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
2024-04-30 14:23:30 +02:00
dependencies = [
"getrandom",
"serde",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "value-bag"
version = "1.10.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
2024-04-30 14:23:30 +02:00
dependencies = [
"value-bag-serde1",
"value-bag-sval2",
]
[[package]]
name = "value-bag-serde1"
version = "1.10.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bb773bd36fd59c7ca6e336c94454d9c66386416734817927ac93d81cb3c5b0b"
2024-04-30 14:23:30 +02:00
dependencies = [
"erased-serde",
"serde",
"serde_fmt",
]
[[package]]
name = "value-bag-sval2"
version = "1.10.0"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53a916a702cac43a88694c97657d449775667bcd14b70419441d05b7fea4a83a"
2024-04-30 14:23:30 +02:00
dependencies = [
"sval",
"sval_buffer",
"sval_dynamic",
"sval_fmt",
"sval_json",
"sval_ref",
"sval_serde",
]
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
2024-08-11 12:55:27 +02:00
version = "0.9.5"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2024-04-30 14:23:30 +02: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 = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]]
name = "wasm-bindgen"
version = "0.2.99"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
2024-04-30 14:23:30 +02:00
dependencies = [
"cfg-if",
"once_cell",
2024-04-30 14:23:30 +02:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.99"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
2024-04-30 14:23:30 +02:00
dependencies = [
"bumpalo",
2024-05-02 14:21:42 +02:00
"log",
2024-04-30 14:23:30 +02:00
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.49"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
2024-04-30 14:23:30 +02:00
dependencies = [
"cfg-if",
"js-sys",
"once_cell",
2024-04-30 14:23:30 +02:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.99"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-05-02 14:21:42 +02:00
"quote",
2024-04-30 14:23:30 +02:00
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.99"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
2024-04-30 14:23:30 +02:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.99"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
2024-04-30 14:23:30 +02:00
[[package]]
name = "wasm-streams"
version = "0.4.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
2024-04-30 14:23:30 +02:00
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "web-sys"
version = "0.3.76"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
2024-04-30 14:23:30 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
version = "0.26.7"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
dependencies = [
"rustls-pki-types",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "whoami"
version = "1.5.2"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
2024-04-30 14:23:30 +02:00
dependencies = [
"redox_syscall",
2024-04-30 14:23:30 +02:00
"wasite",
]
[[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"
2024-08-11 12:55:27 +02:00
version = "0.1.9"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-11 12:55:27 +02:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-08-11 12:55:27 +02:00
"windows-sys 0.59.0",
2024-04-30 14:23:30 +02: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 = [
"windows-targets 0.52.6",
2024-04-30 14:23:30 +02: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-04-30 14:23:30 +02: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 = [
"windows-targets 0.52.6",
2024-04-30 14:23:30 +02:00
]
2024-08-11 12:55:27 +02: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-04-30 14:23:30 +02: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"
version = "0.52.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-04-30 14:23:30 +02:00
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-04-30 14:23:30 +02:00
"windows_i686_gnullvm",
"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-04-30 14:23:30 +02: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"
version = "0.52.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-04-30 14:23:30 +02: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"
version = "0.52.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-04-30 14:23:30 +02: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"
version = "0.52.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-04-30 14:23:30 +02:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-04-30 14:23:30 +02: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"
version = "0.52.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-04-30 14:23:30 +02: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"
version = "0.52.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-04-30 14:23:30 +02: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"
version = "0.52.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-04-30 14:23:30 +02: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"
version = "0.52.6"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-04-30 14:23:30 +02:00
[[package]]
name = "winnow"
version = "0.6.22"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980"
2024-04-30 14:23:30 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2024-04-30 14:23:30 +02:00
[[package]]
name = "wyz"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
dependencies = [
"tap",
]
2024-05-02 14:21:42 +02:00
[[package]]
name = "xdg"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
2024-04-30 14:23:30 +02:00
[[package]]
name = "xxhash-rust"
version = "0.8.15"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
2024-04-30 14:23:30 +02:00
2024-05-02 14:21:42 +02: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",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
[[package]]
name = "yoke"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
"synstructure",
]
2024-04-30 14:23:30 +02:00
[[package]]
name = "zerocopy"
version = "0.7.35"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-04-30 14:23:30 +02:00
dependencies = [
2024-08-11 12:55:27 +02:00
"byteorder",
2024-04-30 14:23:30 +02:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-04-30 14:23:30 +02:00
dependencies = [
"proc-macro2",
2024-05-02 14:21:42 +02:00
"quote",
"syn 2.0.95",
]
[[package]]
name = "zerofrom"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
"synstructure",
2024-04-30 14:23:30 +02:00
]
[[package]]
name = "zeroize"
2024-05-27 18:42:18 +02:00
version = "1.8.1"
2024-04-30 14:23:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-27 18:42:18 +02:00
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.95",
]