2024-05-09 23:30:18 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2024-05-11 21:14:20 +02:00
|
|
|
[[package]]
|
2024-08-29 20:08:46 +02:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2024-05-11 21:14:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-29 20:08:46 +02:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2024-05-11 21:14:20 +02:00
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.95"
|
2024-11-13 19:53:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
2024-11-13 19:53:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
|
|
|
|
dependencies = [
|
2025-02-16 15:09:12 +01:00
|
|
|
"askama_derive",
|
2024-11-13 19:53:58 +01:00
|
|
|
"askama_escape",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_derive"
|
|
|
|
version = "0.12.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
|
|
|
|
dependencies = [
|
|
|
|
"askama_parser",
|
|
|
|
"basic-toml",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
2025-02-16 15:09:12 +01:00
|
|
|
"syn",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_escape"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "askama_parser"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "basic-toml"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-06-03 21:08:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitvec"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
|
|
dependencies = [
|
|
|
|
"funty",
|
|
|
|
"radium",
|
|
|
|
"tap",
|
|
|
|
"wyz",
|
|
|
|
]
|
|
|
|
|
2024-10-12 16:18:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.9.0"
|
2024-10-12 16:18:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2024-10-12 16:18:27 +02:00
|
|
|
|
2024-05-11 23:16:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bzip2"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "0.5.0"
|
2024-05-11 23:16:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "bafdbf26611df8c14810e268ddceda071c297570a5fb360ceddf617fe417ef58"
|
2024-05-11 23:16:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bzip2-sys"
|
|
|
|
version = "0.1.11+1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
|
|
|
version = "1.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-platform"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "0.1.9"
|
2024-11-13 19:53:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
2024-11-13 19:53:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.15.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
|
|
|
|
dependencies = [
|
|
|
|
"camino",
|
|
|
|
"cargo-platform",
|
|
|
|
"semver",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2024-11-24 16:12:38 +01:00
|
|
|
"thiserror 1.0.69",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
2024-05-11 23:16:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.2.9"
|
2024-05-11 23:16:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
|
2024-05-11 23:16:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"libc",
|
2024-08-29 20:08:46 +02:00
|
|
|
"shlex",
|
2024-05-11 23:16:41 +02:00
|
|
|
]
|
|
|
|
|
2024-05-11 21:14:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-05-25 11:16:37 +02:00
|
|
|
version = "1.4.2"
|
2024-05-11 21:14:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-25 11:16:37 +02:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2024-05-11 21:14:20 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.35"
|
2024-05-11 21:14:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
2024-05-11 21:14:20 +02:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fs-err"
|
|
|
|
version = "2.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88a41f105fe1d5b6b34b2055e3dc59bb79b46b48b2040b9e6c7b4b5de097aa41"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-06-03 21:08:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "funty"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "0.3.2"
|
2024-11-13 19:53:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
2024-11-13 19:53:58 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d6b4de4a8eb6c46a8c77e1d3be942cb9a8bf073c22374578e5ba4b08ed0ff68"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"plain",
|
|
|
|
"scroll",
|
|
|
|
]
|
|
|
|
|
2024-05-25 11:16:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.14"
|
2024-05-25 11:16:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2024-05-25 11:16:37 +02:00
|
|
|
|
2024-05-11 23:16:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2024-08-29 20:08:46 +02:00
|
|
|
version = "0.1.32"
|
2024-05-11 23:16:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-29 20:08:46 +02:00
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
2024-05-11 23:16:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "0.2.169"
|
2024-05-11 23:16:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2024-05-25 11:16:37 +02:00
|
|
|
|
2024-05-11 14:41:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-08-29 20:08:46 +02:00
|
|
|
version = "0.4.22"
|
2024-05-11 14:41:09 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-29 20:08:46 +02:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2024-05-11 14:41:09 +02:00
|
|
|
|
2024-05-12 13:51:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-06-27 21:04:31 +02:00
|
|
|
version = "2.7.4"
|
2024-05-12 13:51:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-06-27 21:04:31 +02:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-05-12 13:51:41 +02:00
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2024-05-11 21:14:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "0.8.2"
|
2024-05-11 21:14:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
2024-05-11 21:14:20 +02:00
|
|
|
dependencies = [
|
2024-08-29 20:08:46 +02:00
|
|
|
"adler2",
|
2024-05-11 21:14:20 +02:00
|
|
|
]
|
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
2024-05-11 23:16:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-10-11 21:42:26 +02:00
|
|
|
version = "1.20.2"
|
2024-05-11 23:16:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 21:42:26 +02:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2024-05-11 23:16:41 +02:00
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "oneshot-uniffi"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c548d5c78976f6955d72d0ced18c48ca07030f7a1d4024529fedd7c1c01b29c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
|
2024-05-11 23:16:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2024-10-11 21:42:26 +02:00
|
|
|
version = "0.3.31"
|
2024-05-11 23:16:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-11 21:42:26 +02:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2024-05-11 23:16:41 +02:00
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "plain"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
|
|
|
2024-05-12 13:51:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.93"
|
2024-05-12 13:51:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2024-05-12 13:51:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.38"
|
2024-05-12 13:51:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2024-05-12 13:51:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2024-06-03 21:08:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "radium"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
|
|
|
2024-05-16 21:32:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rust-lzma"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7d62915608f6cee1d7f2fc00f28b4f058ff79d6e4ec3c2fe0006b09b52437c84"
|
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2024-05-25 11:16:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "scroll"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
|
|
|
|
dependencies = [
|
|
|
|
"scroll_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scroll_derive"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-16 15:09:12 +01:00
|
|
|
"syn",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.24"
|
2024-11-13 19:53:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
|
2024-11-13 19:53:58 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-05-25 11:16:37 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.217"
|
2024-05-25 11:16:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2024-05-25 11:16:37 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.217"
|
2024-05-25 11:16:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2024-05-25 11:16:37 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-16 15:09:12 +01:00
|
|
|
"syn",
|
2024-05-25 11:16:37 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.135"
|
2024-05-25 11:16:37 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
|
2024-05-25 11:16:37 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-08-29 20:08:46 +02:00
|
|
|
"memchr",
|
2024-05-25 11:16:37 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2024-05-13 00:17:40 +02:00
|
|
|
]
|
|
|
|
|
2024-05-09 23:30:18 +02:00
|
|
|
[[package]]
|
2024-05-25 11:16:37 +02:00
|
|
|
name = "servicepoint"
|
2025-02-15 12:15:09 +01:00
|
|
|
version = "0.13.1"
|
2025-02-16 13:13:54 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93b52049be55a15fe37c13249d7f96aa8a5de56e1a41838e74a822ee8316a0c4"
|
2024-05-10 18:33:51 +02:00
|
|
|
dependencies = [
|
2024-06-03 21:08:26 +02:00
|
|
|
"bitvec",
|
2024-05-11 23:16:41 +02:00
|
|
|
"bzip2",
|
2024-05-11 21:14:20 +02:00
|
|
|
"flate2",
|
2024-05-11 14:41:09 +02:00
|
|
|
"log",
|
2024-10-12 18:23:36 +02:00
|
|
|
"once_cell",
|
2024-05-16 21:32:33 +02:00
|
|
|
"rust-lzma",
|
2024-11-24 16:12:38 +01:00
|
|
|
"thiserror 2.0.11",
|
2024-05-11 23:16:41 +02:00
|
|
|
"zstd",
|
2024-05-10 18:33:51 +02:00
|
|
|
]
|
|
|
|
|
2024-05-25 11:16:37 +02:00
|
|
|
[[package]]
|
2024-11-13 19:53:58 +01:00
|
|
|
name = "servicepoint_binding_uniffi"
|
2025-02-15 12:15:09 +01:00
|
|
|
version = "0.13.1"
|
2024-05-25 11:16:37 +02:00
|
|
|
dependencies = [
|
2024-05-26 13:25:36 +02:00
|
|
|
"servicepoint",
|
2024-11-24 16:12:38 +01:00
|
|
|
"thiserror 2.0.11",
|
2024-11-13 19:53:58 +01:00
|
|
|
"uniffi",
|
2024-05-25 11:16:37 +02:00
|
|
|
]
|
|
|
|
|
2024-08-29 20:08:46 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
|
2024-05-13 00:17:40 +02:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "2.0.96"
|
2024-05-13 00:17:40 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
2024-05-12 13:51:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-06-03 21:08:26 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tap"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
|
2024-10-12 16:18:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2024-11-12 19:38:20 +01:00
|
|
|
version = "1.0.69"
|
2024-10-12 16:18:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 19:38:20 +01:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2024-10-12 16:18:27 +02:00
|
|
|
dependencies = [
|
2024-11-24 16:12:38 +01:00
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "2.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl 2.0.11",
|
2024-10-12 16:18:27 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2024-11-12 19:38:20 +01:00
|
|
|
version = "1.0.69"
|
2024-10-12 16:18:27 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-12 19:38:20 +01:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2024-10-12 16:18:27 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-16 15:09:12 +01:00
|
|
|
"syn",
|
2024-11-24 16:12:38 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "2.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-02-16 15:09:12 +01:00
|
|
|
"syn",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
2024-10-12 16:18:27 +02:00
|
|
|
]
|
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "2.8.1"
|
2024-11-13 19:53:58 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
2024-11-13 19:53:58 +01:00
|
|
|
|
2024-05-12 13:51:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-11-24 16:12:38 +01:00
|
|
|
version = "1.0.14"
|
2024-05-12 13:51:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-24 16:12:38 +01:00
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
2024-05-12 13:51:41 +02:00
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "uniffi"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21345172d31092fd48c47fd56c53d4ae9e41c4b1f559fb8c38c1ab1685fd919f"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"uniffi_build",
|
|
|
|
"uniffi_core",
|
|
|
|
"uniffi_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uniffi_bindgen"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fd992f2929a053829d5875af1eff2ee3d7a7001cb3b9a46cc7895f2caede6940"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2025-02-16 15:09:12 +01:00
|
|
|
"askama",
|
2024-11-13 19:53:58 +01:00
|
|
|
"camino",
|
|
|
|
"cargo_metadata",
|
|
|
|
"fs-err",
|
|
|
|
"glob",
|
|
|
|
"goblin",
|
2025-02-16 13:13:54 +01:00
|
|
|
"heck",
|
2024-11-13 19:53:58 +01:00
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"serde",
|
2025-02-16 13:13:54 +01:00
|
|
|
"toml",
|
2025-02-16 15:09:12 +01:00
|
|
|
"uniffi_meta",
|
|
|
|
"uniffi_testing",
|
|
|
|
"uniffi_udl",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uniffi_build"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "001964dd3682d600084b3aaf75acf9c3426699bc27b65e96bb32d175a31c74e9"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"camino",
|
2025-02-16 15:09:12 +01:00
|
|
|
"uniffi_bindgen",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uniffi_checksum_derive"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "55137c122f712d9330fd985d66fa61bdc381752e89c35708c13ce63049a3002c"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2025-02-16 15:09:12 +01:00
|
|
|
"syn",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uniffi_core"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6121a127a3af1665cd90d12dd2b3683c2643c5103281d0fed5838324ca1fad5b"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bytes",
|
|
|
|
"camino",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"oneshot-uniffi",
|
|
|
|
"paste",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uniffi_macros"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "11cf7a58f101fcedafa5b77ea037999b88748607f0ef3a33eaa0efc5392e92e4"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"camino",
|
|
|
|
"fs-err",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
2025-02-16 15:09:12 +01:00
|
|
|
"syn",
|
2025-02-16 13:13:54 +01:00
|
|
|
"toml",
|
2024-11-13 19:53:58 +01:00
|
|
|
"uniffi_build",
|
2025-02-16 15:09:12 +01:00
|
|
|
"uniffi_meta",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uniffi_meta"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71dc8573a7b1ac4b71643d6da34888273ebfc03440c525121f1b3634ad3417a2"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"bytes",
|
|
|
|
"siphasher",
|
2025-02-16 15:09:12 +01:00
|
|
|
"uniffi_checksum_derive",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uniffi_testing"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "118448debffcb676ddbe8c5305fb933ab7e0123753e659a71dc4a693f8d9f23c"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"camino",
|
|
|
|
"cargo_metadata",
|
|
|
|
"fs-err",
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uniffi_udl"
|
|
|
|
version = "0.25.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "889edb7109c6078abe0e53e9b4070cf74a6b3468d141bdf5ef1bd4d1dc24a1c3"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2025-02-16 15:09:12 +01:00
|
|
|
"uniffi_meta",
|
|
|
|
"uniffi_testing",
|
|
|
|
"weedle2",
|
2024-11-13 19:53:58 +01:00
|
|
|
]
|
|
|
|
|
2024-05-16 21:32:33 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2024-11-13 19:53:58 +01:00
|
|
|
[[package]]
|
|
|
|
name = "weedle2"
|
|
|
|
version = "4.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e79c5206e1f43a2306fd64bdb95025ee4228960f2e6c5a8b173f3caaf807741"
|
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
]
|
|
|
|
|
2024-06-03 21:08:26 +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-11 23:16:41 +02:00
|
|
|
[[package]]
|
|
|
|
name = "zstd"
|
2024-08-29 20:08:46 +02:00
|
|
|
version = "0.13.2"
|
2024-05-11 23:16:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-29 20:08:46 +02:00
|
|
|
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
2024-05-11 23:16:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"zstd-safe",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-safe"
|
2024-08-29 20:08:46 +02:00
|
|
|
version = "7.2.1"
|
2024-05-11 23:16:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-29 20:08:46 +02:00
|
|
|
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
2024-05-11 23:16:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"zstd-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zstd-sys"
|
2024-08-29 20:08:46 +02:00
|
|
|
version = "2.0.13+zstd.1.5.6"
|
2024-05-11 23:16:41 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-08-29 20:08:46 +02:00
|
|
|
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
2024-05-11 23:16:41 +02:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|