2021-09-15 09:16:22 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.18"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "4dcdbc68024b653943864d436fe8a24b028095bc1cf91a8926f8241e4aaffe59"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"ab_glyph_rasterizer",
|
2022-12-06 13:00:09 +00:00
|
|
|
"owned_ttf_parser",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ab_glyph_rasterizer"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.1.7"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "330223a1aecc308757b9926e9391c9b47f8ef2dbd8aea9df88312aea18c5e8d6"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
2021-09-16 04:50:14 +00:00
|
|
|
|
2022-07-31 10:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.7.20"
|
2022-07-31 10:52:00 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
|
2022-07-31 10:52:00 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "alsa"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.6.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"alsa-sys",
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
2022-12-06 13:00:09 +00:00
|
|
|
"nix 0.23.2",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"libc",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.12.1"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
2021-09-15 09:16:22 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.5.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ash"
|
|
|
|
version = "0.37.1+1.3.235"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "911015c962d56e2e4052f40182ca5462ba60a3d2ff04e827c365a0ab3d65726d"
|
|
|
|
dependencies = [
|
|
|
|
"libloading 0.7.4",
|
|
|
|
]
|
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "autocfg"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "1.1.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "base-x"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.2.11"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "bindgen"
|
2022-07-31 10:52:00 +00:00
|
|
|
version = "0.53.3"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 10:52:00 +00:00
|
|
|
checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
2022-07-31 10:52:00 +00:00
|
|
|
"cfg-if 0.1.10",
|
2021-12-14 09:30:02 +00:00
|
|
|
"clang-sys",
|
2022-07-31 10:52:00 +00:00
|
|
|
"clap",
|
|
|
|
"env_logger",
|
2021-12-14 09:30:02 +00:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
2022-07-31 10:52:00 +00:00
|
|
|
"log",
|
2021-12-14 09:30:02 +00:00
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2022-07-31 10:52:00 +00:00
|
|
|
"which",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
2021-09-16 04:50:14 +00:00
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[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"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
|
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "3.11.1"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.6.3"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bytemuck_derive"
|
|
|
|
version = "1.3.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "5fe233b960f12f8007e3db2d136e3cb1c291bfd7396e384ee76025fc1a3932b4"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "bytes"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.3.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "bzip2"
|
|
|
|
version = "0.4.3"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "6afcd980b5f3a45017c57e57a2fcccbb351cc43a356ce117ef760ef8052b89b0"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"bzip2-sys",
|
|
|
|
"libc",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
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"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "calloop"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.10.4"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "19457a0da465234abd76134a5c2a910c14bd3c5558463e4396ab9a37a328e465"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"log",
|
2022-12-06 13:00:09 +00:00
|
|
|
"nix 0.25.1",
|
|
|
|
"slotmap",
|
|
|
|
"thiserror",
|
|
|
|
"vec_map",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
2022-05-16 04:57:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "camino"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.1.1"
|
2022-05-16 04:57:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "88ad0e1e3e88dd237a156ab9f571021b8a158caa0ae44b1968a241efb5144c1e"
|
2022-05-16 04:57:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "cargo-platform"
|
|
|
|
version = "0.1.2"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"serde",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "cargo_metadata"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.14.2"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2022-05-16 04:57:24 +00:00
|
|
|
"camino",
|
2021-12-14 09:30:02 +00:00
|
|
|
"cargo-platform",
|
2022-12-06 13:00:09 +00:00
|
|
|
"semver 1.0.14",
|
2021-12-14 09:30:02 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "cc"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.77"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"jobserver",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "cexpr"
|
2022-07-31 10:52:00 +00:00
|
|
|
version = "0.4.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 10:52:00 +00:00
|
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2022-07-31 10:52:00 +00:00
|
|
|
"nom 5.1.2",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
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"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
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"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "clang-sys"
|
2022-07-31 10:52:00 +00:00
|
|
|
version = "0.29.3"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 10:52:00 +00:00
|
|
|
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2022-07-31 10:52:00 +00:00
|
|
|
"libloading 0.5.2",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "clap"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "2.34.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "claxon"
|
|
|
|
version = "0.4.3"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
|
|
|
|
|
2022-07-29 10:23:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.1.49"
|
2022-07-29 10:23:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
|
2022-07-29 10:23:39 +00:00
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.24.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
|
2021-09-15 09:16:22 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
|
|
|
"foreign-types 0.3.2",
|
2021-12-14 09:30:02 +00:00
|
|
|
"libc",
|
|
|
|
"objc",
|
2021-09-15 09:16:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "cocoa-foundation"
|
|
|
|
version = "0.1.0"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
2021-09-15 09:16:22 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"bitflags",
|
|
|
|
"block",
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation",
|
2021-12-14 09:30:02 +00:00
|
|
|
"core-graphics-types",
|
2022-12-06 13:00:09 +00:00
|
|
|
"foreign-types 0.3.2",
|
2021-09-15 09:16:22 +00:00
|
|
|
"libc",
|
2021-12-14 09:30:02 +00:00
|
|
|
"objc",
|
2021-09-15 09:16:22 +00:00
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[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]]
|
2021-12-14 09:30:02 +00:00
|
|
|
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"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "combine"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "4.6.6"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"bytes",
|
|
|
|
"memchr",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "core-foundation"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.9.3"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation-sys",
|
2021-12-14 09:30:02 +00:00
|
|
|
"libc",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.8.3"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
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"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"bitflags",
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation",
|
2021-12-14 09:30:02 +00:00
|
|
|
"core-graphics-types",
|
2022-12-06 13:00:09 +00:00
|
|
|
"foreign-types 0.3.2",
|
2021-12-14 09:30:02 +00:00
|
|
|
"libc",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.1.1"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"bitflags",
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation",
|
|
|
|
"foreign-types 0.3.2",
|
2021-12-14 09:30:02 +00:00
|
|
|
"libc",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "core-text"
|
|
|
|
version = "19.2.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
|
|
|
"foreign-types 0.3.2",
|
2021-12-14 09:30:02 +00:00
|
|
|
"libc",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "coreaudio-rs"
|
|
|
|
version = "0.10.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"bitflags",
|
|
|
|
"coreaudio-sys",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "coreaudio-sys"
|
2022-07-31 10:52:00 +00:00
|
|
|
version = "0.2.6"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 10:52:00 +00:00
|
|
|
checksum = "17f73df0f29f4c3c374854f076c47dc018f19acaa63538880dba0937ad4fa8d7"
|
2021-09-15 09:16:22 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"bindgen",
|
2021-09-15 09:16:22 +00:00
|
|
|
]
|
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "cpal"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.14.2"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "f342c1b63e185e9953584ff2199726bf53850d96610a310e3aca09e9405a2d0b"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"alsa",
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation-sys",
|
2021-12-14 09:30:02 +00:00
|
|
|
"coreaudio-rs",
|
|
|
|
"jni",
|
|
|
|
"js-sys",
|
|
|
|
"libc",
|
2022-12-06 13:00:09 +00:00
|
|
|
"mach",
|
|
|
|
"ndk 0.7.0",
|
|
|
|
"ndk-context",
|
2021-12-14 09:30:02 +00:00
|
|
|
"oboe",
|
2022-12-06 13:00:09 +00:00
|
|
|
"once_cell",
|
2021-12-14 09:30:02 +00:00
|
|
|
"parking_lot",
|
2022-12-06 13:00:09 +00:00
|
|
|
"stdweb",
|
2021-12-14 09:30:02 +00:00
|
|
|
"thiserror",
|
|
|
|
"web-sys",
|
2022-12-06 13:00:09 +00:00
|
|
|
"windows",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "crc32fast"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "1.3.2"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "crevice"
|
|
|
|
version = "0.11.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "5a843181f42b85f7b5c7742c95aeff6f3a35416d8e760158e219c6bb993248d3"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"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",
|
|
|
|
"syn",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "crossbeam-channel"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.5.6"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "crossbeam-deque"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.8.2"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "crossbeam-epoch"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.9.13"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2022-05-16 04:57:24 +00:00
|
|
|
"autocfg",
|
2021-12-14 09:30:02 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-utils",
|
2022-12-06 13:00:09 +00:00
|
|
|
"memoffset 0.7.1",
|
2021-12-14 09:30:02 +00:00
|
|
|
"scopeguard",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.14"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "crossfont"
|
|
|
|
version = "0.5.1"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45"
|
2021-09-15 09:16:22 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"cocoa",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"core-graphics",
|
|
|
|
"core-text",
|
|
|
|
"dwrote",
|
|
|
|
"foreign-types 0.5.0",
|
|
|
|
"freetype-rs",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"objc",
|
2022-07-29 10:23:39 +00:00
|
|
|
"once_cell",
|
2022-12-06 13:00:09 +00:00
|
|
|
"pkg-config",
|
|
|
|
"servo-fontconfig",
|
|
|
|
"winapi",
|
2021-09-15 09:16:22 +00:00
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "cty"
|
|
|
|
version = "0.2.2"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
2021-09-15 09:16:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "d3d12"
|
|
|
|
version = "0.5.0"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "827914e1f53b1e0e025ecd3d967a7836b7bcb54520f90e21ef8df7b4d88a2759"
|
2021-09-15 09:16:22 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"bitflags",
|
|
|
|
"libloading 0.7.4",
|
|
|
|
"winapi",
|
2022-05-16 04:57:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
|
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
2022-05-16 04:57:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.13.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
|
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"darling_core",
|
2021-12-14 09:30:02 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "directories"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "4.0.1"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "f51c5d4ddabd36886dd3e1438cb358cdcb0d7c499cb99cb4ac2e38e18b5cb210"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"dirs-sys",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "dirs-sys"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.3.7"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-12-14 09:30:02 +00:00
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "discard"
|
|
|
|
version = "1.0.4"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
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]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "dlib"
|
|
|
|
version = "0.5.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"libloading 0.7.4",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "dwrote"
|
|
|
|
version = "0.11.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"winapi",
|
|
|
|
"wio",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "either"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.8.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
2022-07-31 10:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
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"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"version_check",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "euclid"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.22.7"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "b52c2ef4a78da0ba68fbe1fd920627411096d2ac478f7f4c9f3a54ba6705bade"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
2021-09-16 04:50:14 +00:00
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "expat-sys"
|
|
|
|
version = "2.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.5.2"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "8eb5f255b5980bb0c8cf676b675d1a99be40f316881444f44e0462eaf5df5ded"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"flume",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
2022-12-06 13:00:09 +00:00
|
|
|
"miniz_oxide",
|
2022-03-19 13:36:58 +00:00
|
|
|
"smallvec",
|
|
|
|
"threadpool",
|
|
|
|
]
|
|
|
|
|
2022-05-16 04:57:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "1.8.0"
|
2022-05-16 04:57:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
|
2022-05-16 04:57:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.25"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
2022-12-06 13:00:09 +00:00
|
|
|
"miniz_oxide",
|
2022-03-19 13:36:58 +00:00
|
|
|
]
|
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "float_next_after"
|
|
|
|
version = "0.1.5"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "4fc612c5837986b7104a87a0df74a5460931f1c5274be12f8d0f40aa2f30d632"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
2021-09-16 04:50:14 +00:00
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "flume"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.10.14"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"nanorand",
|
|
|
|
"pin-project",
|
|
|
|
"spin",
|
|
|
|
]
|
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
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"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2021-09-16 04:50:14 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"foreign-types-shared 0.1.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-macros",
|
|
|
|
"foreign-types-shared 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-macros"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8469d0d40519bc608ec6863f1cc88f3f1deee15913f2f3b3e573d81ed38cccc"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2021-09-16 04:50:14 +00:00
|
|
|
]
|
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2021-09-15 09:16:22 +00:00
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
|
|
|
|
2022-07-29 10:23:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "freetype"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
|
|
|
|
dependencies = [
|
|
|
|
"freetype-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "freetype-rs"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"freetype-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-07-29 10:23:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "freetype-sys"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.3.25"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
|
2022-03-19 13:36:58 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.3.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
2022-03-19 13:36:58 +00:00
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "getrandom"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.8"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2021-09-15 09:16:22 +00:00
|
|
|
dependencies = [
|
2021-12-14 09:30:02 +00:00
|
|
|
"cfg-if 1.0.0",
|
2022-03-19 13:36:58 +00:00
|
|
|
"js-sys",
|
2021-12-14 09:30:02 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2022-03-19 13:36:58 +00:00
|
|
|
"wasm-bindgen",
|
2021-09-15 09:16:22 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "ggez"
|
|
|
|
version = "0.8.1"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "9b5afdff588614f146cddaabe68ee21de08947594c7a7329aad0a0563f848552"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"approx",
|
|
|
|
"bitflags",
|
|
|
|
"bytemuck",
|
2022-12-06 13:00:09 +00:00
|
|
|
"crevice",
|
2021-12-14 09:30:02 +00:00
|
|
|
"directories",
|
|
|
|
"gilrs",
|
|
|
|
"glam",
|
|
|
|
"glyph_brush",
|
2022-12-06 13:00:09 +00:00
|
|
|
"image",
|
2021-12-14 09:30:02 +00:00
|
|
|
"log",
|
|
|
|
"lyon",
|
2022-12-06 13:00:09 +00:00
|
|
|
"memoffset 0.7.1",
|
2021-12-14 09:30:02 +00:00
|
|
|
"mint",
|
2022-12-06 13:00:09 +00:00
|
|
|
"ordered-float",
|
|
|
|
"pollster",
|
2021-12-14 09:30:02 +00:00
|
|
|
"rodio",
|
|
|
|
"serde",
|
|
|
|
"skeptic",
|
|
|
|
"smart-default",
|
|
|
|
"toml",
|
2022-12-06 13:00:09 +00:00
|
|
|
"typed-arena",
|
|
|
|
"wgpu",
|
2021-12-14 09:30:02 +00:00
|
|
|
"winit",
|
|
|
|
"zip",
|
|
|
|
]
|
2021-09-16 04:50:14 +00:00
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "gif"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.11.4"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
2021-09-15 09:16:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "gilrs"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.9.0"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "1d6ba7c37bf8ea7ba0c3e3795dfa1a7771b1e47c4bb417c4d27c7b338d79685f"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"gilrs-core",
|
|
|
|
"log",
|
|
|
|
"uuid",
|
|
|
|
"vec_map",
|
|
|
|
]
|
2021-09-15 09:16:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "gilrs-core"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.4.1"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "96a8d94a7fc5afd27e894e08a4cfe5a49237f85bcc7140e90721bad3399c7d02"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation",
|
2021-12-14 09:30:02 +00:00
|
|
|
"io-kit-sys",
|
2022-12-06 13:00:09 +00:00
|
|
|
"js-sys",
|
2021-12-14 09:30:02 +00:00
|
|
|
"libc",
|
|
|
|
"libudev-sys",
|
|
|
|
"log",
|
2022-12-06 13:00:09 +00:00
|
|
|
"nix 0.24.3",
|
2021-12-14 09:30:02 +00:00
|
|
|
"rusty-xinput",
|
|
|
|
"uuid",
|
|
|
|
"vec_map",
|
2022-12-06 13:00:09 +00:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2021-12-14 09:30:02 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
2021-09-15 09:16:22 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "glam"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.21.3"
|
2021-09-15 09:16:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "518faa5064866338b013ff9b2350dc318e14cc4fcd6cb8206d7e7c9886c98815"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"mint",
|
|
|
|
]
|
2021-09-15 09:16:22 +00:00
|
|
|
|
2021-09-16 04:50:14 +00:00
|
|
|
[[package]]
|
2021-12-14 09:30:02 +00:00
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
2021-09-16 04:50:14 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-14 09:30:02 +00:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "glow"
|
|
|
|
version = "0.11.2"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"js-sys",
|
|
|
|
"slotmap",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glyph_brush"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.7.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "ac02497410cdb5062cc056a33f2e1e19ff69fbf26a4be9a02bf29d6e17ea105b"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"glyph_brush_draw_cache",
|
|
|
|
"glyph_brush_layout",
|
|
|
|
"log",
|
|
|
|
"ordered-float",
|
|
|
|
"rustc-hash",
|
|
|
|
"twox-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glyph_brush_draw_cache"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6010675390f6889e09a21e2c8b575b3ee25667ea8237a8d59423f73cb8c28610"
|
|
|
|
dependencies = [
|
|
|
|
"ab_glyph",
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"linked-hash-map",
|
|
|
|
"rayon",
|
|
|
|
"rustc-hash",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glyph_brush_layout"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc32c2334f00ca5ac3695c5009ae35da21da8c62d255b5b96d56e2597a637a38"
|
|
|
|
dependencies = [
|
|
|
|
"ab_glyph",
|
|
|
|
"approx",
|
|
|
|
"xi-unicode",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gpu-alloc"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"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 = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"gpu-descriptor-types",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gpu-descriptor-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "2.1.0"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "ad6a9459c9c30b177b925162351f97e7d967c7ea8bab3b8352805327daf45554"
|
|
|
|
dependencies = [
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2022-03-19 13:36:58 +00:00
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hexf-parse"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hound"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "3.5.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
2022-07-31 10:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.24.5"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"exr",
|
|
|
|
"gif",
|
2022-12-06 13:00:09 +00:00
|
|
|
"jpeg-decoder",
|
|
|
|
"num-rational",
|
2021-12-14 09:30:02 +00:00
|
|
|
"num-traits",
|
2022-12-06 13:00:09 +00:00
|
|
|
"png",
|
2021-12-14 09:30:02 +00:00
|
|
|
"scoped_threadpool",
|
2022-12-06 13:00:09 +00:00
|
|
|
"tiff",
|
2022-03-19 13:36:58 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "indexmap"
|
|
|
|
version = "1.9.2"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-12-06 13:00:09 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "io-kit-sys"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "7789f7f3c9686f96164f5109d69152de759e76e284f736bd57661c6df5091919"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"mach",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.4"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
|
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
|
|
|
"combine",
|
|
|
|
"jni-sys",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.1.25"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.3.0"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.3.60"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "khronos-egl"
|
|
|
|
version = "4.1.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libloading 0.7.4",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[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"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.5.2"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
2022-03-19 13:36:58 +00:00
|
|
|
|
2021-12-14 09:30:02 +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"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.138"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
2022-07-31 10:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.7.4"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "libm"
|
|
|
|
version = "0.2.6"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[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"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.5.6"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.4.9"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-05-16 04:57:24 +00:00
|
|
|
"autocfg",
|
2021-12-14 09:30:02 +00:00
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.4.17"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lyon"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"lyon_algorithms",
|
|
|
|
"lyon_tessellation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lyon_algorithms"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.2"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "fcb7a1845c15729d73d25d42cb650b647f73c3494453a5c3cd3aae0df3ac5c6c"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"lyon_path",
|
2022-12-06 13:00:09 +00:00
|
|
|
"num-traits",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lyon_geom"
|
2022-12-11 05:35:35 +00:00
|
|
|
version = "1.0.4"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 05:35:35 +00:00
|
|
|
checksum = "74df1ff0a0147282eb10699537a03baa7d31972b58984a1d44ce0624043fe8ad"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"arrayvec 0.7.2",
|
2021-12-14 09:30:02 +00:00
|
|
|
"euclid",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lyon_path"
|
2022-12-11 05:35:35 +00:00
|
|
|
version = "1.0.3"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 05:35:35 +00:00
|
|
|
checksum = "7da8358c012e5651e4619cfd0b5b75c0f77866181a01b0909aab4bae14adf660"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"lyon_geom",
|
2022-12-06 13:00:09 +00:00
|
|
|
"num-traits",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lyon_tessellation"
|
2022-12-11 05:35:35 +00:00
|
|
|
version = "1.0.7"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 05:35:35 +00:00
|
|
|
checksum = "66b19b1b39823ddc178d98cbb42c70ffcd3bfbcbde589f38752bedde982269c3"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"float_next_after",
|
|
|
|
"lyon_path",
|
2022-12-06 13:00:09 +00:00
|
|
|
"thiserror",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
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 = "memchr"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "2.5.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.5.8"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.6.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "metal"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"core-graphics-types",
|
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimp3"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "985438f75febf74c392071a975a29641b420dd84431135a6e6db721de4b74372"
|
|
|
|
dependencies = [
|
|
|
|
"minimp3-sys",
|
|
|
|
"slice-deque",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimp3-sys"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.6.2"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mint"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.5.9"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.8.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-12-06 13:00:09 +00:00
|
|
|
"wasi",
|
|
|
|
"windows-sys 0.42.0",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mpd_info_screen"
|
2023-01-08 08:43:19 +00:00
|
|
|
version = "0.4.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-07-31 10:52:00 +00:00
|
|
|
"bindgen",
|
2022-07-29 10:23:39 +00:00
|
|
|
"freetype",
|
2021-12-14 09:30:02 +00:00
|
|
|
"ggez",
|
2022-12-06 13:00:09 +00:00
|
|
|
"image",
|
2021-12-14 09:30:02 +00:00
|
|
|
"structopt",
|
2022-12-06 13:00:09 +00:00
|
|
|
"wgpu",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "naga"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "262d2840e72dbe250e8cf2f522d080988dfca624c4112c096238a4845f591707"
|
|
|
|
dependencies = [
|
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
|
|
|
"codespan-reporting",
|
|
|
|
"hexf-parse",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"num-traits",
|
|
|
|
"rustc-hash",
|
|
|
|
"spirv",
|
|
|
|
"termcolor",
|
|
|
|
"thiserror",
|
|
|
|
"unicode-xid",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nanorand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.6.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"bitflags",
|
2021-12-14 09:30:02 +00:00
|
|
|
"jni-sys",
|
2022-12-06 13:00:09 +00:00
|
|
|
"ndk-sys 0.3.0",
|
2021-12-14 09:30:02 +00:00
|
|
|
"num_enum",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.7.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"jni-sys",
|
2022-12-06 13:00:09 +00:00
|
|
|
"ndk-sys 0.4.1+23.1.7779620",
|
2021-12-14 09:30:02 +00:00
|
|
|
"num_enum",
|
2022-12-06 13:00:09 +00:00
|
|
|
"raw-window-handle 0.5.0",
|
2021-12-14 09:30:02 +00:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2022-05-16 04:57:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-context"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.7.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-12-06 13:00:09 +00:00
|
|
|
"ndk 0.7.0",
|
2022-05-16 04:57:24 +00:00
|
|
|
"ndk-context",
|
2022-12-06 13:00:09 +00:00
|
|
|
"ndk-macro",
|
|
|
|
"ndk-sys 0.4.1+23.1.7779620",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
2022-05-16 04:57:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-macro"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
|
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"darling",
|
|
|
|
"proc-macro-crate",
|
2022-05-16 04:57:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.3.0"
|
2022-05-16 04:57:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
|
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
]
|
2022-05-16 04:57:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.4.1+23.1.7779620"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
|
2022-05-16 04:57:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
]
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.23.2"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2022-12-06 13:00:09 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-12-14 09:30:02 +00:00
|
|
|
"libc",
|
2022-12-06 13:00:09 +00:00
|
|
|
"memoffset 0.6.5",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.24.3"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-12-06 13:00:09 +00:00
|
|
|
"memoffset 0.6.5",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-05-16 04:57:24 +00:00
|
|
|
name = "nix"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.25.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"autocfg",
|
2022-05-16 04:57:24 +00:00
|
|
|
"bitflags",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-12-06 13:00:09 +00:00
|
|
|
"memoffset 0.6.5",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
2022-07-31 10:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "7.1.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.1.45"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.4.1"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.2.15"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2022-12-06 13:00:09 +00:00
|
|
|
"libm",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.14.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.5.7"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "cf5395665662ef45796a4ff5486c5d41d29e0c09640af4c5f17fd94ee2c119c9"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"num_enum_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.5.7"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "3b0498641e53dd6ac1a4f22547548caa6864cc4933784319cd1775271c5a46ce"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"proc-macro-crate",
|
2021-12-14 09:30:02 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
2022-12-06 13:00:09 +00:00
|
|
|
"objc_exception",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_exception"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oboe"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.4.6"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"jni",
|
2022-05-16 04:57:24 +00:00
|
|
|
"ndk 0.6.0",
|
|
|
|
"ndk-context",
|
2021-12-14 09:30:02 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"oboe-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oboe-sys"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.4.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd"
|
2021-12-14 09:30:02 +00:00
|
|
|
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"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.16.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "3.4.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "d84eb1409416d254e4a9c8fa56cc24701755025b458f0fcd8e59e1f5f40c23bf"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "owned_ttf_parser"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.17.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "18904d3c65493a9f0d7542293d1a7f69bfdc309a6b9ef4f46dc3e58b0577edc5"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"ttf-parser",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.12.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.9.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2022-12-06 13:00:09 +00:00
|
|
|
"windows-sys 0.42.0",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "2.2.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.12"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.12"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.3.26"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.17.7"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
2022-12-06 13:00:09 +00:00
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "pollster"
|
|
|
|
version = "0.2.5"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
|
2022-03-19 13:36:58 +00:00
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.17"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.2.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"once_cell",
|
2021-12-14 09:30:02 +00:00
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.47"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-07-29 10:23:39 +00:00
|
|
|
"unicode-ident",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.9.2"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-07-31 10:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.21"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.8.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-12-14 09:30:02 +00:00
|
|
|
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"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.6.4"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "range-alloc"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.4.3"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"cty",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.5.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cty",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2022-12-11 05:35:35 +00:00
|
|
|
version = "1.6.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 05:35:35 +00:00
|
|
|
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.10.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "cac410af5d00ab6884528b4ab69d1e8e146e8d471201800fa1b4524126de6ad3"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.2.16"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.4.3"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
2022-05-16 04:57:24 +00:00
|
|
|
"thiserror",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.7.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-07-31 10:52:00 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2021-12-14 09:30:02 +00:00
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.6.28"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "renderdoc-sys"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rodio"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.16.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "eb10b653d5ec0e9411a2e7d46e2c7f4046fd87d35b9955bd73ba4108d69072b5"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"claxon",
|
|
|
|
"cpal",
|
|
|
|
"hound",
|
|
|
|
"lewton",
|
|
|
|
"minimp3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rusty-xinput"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2aa654bc32eb9ca14cce1a084abc9dfe43949a4547c35269a094c39272db3bb"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "safe_arch"
|
|
|
|
version = "0.5.2"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sctk-adwaita"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61270629cc6b4d77ec1907db1033d5c2e1a404c412743621981a871dc9c12339"
|
|
|
|
dependencies = [
|
|
|
|
"crossfont",
|
|
|
|
"log",
|
|
|
|
"smithay-client-toolkit",
|
|
|
|
"tiny-skia",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
2022-05-16 04:57:24 +00:00
|
|
|
"semver-parser",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.14"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.149"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.149"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.89"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"servo-fontconfig-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig-sys"
|
|
|
|
version = "5.1.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"expat-sys",
|
|
|
|
"freetype-sys",
|
|
|
|
"pkg-config",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.6.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
|
|
|
|
dependencies = [
|
|
|
|
"sha1_smol",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha1_smol"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
2022-07-31 10:52:00 +00:00
|
|
|
version = "0.1.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-31 10:52:00 +00:00
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "skeptic"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.13.7"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytecount",
|
|
|
|
"cargo_metadata",
|
|
|
|
"error-chain",
|
|
|
|
"glob",
|
|
|
|
"pulldown-cmark",
|
|
|
|
"tempfile",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slice-deque"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-12-06 13:00:09 +00:00
|
|
|
"mach",
|
2021-12-14 09:30:02 +00:00
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.10.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smart-default"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.16.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"calloop",
|
2022-12-06 13:00:09 +00:00
|
|
|
"dlib",
|
2021-12-14 09:30:02 +00:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"memmap2",
|
2022-12-06 13:00:09 +00:00
|
|
|
"nix 0.24.3",
|
|
|
|
"pkg-config",
|
2021-12-14 09:30:02 +00:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-cursor",
|
|
|
|
"wayland-protocols",
|
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.9.4"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "spirv"
|
|
|
|
version = "0.2.0+1.5.4"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"num-traits",
|
|
|
|
]
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "static_assertions"
|
|
|
|
version = "1.1.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.4.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
|
|
dependencies = [
|
|
|
|
"discard",
|
|
|
|
"rustc_version",
|
|
|
|
"stdweb-derive",
|
|
|
|
"stdweb-internal-macros",
|
|
|
|
"stdweb-internal-runtime",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-derive"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-macros"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
|
|
dependencies = [
|
|
|
|
"base-x",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"sha1",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stdweb-internal-runtime"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
2022-05-16 04:57:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.3.26"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.4.18"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.105"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-07-29 10:23:39 +00:00
|
|
|
"unicode-ident",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "3.3.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2022-05-16 04:57:24 +00:00
|
|
|
"fastrand",
|
2021-12-14 09:30:02 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2022-07-31 10:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.37"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.37"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "threadpool"
|
|
|
|
version = "1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
|
|
dependencies = [
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
2022-12-11 05:35:35 +00:00
|
|
|
version = "0.8.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 05:35:35 +00:00
|
|
|
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
2021-12-14 09:30:02 +00:00
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2022-03-19 13:36:58 +00:00
|
|
|
[[package]]
|
2022-12-06 13:00:09 +00:00
|
|
|
name = "tiny-skia"
|
|
|
|
version = "0.7.0"
|
2022-03-19 13:36:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82"
|
2022-03-19 13:36:58 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.5.2",
|
|
|
|
"bytemuck",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"png",
|
|
|
|
"safe_arch",
|
|
|
|
"tiny-skia-path",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia-path"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c114d32f0c2ee43d585367cb013dfaba967ab9f62b90d9af0d696e955e70fa6c"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"bytemuck",
|
2022-03-19 13:36:58 +00:00
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "1.6.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.5.9"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.17.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "twox-hash"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "1.6.3"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"rand",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0685c84d5d54d1c26f7d3eb96cd41550adb97baed141a761cf335d3d33bcd0ae"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-07-29 10:23:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.0.5"
|
2022-07-29 10:23:39 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
|
2022-07-29 10:23:39 +00:00
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.10.0"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.4"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "1.2.2"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "422ee0de9031b5b948b97a8fc04e3aa35230001a722ddd27943e0be31564ce4c"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-05-16 04:57:24 +00:00
|
|
|
version = "0.9.4"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-16 04:57:24 +00:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.83"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.83"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
2022-07-29 10:23:39 +00:00
|
|
|
"once_cell",
|
2021-12-14 09:30:02 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
|
|
|
version = "0.4.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.83"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.83"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.2.83"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.29.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
2022-12-06 13:00:09 +00:00
|
|
|
"nix 0.24.3",
|
2021-12-14 09:30:02 +00:00
|
|
|
"scoped-tls",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.29.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"nix 0.24.3",
|
2021-12-14 09:30:02 +00:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.29.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"nix 0.24.3",
|
2021-12-14 09:30:02 +00:00
|
|
|
"wayland-client",
|
|
|
|
"xcursor",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.29.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.29.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.29.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
2022-12-06 13:00:09 +00:00
|
|
|
"dlib",
|
2021-12-14 09:30:02 +00:00
|
|
|
"lazy_static",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.3.60"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "weezl"
|
2022-07-29 10:23:39 +00:00
|
|
|
version = "0.1.7"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 10:23:39 +00:00
|
|
|
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
|
2021-09-16 04:50:14 +00:00
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wgpu"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "81f643110d228fd62a60c5ed2ab56c4d5b3704520bd50561174ec4ec74932937"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"naga",
|
|
|
|
"parking_lot",
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"smallvec",
|
|
|
|
"static_assertions",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"wgpu-core",
|
|
|
|
"wgpu-hal",
|
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-core"
|
|
|
|
version = "0.14.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6000d1284ef8eec6076fd5544a73125fd7eb9b635f18dceeb829d826f41724ca"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
"bit-vec",
|
|
|
|
"bitflags",
|
|
|
|
"cfg_aliases",
|
|
|
|
"codespan-reporting",
|
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"naga",
|
|
|
|
"parking_lot",
|
|
|
|
"profiling",
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"web-sys",
|
|
|
|
"wgpu-hal",
|
|
|
|
"wgpu-types",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-hal"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3cc320a61acb26be4f549c9b1b53405c10a223fbfea363ec39474c32c348d12f"
|
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"arrayvec 0.7.2",
|
|
|
|
"ash",
|
|
|
|
"bit-set",
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"core-graphics-types",
|
|
|
|
"d3d12",
|
|
|
|
"foreign-types 0.3.2",
|
|
|
|
"fxhash",
|
|
|
|
"glow",
|
|
|
|
"gpu-alloc",
|
|
|
|
"gpu-descriptor",
|
|
|
|
"js-sys",
|
|
|
|
"khronos-egl",
|
|
|
|
"libloading 0.7.4",
|
|
|
|
"log",
|
|
|
|
"metal",
|
|
|
|
"naga",
|
|
|
|
"objc",
|
|
|
|
"parking_lot",
|
|
|
|
"profiling",
|
|
|
|
"range-alloc",
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"renderdoc-sys",
|
|
|
|
"smallvec",
|
|
|
|
"thiserror",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
"wgpu-types",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wgpu-types"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fb6b28ef22cac17b9109b25b3bf8c9a103eeb293d7c5f78653979b09140375f6"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2022-07-31 10:52:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "3.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-09-15 09:16:22 +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"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-09-15 09:16:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-12-14 09:30:02 +00:00
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc 0.37.0",
|
|
|
|
"windows_i686_gnu 0.37.0",
|
|
|
|
"windows_i686_msvc 0.37.0",
|
|
|
|
"windows_x86_64_gnu 0.37.0",
|
|
|
|
"windows_x86_64_msvc 0.37.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc 0.42.0",
|
|
|
|
"windows_i686_gnu 0.42.0",
|
|
|
|
"windows_i686_msvc 0.42.0",
|
|
|
|
"windows_x86_64_gnu 0.42.0",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc 0.42.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.37.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.27.5"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cocoa",
|
2022-12-06 13:00:09 +00:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
2021-12-14 09:30:02 +00:00
|
|
|
"dispatch",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"mio",
|
2022-12-06 13:00:09 +00:00
|
|
|
"ndk 0.7.0",
|
|
|
|
"ndk-glue",
|
2021-12-14 09:30:02 +00:00
|
|
|
"objc",
|
2022-12-06 13:00:09 +00:00
|
|
|
"once_cell",
|
2021-12-14 09:30:02 +00:00
|
|
|
"parking_lot",
|
|
|
|
"percent-encoding",
|
2022-12-06 13:00:09 +00:00
|
|
|
"raw-window-handle 0.4.3",
|
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"sctk-adwaita",
|
|
|
|
"serde",
|
2021-12-14 09:30:02 +00:00
|
|
|
"smithay-client-toolkit",
|
2022-12-06 13:00:09 +00:00
|
|
|
"wasm-bindgen",
|
2021-12-14 09:30:02 +00:00
|
|
|
"wayland-client",
|
2022-12-06 13:00:09 +00:00
|
|
|
"wayland-protocols",
|
|
|
|
"web-sys",
|
|
|
|
"windows-sys 0.36.1",
|
2021-12-14 09:30:02 +00:00
|
|
|
"x11-dl",
|
|
|
|
]
|
|
|
|
|
2022-12-06 13:00:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wio"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-12-14 09:30:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "2.20.1"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "b1536d6965a5d4e573c7ef73a2c15ebcd0b2de3347bdf526c34c297c00ac40f0"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
|
|
|
|
dependencies = [
|
2022-07-31 10:52:00 +00:00
|
|
|
"nom 7.1.1",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xi-unicode"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.8.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zip"
|
2022-12-06 13:00:09 +00:00
|
|
|
version = "0.6.3"
|
2021-12-14 09:30:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-06 13:00:09 +00:00
|
|
|
checksum = "537ce7411d25e54e8ae21a7ce0b15840e7bfcff15b51d697ec3266cc76bdf080"
|
2021-12-14 09:30:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bzip2",
|
|
|
|
"crc32fast",
|
2022-12-06 13:00:09 +00:00
|
|
|
"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.4+zstd.1.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4fa202f2ef00074143e219d15b62ffc317d17cc33909feac471c044087cad7b0"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2021-12-14 09:30:02 +00:00
|
|
|
]
|