mpd_info_screen/Cargo.lock

3946 lines
97 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ab_glyph"
2024-07-21 12:15:10 +00:00
version = "0.2.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "79faae4620f45232f599d9bc7b290f88247a0834162c4495ab2f02d60004adfb"
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
2023-06-27 01:41:04 +00:00
[[package]]
name = "addr2line"
2024-09-13 06:32:01 +00:00
version = "0.24.1"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
2023-06-27 01:41:04 +00:00
dependencies = [
"gimli",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2024-09-13 06:32:01 +00:00
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2021-09-16 04:50:14 +00:00
[[package]]
name = "ahash"
2024-06-23 11:41:01 +00:00
version = "0.8.11"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
dependencies = [
2024-02-28 02:53:21 +00:00
"cfg-if",
"once_cell",
"version_check",
2024-02-28 02:53:21 +00:00
"zerocopy",
]
[[package]]
name = "aho-corasick"
2024-06-23 11:41:01 +00:00
version = "1.1.3"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2024-02-28 02:53:21 +00:00
dependencies = [
"memchr",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "aligned-vec"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
2024-02-28 02:53:21 +00:00
[[package]]
name = "allocator-api2"
2024-06-23 11:41:01 +00:00
version = "0.2.18"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2024-02-28 02:53:21 +00:00
2021-09-16 04:50:14 +00:00
[[package]]
name = "alsa"
2024-09-13 06:32:01 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
dependencies = [
"alsa-sys",
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
2024-09-13 06:32:01 +00:00
"cfg-if",
"libc",
]
[[package]]
name = "alsa-sys"
version = "0.3.1"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
dependencies = [
"libc",
"pkg-config",
]
2023-06-27 01:41:04 +00:00
[[package]]
name = "android-activity"
2024-02-28 02:53:21 +00:00
version = "0.4.3"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0"
2023-06-27 01:41:04 +00:00
dependencies = [
"android-properties",
"bitflags 1.3.2",
"cc",
"jni-sys",
"libc",
"log",
2024-06-23 11:41:01 +00:00
"ndk 0.7.0",
2023-06-27 01:41:04 +00:00
"ndk-context",
2024-06-23 11:41:01 +00:00
"ndk-sys 0.4.1+23.1.7779620",
2024-02-28 02:53:21 +00:00
"num_enum 0.6.1",
2023-06-27 01:41:04 +00:00
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2023-11-28 03:20:49 +00:00
[[package]]
name = "anstream"
version = "0.6.15"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
2023-11-28 03:20:49 +00:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-06-23 11:41:01 +00:00
"is_terminal_polyfill",
2023-11-28 03:20:49 +00:00
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.8"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
2023-11-28 03:20:49 +00:00
[[package]]
name = "anstyle-parse"
version = "0.2.5"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
2023-11-28 03:20:49 +00:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.1"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
2023-11-28 03:20:49 +00:00
dependencies = [
2024-02-28 02:53:21 +00:00
"windows-sys 0.52.0",
2023-11-28 03:20:49 +00:00
]
[[package]]
name = "anstyle-wincon"
version = "3.0.4"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
2023-11-28 03:20:49 +00:00
dependencies = [
"anstyle",
2024-02-28 02:53:21 +00:00
"windows-sys 0.52.0",
2023-11-28 03:20:49 +00:00
]
[[package]]
name = "anyhow"
2024-09-13 06:32:01 +00:00
version = "1.0.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "4e1496f8fb1fbf272686b8d37f523dab3e4a7443300055e74cdaa449f3114356"
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
[[package]]
name = "arbitrary"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
[[package]]
name = "arg_enum_proc_macro"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
]
[[package]]
name = "arrayref"
2024-07-21 12:15:10 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a"
[[package]]
name = "arrayvec"
2024-09-13 06:32:01 +00:00
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "ash"
2024-02-28 02:53:21 +00:00
version = "0.37.3+1.3.251"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
dependencies = [
"libloading 0.7.4",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "autocfg"
2024-06-23 11:41:01 +00:00
version = "1.3.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2021-09-16 04:50:14 +00:00
[[package]]
name = "av1-grain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
dependencies = [
"anyhow",
"arrayvec",
"log",
"nom",
"num-rational",
"v_frame",
]
[[package]]
name = "avif-serialize"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876c75a42f6364451a033496a14c44bffe41f5f4a8236f697391f11024e596d2"
dependencies = [
"arrayvec",
]
2021-09-16 04:50:14 +00:00
[[package]]
2023-06-27 01:41:04 +00:00
name = "backtrace"
2024-09-13 06:32:01 +00:00
version = "0.3.74"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2023-06-27 01:41:04 +00:00
dependencies = [
"addr2line",
2023-11-28 06:00:26 +00:00
"cfg-if",
2023-06-27 01:41:04 +00:00
"libc",
2024-09-13 06:32:01 +00:00
"miniz_oxide 0.8.0",
2023-06-27 01:41:04 +00:00
"object",
"rustc-demangle",
2024-09-13 06:32:01 +00:00
"windows-targets 0.52.6",
2023-06-27 01:41:04 +00:00
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "bindgen"
2024-02-28 02:53:21 +00:00
version = "0.69.4"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
"cexpr",
"clang-sys",
2024-09-13 06:32:01 +00:00
"itertools 0.12.1",
"lazy_static",
"lazycell",
"log",
2023-11-28 06:00:26 +00:00
"prettyplease",
"proc-macro2",
"quote",
"regex",
2024-06-23 11:41:01 +00:00
"rustc-hash 1.1.0",
"shlex",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
"which",
]
2021-09-16 04:50:14 +00:00
2024-09-13 06:32:01 +00:00
[[package]]
name = "bindgen"
version = "0.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools 0.13.0",
"proc-macro2",
"quote",
"regex",
"rustc-hash 1.1.0",
"shlex",
"syn 2.0.77",
]
[[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"
2022-03-19 13:36:58 +00:00
[[package]]
name = "bit_field"
2024-02-28 02:53:21 +00:00
version = "0.10.2"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2022-03-19 13:36:58 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-06-27 01:41:04 +00:00
[[package]]
name = "bitflags"
2024-07-21 12:15:10 +00:00
version = "2.6.0"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2023-06-27 01:41:04 +00:00
[[package]]
name = "bitstream-io"
2024-09-13 06:32:01 +00:00
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "b81e1519b0d82120d2fd469d5bfb2919a9361c48b02d82d04befc1cdd2002452"
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2023-06-27 01:41:04 +00:00
[[package]]
name = "block-sys"
version = "0.1.0-beta.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
version = "0.2.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
dependencies = [
"block-sys",
"objc2-encode",
]
[[package]]
name = "built"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "236e6289eda5a812bc6b53c3b024039382a2895fbbeef2d748b2931546d392c4"
2021-09-16 04:50:14 +00:00
[[package]]
name = "bumpalo"
2024-06-23 11:41:01 +00:00
version = "3.16.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2021-09-16 04:50:14 +00:00
[[package]]
name = "bytecount"
2024-06-23 11:41:01 +00:00
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
2021-09-16 04:50:14 +00:00
[[package]]
name = "bytemuck"
2024-09-13 06:32:01 +00:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2024-09-13 06:32:01 +00:00
version = "1.7.1"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "0cc8b54b395f2fcfbb3d90c47b01c7f444d94d05bdeb775811dec868ac3bbc26"
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "byteorder"
2024-02-28 02:53:21 +00:00
version = "1.5.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2021-09-16 04:50:14 +00:00
[[package]]
name = "byteorder-lite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2021-09-16 04:50:14 +00:00
[[package]]
name = "bytes"
version = "1.7.1"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
2021-09-16 04:50:14 +00:00
[[package]]
name = "bzip2"
version = "0.4.4"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
2021-09-16 04:50:14 +00:00
dependencies = [
"bzip2-sys",
"libc",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "bzip2-sys"
version = "0.1.11+1.0.8"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
2021-09-16 04:50:14 +00:00
dependencies = [
"cc",
"libc",
"pkg-config",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "calloop"
2024-02-28 02:53:21 +00:00
version = "0.10.6"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8"
2021-09-16 04:50:14 +00:00
dependencies = [
2024-02-28 02:53:21 +00:00
"bitflags 1.3.2",
"log",
"nix 0.25.1",
"slotmap",
"thiserror",
"vec_map",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "camino"
2024-09-13 06:32:01 +00:00
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
dependencies = [
"serde",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "cargo-platform"
2024-06-23 11:41:01 +00:00
version = "0.1.8"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
2021-09-16 04:50:14 +00:00
dependencies = [
"serde",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "cargo_metadata"
version = "0.14.2"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
2021-09-16 04:50:14 +00:00
dependencies = [
"camino",
"cargo-platform",
2023-06-27 01:41:04 +00:00
"semver",
"serde",
"serde_json",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "cc"
2024-09-13 06:32:01 +00:00
version = "1.1.18"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "b62ac837cdb5cb22e10a256099b4fc502b1dfe560cb282963a974d7abd80e476"
2021-09-16 04:50:14 +00:00
dependencies = [
2024-06-23 11:41:01 +00:00
"jobserver",
2024-02-28 02:53:21 +00:00
"libc",
2024-09-13 06:32:01 +00:00
"shlex",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "cesu8"
version = "1.1.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2021-09-16 04:50:14 +00:00
[[package]]
name = "cexpr"
2023-11-28 06:00:26 +00:00
version = "0.6.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-28 06:00:26 +00:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2021-09-16 04:50:14 +00:00
dependencies = [
2023-11-28 06:00:26 +00:00
"nom",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "cfg-expr"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
dependencies = [
"smallvec",
"target-lexicon",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2021-09-16 04:50:14 +00:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2021-09-16 04:50:14 +00:00
2024-06-23 11:41:01 +00:00
[[package]]
name = "cfg_aliases"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2021-09-16 04:50:14 +00:00
[[package]]
name = "clang-sys"
2024-06-23 11:41:01 +00:00
version = "1.8.1"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
2024-07-21 12:15:10 +00:00
"libloading 0.8.5",
2021-09-16 04:50:14 +00:00
]
2023-11-28 03:20:49 +00:00
[[package]]
name = "clap"
2024-09-13 06:32:01 +00:00
version = "4.5.17"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "3e5a21b8495e732f1b3c364c9949b201ca7bae518c502c80256c96ad79eaf6ac"
2023-11-28 03:20:49 +00:00
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-09-13 06:32:01 +00:00
version = "4.5.17"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "8cf2dd12af7a047ad9d6da2b6b249759a22a7abc0f474c1dae1777afa4b21a73"
2023-11-28 03:20:49 +00:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2023-11-28 06:00:26 +00:00
"strsim",
2023-11-28 03:20:49 +00:00
]
[[package]]
name = "clap_derive"
version = "4.5.13"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
2023-11-28 03:20:49 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
2023-11-28 03:20:49 +00:00
]
[[package]]
name = "clap_lex"
version = "0.7.2"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
2023-11-28 03:20:49 +00:00
[[package]]
name = "claxon"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "color_quant"
version = "1.1.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2021-09-16 04:50:14 +00:00
2023-11-28 03:20:49 +00:00
[[package]]
name = "colorchoice"
version = "1.0.2"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
2023-11-28 03:20:49 +00:00
2023-06-27 01:41:04 +00:00
[[package]]
name = "com-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642"
2021-09-16 04:50:14 +00:00
[[package]]
name = "combine"
2024-06-23 11:41:01 +00:00
version = "4.6.7"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2021-09-16 04:50:14 +00:00
dependencies = [
"bytes",
"memchr",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "core-foundation"
2024-02-28 02:53:21 +00:00
version = "0.9.4"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2021-09-16 04:50:14 +00:00
dependencies = [
2024-02-28 02:53:21 +00:00
"core-foundation-sys",
"libc",
2021-09-16 04:50:14 +00:00
]
2023-06-27 01:41:04 +00:00
[[package]]
name = "core-foundation-sys"
2024-09-13 06:32:01 +00:00
version = "0.8.7"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2021-09-16 04:50:14 +00:00
[[package]]
name = "core-graphics"
version = "0.22.3"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
2021-09-16 04:50:14 +00:00
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"core-foundation",
"core-graphics-types",
2023-06-27 01:41:04 +00:00
"foreign-types",
"libc",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "core-graphics-types"
2024-02-28 02:53:21 +00:00
version = "0.1.3"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2021-09-16 04:50:14 +00:00
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"core-foundation",
"libc",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "coreaudio-rs"
2024-02-28 02:53:21 +00:00
version = "0.11.3"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2021-09-16 04:50:14 +00:00
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
2024-02-28 02:53:21 +00:00
"core-foundation-sys",
"coreaudio-sys",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "coreaudio-sys"
2024-09-13 06:32:01 +00:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
dependencies = [
2024-09-13 06:32:01 +00:00
"bindgen 0.70.1",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "cpal"
2024-06-23 11:41:01 +00:00
version = "0.15.3"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
2021-09-16 04:50:14 +00:00
dependencies = [
"alsa",
2024-02-28 02:53:21 +00:00
"core-foundation-sys",
"coreaudio-rs",
2023-06-27 01:41:04 +00:00
"dasp_sample",
2024-06-23 11:41:01 +00:00
"jni",
"js-sys",
"libc",
2023-06-27 01:41:04 +00:00
"mach2",
2024-06-23 11:41:01 +00:00
"ndk 0.8.0",
"ndk-context",
"oboe",
2023-06-27 01:41:04 +00:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-06-23 11:41:01 +00:00
"windows 0.54.0",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "crc32fast"
2024-06-23 11:41:01 +00:00
version = "1.4.2"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
2021-09-16 04:50:14 +00:00
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "crevice"
2023-06-27 01:41:04 +00:00
version = "0.13.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "1ca0647ab3b3b1554ec55f24ba8821123474c60c78964a214f5f9195bf632df4"
2021-09-16 04:50:14 +00:00
dependencies = [
"bytemuck",
"crevice-derive",
"mint",
]
[[package]]
name = "crevice-derive"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2320c07ceb3e491e2bd09ade90a91c29a42d9553f1bde60c945cb5c34958b26e"
dependencies = [
"proc-macro2",
"quote",
2024-02-28 02:53:21 +00:00
"syn 1.0.109",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "crossbeam-channel"
2024-06-23 11:41:01 +00:00
version = "0.5.13"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2021-09-16 04:50:14 +00:00
dependencies = [
"crossbeam-utils",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "crossbeam-deque"
2024-02-28 02:53:21 +00:00
version = "0.8.5"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2021-09-16 04:50:14 +00:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "crossbeam-epoch"
2024-02-28 02:53:21 +00:00
version = "0.9.18"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2021-09-16 04:50:14 +00:00
dependencies = [
"crossbeam-utils",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "crossbeam-utils"
2024-06-23 11:41:01 +00:00
version = "0.8.20"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2021-09-16 04:50:14 +00:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "d3d12"
2023-06-27 01:41:04 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "d8f0de2f5a8e7bd4a9eec0e3c781992a4ce1724f68aec7d7a3715344de8b39da"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"libloading 0.7.4",
"winapi",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "dasp_sample"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
2021-09-16 04:50:14 +00:00
[[package]]
name = "directories"
2023-06-27 01:41:04 +00:00
version = "5.0.1"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
2021-09-16 04:50:14 +00:00
dependencies = [
"dirs-sys",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "dirs-sys"
2023-06-27 01:41:04 +00:00
version = "0.4.1"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2021-09-16 04:50:14 +00:00
dependencies = [
"libc",
2023-06-27 01:41:04 +00:00
"option-ext",
"redox_users",
2023-06-27 01:41:04 +00:00
"windows-sys 0.48.0",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2021-09-16 04:50:14 +00:00
[[package]]
name = "dlib"
2024-02-28 02:53:21 +00:00
version = "0.5.2"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
2021-09-16 04:50:14 +00:00
dependencies = [
2024-07-21 12:15:10 +00:00
"libloading 0.8.5",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "downcast-rs"
2024-06-23 11:41:01 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
2021-09-16 04:50:14 +00:00
[[package]]
name = "either"
2024-07-21 12:15:10 +00:00
version = "1.13.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2021-09-16 04:50:14 +00:00
2023-06-27 01:41:04 +00:00
[[package]]
name = "encoding_rs"
2024-06-23 11:41:01 +00:00
version = "0.8.34"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2023-06-27 01:41:04 +00:00
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
]
2024-02-28 02:53:21 +00:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2024-06-23 11:41:01 +00:00
version = "0.3.9"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2024-02-28 02:53:21 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "error-chain"
version = "0.12.4"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
2021-09-16 04:50:14 +00:00
dependencies = [
"version_check",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "euclid"
2024-09-13 06:32:01 +00:00
version = "0.22.11"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
dependencies = [
"num-traits",
]
2021-09-16 04:50:14 +00:00
2022-03-19 13:36:58 +00:00
[[package]]
name = "exr"
2024-02-28 02:53:21 +00:00
version = "1.72.0"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
2022-03-19 13:36:58 +00:00
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
2024-09-13 06:32:01 +00:00
"miniz_oxide 0.7.4",
2024-02-28 02:53:21 +00:00
"rayon-core",
2022-03-19 13:36:58 +00:00
"smallvec",
2024-02-28 02:53:21 +00:00
"zune-inflate",
2022-03-19 13:36:58 +00:00
]
[[package]]
name = "fastrand"
2024-09-13 06:32:01 +00:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2024-02-28 02:53:21 +00:00
[[package]]
name = "fdeflate"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
dependencies = [
2024-02-28 02:53:21 +00:00
"simd-adler32",
]
2022-03-19 13:36:58 +00:00
[[package]]
name = "flate2"
2024-09-13 06:32:01 +00:00
version = "1.0.33"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253"
2022-03-19 13:36:58 +00:00
dependencies = [
"crc32fast",
2024-09-13 06:32:01 +00:00
"miniz_oxide 0.8.0",
2022-03-19 13:36:58 +00:00
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "float_next_after"
2024-02-28 02:53:21 +00:00
version = "1.0.0"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
2021-09-16 04:50:14 +00:00
2022-03-19 13:36:58 +00:00
[[package]]
name = "flume"
2024-02-28 02:53:21 +00:00
version = "0.11.0"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2022-03-19 13:36:58 +00:00
dependencies = [
"spin",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2021-09-16 04:50:14 +00:00
dependencies = [
2023-06-27 01:41:04 +00:00
"foreign-types-shared",
2021-09-16 04:50:14 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "freetype"
2024-06-23 11:41:01 +00:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "5a440748e063798e4893ceb877151e84acef9bea9a8c6800645cf3f1b3a7806e"
dependencies = [
"freetype-sys",
"libc",
]
[[package]]
name = "freetype-sys"
2024-06-23 11:41:01 +00:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
dependencies = [
2024-02-28 02:53:21 +00:00
"cc",
"libc",
"pkg-config",
]
[[package]]
name = "getrandom"
2024-06-23 11:41:01 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "ggez"
2023-11-26 06:42:04 +00:00
version = "0.9.3"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-26 06:42:04 +00:00
checksum = "faa9c608ac25c61dd7dc4b04201179373e8fe0cfa0a3801690d1341e2149c871"
dependencies = [
"approx",
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
"bytemuck",
"crevice",
"directories",
"gilrs",
"glam",
"glyph_brush",
"image 0.24.9",
"log",
"lyon",
"memoffset 0.8.0",
"mint",
2024-02-28 02:53:21 +00:00
"ordered-float 3.9.2",
"pollster",
"rodio",
"serde",
"skeptic",
"smart-default",
"toml 0.5.11",
"typed-arena",
"wgpu",
"winit",
"zip",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "gif"
2024-02-28 02:53:21 +00:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
dependencies = [
"color_quant",
"weezl",
]
[[package]]
name = "gilrs"
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfb8c78963a8856a5b10015c9349176ff5edbc8095384d52aada467a848bc03a"
dependencies = [
"fnv",
"gilrs-core",
"log",
"uuid",
"vec_map",
]
[[package]]
name = "gilrs-core"
2024-09-13 06:32:01 +00:00
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "732dadc05170599ddec9a89653f10d7a2af54da9181b3fa6e2bd49907ec8f7e4"
dependencies = [
"core-foundation",
2024-02-28 02:53:21 +00:00
"inotify",
"io-kit-sys",
"js-sys",
"libc",
"libudev-sys",
"log",
2024-06-23 11:41:01 +00:00
"nix 0.29.0",
"uuid",
"vec_map",
"wasm-bindgen",
"web-sys",
2024-07-21 12:15:10 +00:00
"windows 0.58.0",
]
2023-06-27 01:41:04 +00:00
[[package]]
name = "gimli"
2024-09-13 06:32:01 +00:00
version = "0.31.0"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
2023-06-27 01:41:04 +00:00
[[package]]
name = "glam"
2024-02-28 02:53:21 +00:00
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945"
dependencies = [
"mint",
]
2021-09-16 04:50:14 +00:00
[[package]]
name = "glob"
version = "0.3.1"
2021-09-16 04:50:14 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "glow"
2024-02-28 02:53:21 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "glyph_brush"
2024-09-13 06:32:01 +00:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "d6ecddedd5c29ef90a66bdd02558a9f9832403aeb6c31a44292aeceba9865288"
dependencies = [
"glyph_brush_draw_cache",
"glyph_brush_layout",
"ordered-float 4.2.2",
2024-06-23 11:41:01 +00:00
"rustc-hash 2.0.0",
"twox-hash",
]
[[package]]
name = "glyph_brush_draw_cache"
2024-06-23 11:41:01 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "4bb6c910def52365fef3f439a6b50a4d5c11b28eec4cf6c191f6dfea18e88d7f"
dependencies = [
"ab_glyph",
"crossbeam-channel",
"crossbeam-deque",
"linked-hash-map",
"rayon",
2024-06-23 11:41:01 +00:00
"rustc-hash 2.0.0",
]
[[package]]
name = "glyph_brush_layout"
2024-06-23 11:41:01 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "7b1e288bfd2f6c0313f78bf5aa538356ad481a3bb97e9b7f93220ab0066c5992"
dependencies = [
"ab_glyph",
"approx",
"xi-unicode",
]
[[package]]
name = "gpu-alloc"
2024-02-28 02:53:21 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "22beaafc29b38204457ea030f6fb7a84c9e4dd1b86e311ba0542533453d87f62"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
]
[[package]]
name = "gpu-allocator"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8"
dependencies = [
"backtrace",
"log",
"thiserror",
"winapi",
"windows 0.44.0",
]
[[package]]
name = "gpu-descriptor"
2024-02-28 02:53:21 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
"gpu-descriptor-types",
2024-06-23 11:41:01 +00:00
"hashbrown 0.14.5",
]
[[package]]
name = "gpu-descriptor-types"
2024-02-28 02:53:21 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
]
2022-03-19 13:36:58 +00:00
[[package]]
name = "half"
2024-06-23 11:41:01 +00:00
version = "2.4.1"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
dependencies = [
2024-02-28 02:53:21 +00:00
"cfg-if",
"crunchy",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2024-02-28 02:53:21 +00:00
[[package]]
name = "hashbrown"
2024-06-23 11:41:01 +00:00
version = "0.14.5"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash",
2024-02-28 02:53:21 +00:00
"allocator-api2",
]
2022-03-19 13:36:58 +00:00
2023-06-27 01:41:04 +00:00
[[package]]
name = "hassle-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0"
dependencies = [
"bitflags 1.3.2",
"com-rs",
"libc",
"libloading 0.7.4",
"thiserror",
"widestring",
"winapi",
]
[[package]]
name = "heck"
2024-06-23 11:41:01 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2024-02-28 02:53:21 +00:00
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "hound"
2024-02-28 02:53:21 +00:00
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
[[package]]
name = "image"
2024-02-28 02:53:21 +00:00
version = "0.24.9"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
2022-03-19 13:36:58 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"gif",
"jpeg-decoder",
"num-traits",
"png",
"tiff",
]
[[package]]
name = "image"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99314c8a2152b8ddb211f924cdae532d8c5e4c8bb54728e12fff1b0cd5963a10"
dependencies = [
"bytemuck",
"byteorder-lite",
"color_quant",
"exr",
"gif",
"image-webp",
"num-traits",
"png",
2023-11-28 03:29:35 +00:00
"qoi",
"ravif",
"rayon",
"rgb",
"tiff",
"zune-core",
"zune-jpeg",
]
[[package]]
name = "image-webp"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f79afb8cbee2ef20f59ccd477a218c12a93943d075b492015ecb1bb81f8ee904"
dependencies = [
"byteorder-lite",
"quick-error",
2022-03-19 13:36:58 +00:00
]
[[package]]
name = "imgref"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44feda355f4159a7c757171a77de25daf6411e217b4cabd03bd6650690468126"
2022-03-19 13:36:58 +00:00
[[package]]
name = "indexmap"
2024-02-28 02:53:21 +00:00
version = "1.9.3"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-03-19 13:36:58 +00:00
dependencies = [
"autocfg",
2024-02-28 02:53:21 +00:00
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
2024-09-13 06:32:01 +00:00
version = "2.5.0"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
2024-02-28 02:53:21 +00:00
dependencies = [
"equivalent",
2024-06-23 11:41:01 +00:00
"hashbrown 0.14.5",
2024-02-28 02:53:21 +00:00
]
[[package]]
name = "inotify"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdd168d97690d0b8c412d6b6c10360277f4d7ee495c5d0d5d5fe0854923255cc"
dependencies = [
"bitflags 1.3.2",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
[[package]]
name = "instant"
2024-06-23 11:41:01 +00:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "interpolate_name"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
]
[[package]]
name = "io-kit-sys"
2024-06-23 11:41:01 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "617ee6cf8e3f66f3b4ea67a4058564628cde41901316e19f559e14c7c72c5e7b"
dependencies = [
2024-02-28 02:53:21 +00:00
"core-foundation-sys",
"mach2",
]
2024-06-23 11:41:01 +00:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
2024-06-23 11:41:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-06-23 11:41:01 +00:00
2024-02-28 02:53:21 +00:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2024-09-13 06:32:01 +00:00
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
[[package]]
name = "itoa"
2024-06-23 11:41:01 +00:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-06-27 01:41:04 +00:00
[[package]]
name = "jni"
2024-06-23 11:41:01 +00:00
version = "0.21.1"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2023-06-27 01:41:04 +00:00
dependencies = [
"cesu8",
2024-06-23 11:41:01 +00:00
"cfg-if",
2023-06-27 01:41:04 +00:00
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
2024-06-23 11:41:01 +00:00
"windows-sys 0.45.0",
2023-06-27 01:41:04 +00:00
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2024-06-23 11:41:01 +00:00
[[package]]
name = "jobserver"
version = "0.1.32"
2024-06-23 11:41:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2024-06-23 11:41:01 +00:00
dependencies = [
"libc",
]
[[package]]
name = "jpeg-decoder"
2024-02-28 02:53:21 +00:00
version = "0.3.1"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
[[package]]
name = "js-sys"
2024-09-13 06:32:01 +00:00
version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "khronos-egl"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
dependencies = [
"libc",
"libloading 0.7.4",
"pkg-config",
]
[[package]]
name = "lazy_static"
2024-06-23 11:41:01 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2022-03-19 13:36:58 +00:00
[[package]]
name = "lebe"
version = "0.5.2"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2022-03-19 13:36:58 +00:00
[[package]]
name = "lewton"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
dependencies = [
"byteorder",
"ogg",
"tinyvec",
]
[[package]]
name = "libc"
2024-09-13 06:32:01 +00:00
version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "libfuzzer-sys"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a96cfd5557eb82f2b83fed4955246c988d331975a002961b07c81584d107e7f7"
dependencies = [
"arbitrary",
"cc",
"once_cell",
]
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
"winapi",
]
2023-06-27 01:41:04 +00:00
[[package]]
name = "libloading"
2024-07-21 12:15:10 +00:00
version = "0.8.5"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
2023-06-27 01:41:04 +00:00
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
2024-07-21 12:15:10 +00:00
"windows-targets 0.52.6",
2023-06-27 01:41:04 +00:00
]
[[package]]
name = "libm"
2024-02-28 02:53:21 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libredox"
2024-06-23 11:41:01 +00:00
version = "0.0.2"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
2024-02-28 02:53:21 +00:00
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
2024-02-28 02:53:21 +00:00
"libc",
"redox_syscall 0.4.1",
]
[[package]]
name = "libredox"
2024-06-23 11:41:01 +00:00
version = "0.1.3"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2024-02-28 02:53:21 +00:00
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
2024-02-28 02:53:21 +00:00
"libc",
]
[[package]]
name = "libudev-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
dependencies = [
"libc",
"pkg-config",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2024-02-28 02:53:21 +00:00
[[package]]
name = "linux-raw-sys"
2024-06-23 11:41:01 +00:00
version = "0.4.14"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
2024-02-28 02:53:21 +00:00
[[package]]
name = "lock_api"
2024-06-23 11:41:01 +00:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2024-07-21 12:15:10 +00:00
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "loop9"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
dependencies = [
"imgref",
]
[[package]]
name = "lyon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
dependencies = [
"lyon_algorithms",
"lyon_tessellation",
]
[[package]]
name = "lyon_algorithms"
2024-02-28 02:53:21 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "a3bca95f9a4955b3e4a821fbbcd5edfbd9be2a9a50bb5758173e5358bfb4c623"
dependencies = [
"lyon_path",
"num-traits",
]
[[package]]
name = "lyon_geom"
2024-02-28 02:53:21 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "edecfb8d234a2b0be031ab02ebcdd9f3b9ee418fb35e265f7a540a48d197bff9"
dependencies = [
2023-06-27 01:41:04 +00:00
"arrayvec",
"euclid",
"num-traits",
]
[[package]]
name = "lyon_path"
2024-06-23 11:41:01 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "9c08a606c7a59638d6c6aa18ac91a06aa9fb5f765a7efb27e6a4da58700740d7"
dependencies = [
"lyon_geom",
"num-traits",
]
[[package]]
name = "lyon_tessellation"
2024-06-23 11:41:01 +00:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
dependencies = [
"float_next_after",
"lyon_path",
2024-02-28 02:53:21 +00:00
"num-traits",
]
2023-06-27 01:41:04 +00:00
[[package]]
name = "mach2"
2024-02-28 02:53:21 +00:00
version = "0.4.2"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
2023-06-27 01:41:04 +00:00
dependencies = [
"libc",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "maybe-rayon"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
dependencies = [
"cfg-if",
]
[[package]]
name = "memchr"
2024-06-23 11:41:01 +00:00
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "memmap2"
2024-02-28 02:53:21 +00:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg",
]
[[package]]
name = "metal"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"block",
"core-graphics-types",
2023-06-27 01:41:04 +00:00
"foreign-types",
"log",
"objc",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
2023-06-27 01:41:04 +00:00
name = "miniz_oxide"
2024-06-23 11:41:01 +00:00
version = "0.7.4"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2022-03-19 13:36:58 +00:00
dependencies = [
"adler",
2024-02-28 02:53:21 +00:00
"simd-adler32",
2022-03-19 13:36:58 +00:00
]
2024-09-13 06:32:01 +00:00
[[package]]
name = "miniz_oxide"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
"adler2",
]
[[package]]
name = "mint"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
[[package]]
name = "mio"
2024-06-23 11:41:01 +00:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
"wasi",
2024-02-28 02:53:21 +00:00
"windows-sys 0.48.0",
]
[[package]]
name = "mpd_info_screen"
version = "0.4.17"
dependencies = [
2024-09-13 06:32:01 +00:00
"bindgen 0.69.4",
2023-11-28 06:00:26 +00:00
"clap",
"freetype",
"ggez",
"image 0.25.2",
"wgpu-types",
]
[[package]]
name = "naga"
2024-02-28 02:53:21 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "bbcc2e0513220fd2b598e6068608d4462db20322c0e77e47f6f488dfcfc279cb"
dependencies = [
"bit-set",
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"codespan-reporting",
"hexf-parse",
2024-02-28 02:53:21 +00:00
"indexmap 1.9.3",
"log",
"num-traits",
2024-06-23 11:41:01 +00:00
"rustc-hash 1.1.0",
"spirv",
"termcolor",
"thiserror",
"unicode-xid",
]
[[package]]
name = "ndk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"jni-sys",
2024-06-23 11:41:01 +00:00
"ndk-sys 0.4.1+23.1.7779620",
2024-02-28 02:53:21 +00:00
"num_enum 0.5.11",
2023-06-27 01:41:04 +00:00
"raw-window-handle",
"thiserror",
]
2024-06-23 11:41:01 +00:00
[[package]]
name = "ndk"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
2024-06-23 11:41:01 +00:00
"jni-sys",
"log",
"ndk-sys 0.5.0+25.2.9519653",
"num_enum 0.7.3",
2024-06-23 11:41:01 +00:00
"thiserror",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
version = "0.4.1+23.1.7779620"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
dependencies = [
"jni-sys",
]
2024-06-23 11:41:01 +00:00
[[package]]
name = "ndk-sys"
version = "0.5.0+25.2.9519653"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
dependencies = [
"jni-sys",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
2023-11-28 06:00:26 +00:00
"cfg-if",
"libc",
"memoffset 0.6.5",
]
[[package]]
name = "nix"
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
"autocfg",
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
2023-11-28 06:00:26 +00:00
"cfg-if",
"libc",
"memoffset 0.6.5",
]
[[package]]
2024-02-28 02:53:21 +00:00
name = "nix"
2024-06-23 11:41:01 +00:00
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
2024-02-28 02:53:21 +00:00
"cfg-if",
2024-06-23 11:41:01 +00:00
"cfg_aliases 0.2.1",
2024-02-28 02:53:21 +00:00
"libc",
]
[[package]]
2024-02-28 02:53:21 +00:00
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
2024-02-28 02:53:21 +00:00
"minimal-lexical",
]
[[package]]
name = "noop_proc_macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-derive"
2024-06-23 11:41:01 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
]
[[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-rational"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
2022-03-19 13:36:58 +00:00
[[package]]
2024-02-28 02:53:21 +00:00
name = "num-traits"
2024-06-23 11:41:01 +00:00
version = "0.2.19"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2022-03-19 13:36:58 +00:00
dependencies = [
"autocfg",
2024-02-28 02:53:21 +00:00
"libm",
2022-03-19 13:36:58 +00:00
]
[[package]]
2024-02-28 02:53:21 +00:00
name = "num_enum"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
dependencies = [
2024-02-28 02:53:21 +00:00
"num_enum_derive 0.5.11",
]
[[package]]
2024-02-28 02:53:21 +00:00
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
2024-02-28 02:53:21 +00:00
"num_enum_derive 0.6.1",
]
2024-06-23 11:41:01 +00:00
[[package]]
name = "num_enum"
version = "0.7.3"
2024-06-23 11:41:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
2024-06-23 11:41:01 +00:00
dependencies = [
"num_enum_derive 0.7.3",
2024-06-23 11:41:01 +00:00
]
[[package]]
2024-02-28 02:53:21 +00:00
name = "num_enum_derive"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
dependencies = [
2024-06-23 11:41:01 +00:00
"proc-macro-crate 1.3.1",
2024-02-28 02:53:21 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "num_enum_derive"
2024-02-28 02:53:21 +00:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
2024-06-23 11:41:01 +00:00
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
2024-06-23 11:41:01 +00:00
]
[[package]]
name = "num_enum_derive"
version = "0.7.3"
2024-06-23 11:41:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
2024-06-23 11:41:01 +00:00
dependencies = [
2024-09-13 06:32:01 +00:00
"proc-macro-crate 3.2.0",
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
]
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
"objc_exception",
]
2023-06-27 01:41:04 +00:00
[[package]]
name = "objc-sys"
version = "0.2.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
[[package]]
name = "objc2"
version = "0.3.0-beta.3.patch-leaks.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468"
dependencies = [
"block2",
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-encode"
version = "2.0.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
dependencies = [
"objc-sys",
]
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
2023-06-27 01:41:04 +00:00
[[package]]
name = "object"
2024-09-13 06:32:01 +00:00
version = "0.36.4"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
2023-06-27 01:41:04 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "oboe"
2024-06-23 11:41:01 +00:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
dependencies = [
2024-06-23 11:41:01 +00:00
"jni",
"ndk 0.8.0",
"ndk-context",
"num-derive",
"num-traits",
"oboe-sys",
]
[[package]]
name = "oboe-sys"
2024-06-23 11:41:01 +00:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
dependencies = [
"cc",
]
[[package]]
name = "ogg"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
dependencies = [
"byteorder",
]
[[package]]
name = "once_cell"
2024-02-28 02:53:21 +00:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-06-27 01:41:04 +00:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "orbclient"
2024-02-28 02:53:21 +00:00
version = "0.3.47"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
2023-06-27 01:41:04 +00:00
dependencies = [
2024-02-28 02:53:21 +00:00
"libredox 0.0.2",
]
[[package]]
name = "ordered-float"
version = "3.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
dependencies = [
"num-traits",
2023-06-27 01:41:04 +00:00
]
[[package]]
name = "ordered-float"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a91171844676f8c7990ce64959210cd2eaef32c2612c50f9fae9f8aaa6065a6"
dependencies = [
"num-traits",
]
[[package]]
name = "owned_ttf_parser"
2024-07-21 12:15:10 +00:00
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "490d3a563d3122bf7c911a59b0add9389e5ec0f5f0c3ac6b91ff235a0e6a7f90"
dependencies = [
"ttf-parser",
]
[[package]]
name = "parking_lot"
2024-06-23 11:41:01 +00:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-06-23 11:41:01 +00:00
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
"libc",
2024-09-13 06:32:01 +00:00
"redox_syscall 0.5.4",
"smallvec",
2024-07-21 12:15:10 +00:00
"windows-targets 0.52.6",
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "percent-encoding"
2024-02-28 02:53:21 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2022-03-19 13:36:58 +00:00
[[package]]
name = "pkg-config"
2024-02-28 02:53:21 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "png"
2024-02-28 02:53:21 +00:00
version = "0.17.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"crc32fast",
2024-02-28 02:53:21 +00:00
"fdeflate",
"flate2",
2024-09-13 06:32:01 +00:00
"miniz_oxide 0.7.4",
]
2022-03-19 13:36:58 +00:00
[[package]]
name = "pollster"
2023-06-27 01:41:04 +00:00
version = "0.3.0"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2"
2022-03-19 13:36:58 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2023-11-28 06:00:26 +00:00
[[package]]
name = "prettyplease"
2024-09-13 06:32:01 +00:00
version = "0.2.22"
2023-11-28 06:00:26 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
2023-11-28 06:00:26 +00:00
dependencies = [
"proc-macro2",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
2023-11-28 06:00:26 +00:00
]
[[package]]
name = "proc-macro-crate"
2024-02-28 02:53:21 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
2024-06-23 11:41:01 +00:00
"toml_edit 0.19.15",
]
[[package]]
name = "proc-macro-crate"
2024-09-13 06:32:01 +00:00
version = "3.2.0"
2024-06-23 11:41:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
2024-06-23 11:41:01 +00:00
dependencies = [
2024-09-13 06:32:01 +00:00
"toml_edit 0.22.20",
]
[[package]]
name = "proc-macro2"
2024-06-23 11:41:01 +00:00
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
dependencies = [
"unicode-ident",
]
[[package]]
name = "profiling"
2024-02-28 02:53:21 +00:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
dependencies = [
"profiling-procmacros",
]
[[package]]
name = "profiling-procmacros"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
dependencies = [
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
]
[[package]]
name = "pulldown-cmark"
2024-02-28 02:53:21 +00:00
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
"memchr",
"unicase",
]
2023-11-28 03:29:35 +00:00
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quote"
2024-09-13 06:32:01 +00:00
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "range-alloc"
2024-02-28 02:53:21 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
[[package]]
name = "rav1e"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
dependencies = [
"arbitrary",
"arg_enum_proc_macro",
"arrayvec",
"av1-grain",
"bitstream-io",
"built",
"cfg-if",
"interpolate_name",
2024-09-13 06:32:01 +00:00
"itertools 0.12.1",
"libc",
"libfuzzer-sys",
"log",
"maybe-rayon",
"new_debug_unreachable",
"noop_proc_macro",
"num-derive",
"num-traits",
"once_cell",
"paste",
"profiling",
"rand",
"rand_chacha",
"simd_helpers",
"system-deps",
"thiserror",
"v_frame",
"wasm-bindgen",
]
[[package]]
name = "ravif"
2024-09-13 06:32:01 +00:00
version = "0.11.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "a8f0bfd976333248de2078d350bfdf182ff96e168a24d23d2436cef320dd4bdd"
dependencies = [
"avif-serialize",
"imgref",
"loop9",
"quick-error",
"rav1e",
"rgb",
]
[[package]]
name = "raw-window-handle"
2024-02-28 02:53:21 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
[[package]]
name = "rayon"
2024-06-23 11:41:01 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-02-28 02:53:21 +00:00
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
[[package]]
name = "redox_syscall"
2024-02-28 02:53:21 +00:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
2024-02-28 02:53:21 +00:00
version = "0.4.1"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2023-06-27 01:41:04 +00:00
dependencies = [
"bitflags 1.3.2",
]
2024-06-23 11:41:01 +00:00
[[package]]
name = "redox_syscall"
2024-09-13 06:32:01 +00:00
version = "0.5.4"
2024-06-23 11:41:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "0884ad60e090bf1345b93da0a5de8923c93884cd03f40dfcfddd3b4bee661853"
2024-06-23 11:41:01 +00:00
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
2024-06-23 11:41:01 +00:00
]
[[package]]
name = "redox_users"
2024-09-13 06:32:01 +00:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
dependencies = [
"getrandom",
2024-06-23 11:41:01 +00:00
"libredox 0.1.3",
"thiserror",
]
[[package]]
name = "regex"
version = "1.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
dependencies = [
2024-02-28 02:53:21 +00:00
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
2024-02-28 02:53:21 +00:00
name = "regex-automata"
2024-06-23 11:41:01 +00:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
2024-02-28 02:53:21 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
2024-02-28 02:53:21 +00:00
name = "regex-syntax"
2024-06-23 11:41:01 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]]
name = "renderdoc-sys"
2024-06-23 11:41:01 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
[[package]]
name = "rgb"
2024-09-13 06:32:01 +00:00
version = "0.8.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
dependencies = [
"bytemuck",
]
[[package]]
name = "rodio"
2024-02-28 02:53:21 +00:00
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "3b1bb7b48ee48471f55da122c0044fcc7600cfcc85db88240b89cb832935e611"
dependencies = [
"claxon",
"cpal",
"hound",
"lewton",
2023-06-27 01:41:04 +00:00
"symphonia",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "rustc-demangle"
2024-06-23 11:41:01 +00:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
2023-06-27 01:41:04 +00:00
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2024-06-23 11:41:01 +00:00
[[package]]
name = "rustc-hash"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
2024-02-28 02:53:21 +00:00
[[package]]
name = "rustix"
2024-09-13 06:32:01 +00:00
version = "0.38.37"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
2024-02-28 02:53:21 +00:00
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
2024-02-28 02:53:21 +00:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
[[package]]
name = "ryu"
2024-06-23 11:41:01 +00:00
version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[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 = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
[[package]]
name = "scopeguard"
2024-02-28 02:53:21 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "sctk-adwaita"
2023-06-27 01:41:04 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09"
dependencies = [
2023-06-27 01:41:04 +00:00
"ab_glyph",
"log",
2023-06-27 01:41:04 +00:00
"memmap2",
"smithay-client-toolkit",
"tiny-skia",
]
[[package]]
name = "semver"
2024-06-23 11:41:01 +00:00
version = "1.0.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
dependencies = [
"serde",
]
[[package]]
name = "serde"
2024-09-13 06:32:01 +00:00
version = "1.0.210"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-09-13 06:32:01 +00:00
version = "1.0.210"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
]
[[package]]
name = "serde_json"
2024-09-13 06:32:01 +00:00
version = "1.0.128"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d"
dependencies = [
"serde",
]
[[package]]
name = "shlex"
2024-02-28 02:53:21 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "simd_helpers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
dependencies = [
"quote",
]
[[package]]
name = "skeptic"
version = "0.13.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
dependencies = [
"bytecount",
"cargo_metadata",
"error-chain",
"glob",
"pulldown-cmark",
"tempfile",
"walkdir",
]
[[package]]
name = "slotmap"
2024-02-28 02:53:21 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"
2024-06-23 11:41:01 +00:00
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
name = "smart-default"
2023-06-27 01:41:04 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
]
[[package]]
name = "smithay-client-toolkit"
2024-02-28 02:53:21 +00:00
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
"nix 0.24.3",
"pkg-config",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
]
2022-03-19 13:36:58 +00:00
[[package]]
name = "spin"
2024-02-28 02:53:21 +00:00
version = "0.9.8"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-03-19 13:36:58 +00:00
dependencies = [
"lock_api",
]
[[package]]
name = "spirv"
version = "0.2.0+1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"num-traits",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
2023-06-27 01:41:04 +00:00
name = "strict-num"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2023-06-27 01:41:04 +00:00
[[package]]
2023-11-28 03:20:49 +00:00
name = "strsim"
2024-06-23 11:41:01 +00:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
2023-06-27 01:41:04 +00:00
name = "symphonia"
2024-02-28 02:53:21 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
2023-06-27 01:41:04 +00:00
dependencies = [
"lazy_static",
"symphonia-bundle-mp3",
"symphonia-core",
"symphonia-metadata",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "symphonia-bundle-mp3"
2024-02-28 02:53:21 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
2023-06-27 01:41:04 +00:00
dependencies = [
"lazy_static",
"log",
"symphonia-core",
"symphonia-metadata",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "symphonia-core"
2024-02-28 02:53:21 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
2023-06-27 01:41:04 +00:00
dependencies = [
"arrayvec",
"bitflags 1.3.2",
"bytemuck",
"lazy_static",
"log",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "symphonia-metadata"
2024-02-28 02:53:21 +00:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
dependencies = [
2023-06-27 01:41:04 +00:00
"encoding_rs",
"lazy_static",
2023-06-27 01:41:04 +00:00
"log",
"symphonia-core",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "syn"
2024-02-28 02:53:21 +00:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote",
2023-06-27 01:41:04 +00:00
"unicode-ident",
]
[[package]]
name = "syn"
2024-09-13 06:32:01 +00:00
version = "2.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "system-deps"
version = "6.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
"toml 0.8.19",
"version-compare",
]
[[package]]
name = "target-lexicon"
version = "0.12.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tempfile"
2024-09-13 06:32:01 +00:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
"fastrand",
"once_cell",
2024-02-28 02:53:21 +00:00
"rustix",
2024-09-13 06:32:01 +00:00
"windows-sys 0.59.0",
]
[[package]]
name = "termcolor"
2024-02-28 02:53:21 +00:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2024-07-21 12:15:10 +00:00
version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-07-21 12:15:10 +00:00
version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
2022-03-19 13:36:58 +00:00
]
[[package]]
name = "tiff"
2024-02-28 02:53:21 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
dependencies = [
"flate2",
"jpeg-decoder",
"weezl",
]
2022-03-19 13:36:58 +00:00
[[package]]
name = "tiny-skia"
2023-06-27 01:41:04 +00:00
version = "0.8.4"
2022-03-19 13:36:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67"
2022-03-19 13:36:58 +00:00
dependencies = [
"arrayref",
2023-06-27 01:41:04 +00:00
"arrayvec",
"bytemuck",
2023-11-28 06:00:26 +00:00
"cfg-if",
"png",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
2023-06-27 01:41:04 +00:00
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c"
dependencies = [
"arrayref",
"bytemuck",
2023-06-27 01:41:04 +00:00
"strict-num",
2022-03-19 13:36:58 +00:00
]
[[package]]
name = "tinyvec"
2024-07-21 12:15:10 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2024-02-28 02:53:21 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "toml"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.22.20",
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
2024-02-28 02:53:21 +00:00
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
2024-09-13 06:32:01 +00:00
"indexmap 2.5.0",
"toml_datetime",
"winnow 0.5.40",
]
[[package]]
name = "toml_edit"
version = "0.22.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d"
dependencies = [
2024-09-13 06:32:01 +00:00
"indexmap 2.5.0",
"serde",
"serde_spanned",
"toml_datetime",
"winnow 0.6.18",
]
[[package]]
name = "ttf-parser"
2024-09-13 06:32:01 +00:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "5be21190ff5d38e8b4a2d3b6a3ae57f612cc39c96e83cedeaf7abc338a8bac4a"
[[package]]
name = "twox-hash"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
"rand",
"static_assertions",
]
[[package]]
name = "typed-arena"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
[[package]]
name = "unicase"
2024-02-28 02:53:21 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-ident"
2024-09-13 06:32:01 +00:00
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
[[package]]
name = "unicode-width"
2024-06-23 11:41:01 +00:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
[[package]]
name = "unicode-xid"
2024-09-13 06:32:01 +00:00
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "229730647fbc343e3a80e463c1db7f78f3855d3f3739bee0dda773c9a037c90a"
2023-11-28 03:20:49 +00:00
[[package]]
name = "utf8parse"
2024-06-23 11:41:01 +00:00
version = "0.2.2"
2023-11-28 03:20:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2023-11-28 03:20:49 +00:00
[[package]]
name = "uuid"
2024-07-21 12:15:10 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
[[package]]
name = "v_frame"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
dependencies = [
"aligned-vec",
"num-traits",
"wasm-bindgen",
]
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version-compare"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "walkdir"
2024-06-23 11:41:01 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2024-09-13 06:32:01 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
2024-09-13 06:32:01 +00:00
"once_cell",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-09-13 06:32:01 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-09-13 06:32:01 +00:00
version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
dependencies = [
2023-11-28 06:00:26 +00:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-09-13 06:32:01 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-09-13 06:32:01 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-09-13 06:32:01 +00:00
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]]
name = "wayland-client"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"downcast-rs",
"libc",
"nix 0.24.3",
"scoped-tls",
"wayland-commons",
"wayland-scanner",
"wayland-sys",
]
[[package]]
name = "wayland-commons"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
dependencies = [
"nix 0.24.3",
"once_cell",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-cursor"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
dependencies = [
"nix 0.24.3",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
dependencies = [
2023-06-27 01:41:04 +00:00
"bitflags 1.3.2",
"wayland-client",
"wayland-commons",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
[[package]]
name = "wayland-sys"
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
dependencies = [
"dlib",
"lazy_static",
"pkg-config",
]
[[package]]
name = "web-sys"
2024-09-13 06:32:01 +00:00
version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "weezl"
2024-02-28 02:53:21 +00:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
2021-09-16 04:50:14 +00:00
[[package]]
name = "wgpu"
2023-11-28 03:29:35 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-28 03:29:35 +00:00
checksum = "480c965c9306872eb6255fa55e4b4953be55a8b64d57e61d7ff840d3dcc051cd"
dependencies = [
2023-06-27 01:41:04 +00:00
"arrayvec",
2023-11-28 06:00:26 +00:00
"cfg-if",
"js-sys",
"log",
"naga",
"parking_lot",
2023-06-27 01:41:04 +00:00
"profiling",
"raw-window-handle",
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-core"
2023-06-27 01:41:04 +00:00
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "8f478237b4bf0d5b70a39898a66fa67ca3a007d79f2520485b8b0c3dfc46f8c2"
dependencies = [
2023-06-27 01:41:04 +00:00
"arrayvec",
"bit-vec",
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
"codespan-reporting",
"log",
"naga",
"parking_lot",
"profiling",
2023-06-27 01:41:04 +00:00
"raw-window-handle",
2024-06-23 11:41:01 +00:00
"rustc-hash 1.1.0",
"smallvec",
"thiserror",
"web-sys",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-hal"
2024-02-28 02:53:21 +00:00
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "1ecb3258078e936deee14fd4e0febe1cfe9bbb5ffef165cb60218d2ee5eb4448"
dependencies = [
"android_system_properties",
2023-06-27 01:41:04 +00:00
"arrayvec",
"ash",
"bit-set",
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
"block",
"core-graphics-types",
"d3d12",
2023-06-27 01:41:04 +00:00
"foreign-types",
"glow",
"gpu-alloc",
2023-06-27 01:41:04 +00:00
"gpu-allocator",
"gpu-descriptor",
2023-06-27 01:41:04 +00:00
"hassle-rs",
"js-sys",
"khronos-egl",
2023-06-27 01:41:04 +00:00
"libc",
2024-07-21 12:15:10 +00:00
"libloading 0.8.5",
"log",
"metal",
"naga",
"objc",
"parking_lot",
"profiling",
"range-alloc",
2023-06-27 01:41:04 +00:00
"raw-window-handle",
"renderdoc-sys",
2024-06-23 11:41:01 +00:00
"rustc-hash 1.1.0",
"smallvec",
"thiserror",
"wasm-bindgen",
"web-sys",
"wgpu-types",
"winapi",
]
[[package]]
name = "wgpu-types"
2024-02-28 02:53:21 +00:00
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "d0c153280bb108c2979eb5c7391cb18c56642dd3c072e55f52065e13e2a1252a"
dependencies = [
2024-07-21 12:15:10 +00:00
"bitflags 2.6.0",
2023-06-27 01:41:04 +00:00
"js-sys",
"web-sys",
]
[[package]]
name = "which"
2024-02-28 02:53:21 +00:00
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
2023-11-28 06:00:26 +00:00
"either",
2024-02-28 02:53:21 +00:00
"home",
2023-11-28 06:00:26 +00:00
"once_cell",
2024-02-28 02:53:21 +00:00
"rustix",
]
2023-06-27 01:41:04 +00:00
[[package]]
name = "widestring"
2024-06-23 11:41:01 +00:00
version = "1.1.0"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2023-06-27 01:41:04 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
"windows-sys 0.59.0",
]
[[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"
2024-02-28 02:53:21 +00:00
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
dependencies = [
2024-02-28 02:53:21 +00:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows"
2024-06-23 11:41:01 +00:00
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-23 11:41:01 +00:00
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
dependencies = [
2024-06-23 11:41:01 +00:00
"windows-core 0.54.0",
2024-07-21 12:15:10 +00:00
"windows-targets 0.52.6",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows"
2024-07-21 12:15:10 +00:00
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
dependencies = [
2024-07-21 12:15:10 +00:00
"windows-core 0.58.0",
"windows-targets 0.52.6",
]
[[package]]
2024-02-28 02:53:21 +00:00
name = "windows-core"
2024-06-23 11:41:01 +00:00
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
dependencies = [
2024-07-21 12:15:10 +00:00
"windows-result 0.1.2",
"windows-targets 0.52.6",
2024-06-23 11:41:01 +00:00
]
[[package]]
name = "windows-core"
2024-07-21 12:15:10 +00:00
version = "0.58.0"
2024-06-23 11:41:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
2024-06-23 11:41:01 +00:00
dependencies = [
"windows-implement",
"windows-interface",
2024-07-21 12:15:10 +00:00
"windows-result 0.2.0",
"windows-strings",
"windows-targets 0.52.6",
2024-06-23 11:41:01 +00:00
]
[[package]]
name = "windows-implement"
2024-07-21 12:15:10 +00:00
version = "0.58.0"
2024-06-23 11:41:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
2024-06-23 11:41:01 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
2024-06-23 11:41:01 +00:00
]
[[package]]
name = "windows-interface"
2024-07-21 12:15:10 +00:00
version = "0.58.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
dependencies = [
2024-06-23 11:41:01 +00:00
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
2024-06-23 11:41:01 +00:00
]
[[package]]
name = "windows-result"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
dependencies = [
2024-07-21 12:15:10 +00:00
"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 0.2.0",
"windows-targets 0.52.6",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-02-28 02:53:21 +00:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-07-21 12:15:10 +00:00
"windows-targets 0.52.6",
2023-06-27 01:41:04 +00:00
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows-targets"
2024-02-28 02:53:21 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-06-27 01:41:04 +00:00
dependencies = [
2024-02-28 02:53:21 +00:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-07-21 12:15:10 +00:00
version = "0.52.6"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-02-28 02:53:21 +00:00
dependencies = [
2024-07-21 12:15:10 +00:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-06-23 11:41:01 +00:00
"windows_i686_gnullvm",
2024-07-21 12:15:10 +00:00
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2023-06-27 01:41:04 +00:00
]
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows_aarch64_gnullvm"
2024-02-28 02:53:21 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-21 12:15:10 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows_aarch64_msvc"
2024-02-28 02:53:21 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
2024-07-21 12:15:10 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
2024-02-28 02:53:21 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
2024-07-21 12:15:10 +00:00
version = "0.52.6"
2024-06-23 11:41:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-06-23 11:41:01 +00:00
[[package]]
name = "windows_i686_gnullvm"
2024-07-21 12:15:10 +00:00
version = "0.52.6"
2023-06-27 01:41:04 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
2023-06-27 01:41:04 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows_i686_msvc"
2024-02-28 02:53:21 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
2024-07-21 12:15:10 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
2023-06-27 01:41:04 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
2024-02-28 02:53:21 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
2024-07-21 12:15:10 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
2023-06-27 01:41:04 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
2023-06-27 01:41:04 +00:00
name = "windows_x86_64_gnullvm"
2024-02-28 02:53:21 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
2024-07-21 12:15:10 +00:00
version = "0.52.6"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
2023-06-27 01:41:04 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-27 01:41:04 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
2024-02-28 02:53:21 +00:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
2024-07-21 12:15:10 +00:00
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winit"
2024-02-28 02:53:21 +00:00
version = "0.28.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94"
dependencies = [
2023-06-27 01:41:04 +00:00
"android-activity",
"bitflags 1.3.2",
2024-06-23 11:41:01 +00:00
"cfg_aliases 0.1.1",
"core-foundation",
"core-graphics",
"dispatch",
"instant",
"libc",
"log",
"mio",
2024-06-23 11:41:01 +00:00
"ndk 0.7.0",
2023-06-27 01:41:04 +00:00
"objc2",
"once_cell",
2023-06-27 01:41:04 +00:00
"orbclient",
"percent-encoding",
2023-06-27 01:41:04 +00:00
"raw-window-handle",
"redox_syscall 0.3.5",
"sctk-adwaita",
"serde",
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client",
2023-06-27 01:41:04 +00:00
"wayland-commons",
"wayland-protocols",
2023-06-27 01:41:04 +00:00
"wayland-scanner",
"web-sys",
2023-06-27 01:41:04 +00:00
"windows-sys 0.45.0",
"x11-dl",
]
2024-02-28 02:53:21 +00:00
[[package]]
name = "winnow"
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "0.6.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f"
dependencies = [
"memchr",
]
[[package]]
name = "x11-dl"
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
"libc",
"once_cell",
"pkg-config",
]
[[package]]
name = "xcursor"
2024-09-13 06:32:01 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "0ef33da6b1660b4ddbfb3aef0ade110c8b8a781a3b6382fa5f2b5b040fd55f61"
[[package]]
name = "xi-unicode"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
[[package]]
name = "xml-rs"
2024-09-13 06:32:01 +00:00
version = "0.8.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-13 06:32:01 +00:00
checksum = "af4e2e2f7cba5a093896c1e150fbfe177d1883e7448200efb81d40b9d339ef26"
2024-02-28 02:53:21 +00:00
[[package]]
name = "zerocopy"
2024-07-21 12:15:10 +00:00
version = "0.7.35"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2024-02-28 02:53:21 +00:00
dependencies = [
"byteorder",
2024-02-28 02:53:21 +00:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-07-21 12:15:10 +00:00
version = "0.7.35"
2024-02-28 02:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-21 12:15:10 +00:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2024-02-28 02:53:21 +00:00
dependencies = [
"proc-macro2",
"quote",
2024-09-13 06:32:01 +00:00
"syn 2.0.77",
2024-02-28 02:53:21 +00:00
]
[[package]]
name = "zip"
2024-02-28 02:53:21 +00:00
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-28 02:53:21 +00:00
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
dependencies = [
"byteorder",
"bzip2",
"crc32fast",
"crossbeam-utils",
"flate2",
"zstd",
]
[[package]]
name = "zstd"
version = "0.11.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
version = "5.0.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
version = "2.0.13+zstd.1.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
dependencies = [
"cc",
"pkg-config",
]
2024-02-28 02:53:21 +00:00
[[package]]
name = "zune-core"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
2024-02-28 02:53:21 +00:00
[[package]]
name = "zune-inflate"
version = "0.2.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
dependencies = [
"simd-adler32",
]
[[package]]
name = "zune-jpeg"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
dependencies = [
"zune-core",
]