ruffle/Cargo.lock

5292 lines
125 KiB
Plaintext
Raw Normal View History

2019-11-17 21:00:19 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-09-07 04:32:15 +00:00
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
[[package]]
name = "addr2line"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-07-03 14:04:27 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:04:27 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2019-11-17 21:00:19 +00:00
[[package]]
name = "adler32"
version = "1.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2019-11-17 21:00:19 +00:00
2020-12-27 06:33:38 +00:00
[[package]]
name = "ahash"
version = "0.7.6"
2020-12-27 06:33:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2020-12-27 06:33:38 +00:00
2019-11-17 21:00:19 +00:00
[[package]]
name = "aho-corasick"
2022-11-25 16:17:44 +00:00
version = "0.7.20"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2019-11-17 21:00:19 +00:00
dependencies = [
"memchr",
2019-11-17 21:00:19 +00:00
]
2022-09-07 04:32:15 +00:00
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
2020-07-10 22:24:05 +00:00
[[package]]
name = "alsa"
version = "0.7.0"
2020-07-10 22:24:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8512c9117059663fb5606788fbca3619e2a91dac0e3fe516242eab1fa6be5e44"
2020-07-10 22:24:05 +00:00
dependencies = [
"alsa-sys",
"bitflags",
"libc",
"nix 0.24.3",
2020-07-10 22:24:05 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "alsa-sys"
version = "0.3.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
"pkg-config",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anyhow"
version = "1.0.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
2019-11-17 21:00:19 +00:00
[[package]]
name = "approx"
version = "0.5.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
2019-11-17 21:00:19 +00:00
dependencies = [
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "arboard"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854"
dependencies = [
"clipboard-win",
"core-graphics",
"image",
"log",
"objc",
"objc-foundation",
"objc_id",
"once_cell",
"parking_lot",
"thiserror",
"winapi",
"x11rb",
]
[[package]]
name = "arrayref"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2019-11-17 21:00:19 +00:00
[[package]]
name = "arrayvec"
version = "0.5.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "arrayvec"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2021-09-08 07:20:11 +00:00
dependencies = [
"serde",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "ash"
version = "0.37.2+1.3.238"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03"
2020-08-27 10:32:41 +00:00
dependencies = [
"libloading",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "async-channel"
2022-12-14 21:36:06 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "atk-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "atty"
2020-05-02 15:48:23 +00:00
version = "0.2.14"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-11-17 21:00:19 +00:00
dependencies = [
2022-11-25 16:17:44 +00:00
"hermit-abi 0.1.19",
"libc",
"winapi",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
dependencies = [
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "base64"
version = "0.13.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2019-11-17 21:00:19 +00:00
[[package]]
name = "base64"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bindgen"
2022-11-25 16:17:44 +00:00
version = "0.61.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "8a022e58a142a46fea340d68012b9201c094e93ec3d033a944a24f8fd4a4f09a"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2022-11-25 16:17:44 +00:00
"syn",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "bit-set"
2022-07-25 17:24:39 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
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"
[[package]]
name = "bit_field"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bitstream-io"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d28070975aaf4ef1fd0bd1f29b739c06c2cdd9972e090617fb6dca3b2cb564e"
2019-11-17 21:00:19 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "block-buffer"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
dependencies = [
"generic-array",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "bstr"
version = "0.2.17"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
2019-11-17 21:00:19 +00:00
dependencies = [
"lazy_static",
"memchr",
"regex-automata",
"serde",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "build_playerglobal"
version = "0.1.0"
dependencies = [
"clap",
"colored",
"convert_case",
"proc-macro2",
"quote",
"regex",
"serde",
"serde-xml-rs",
"swf",
"walkdir",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "bumpalo"
2023-01-24 23:03:45 +00:00
version = "3.12.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bytemuck"
2023-01-25 01:22:56 +00:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 01:22:56 +00:00
checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2023-01-25 01:22:56 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 01:22:56 +00:00
checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bytes"
2022-11-25 16:17:44 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
[[package]]
name = "cairo-sys-rs"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421"
dependencies = [
"libc",
"system-deps",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "calloop"
2023-01-24 23:03:45 +00:00
version = "0.10.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "1a59225be45a478d772ce015d9743e49e92798ece9e34eda9a6aa2a6a7f40192"
2019-11-17 21:00:19 +00:00
dependencies = [
"log",
2022-12-14 21:36:06 +00:00
"nix 0.25.1",
"slotmap",
"thiserror",
"vec_map",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "castaway"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
2019-11-17 21:00:19 +00:00
[[package]]
name = "cc"
2023-01-24 23:03:45 +00:00
version = "1.0.78"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
dependencies = [
"jobserver",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "cexpr"
2022-07-25 17:24:39 +00:00
version = "0.6.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2019-11-17 21:00:19 +00:00
dependencies = [
"nom",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "cfg-expr"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
dependencies = [
"smallvec",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-11-17 21:00:19 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-07-08 18:26:00 +00:00
[[package]]
name = "chrono"
version = "0.4.23"
2020-07-08 18:26:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2020-07-08 18:26:00 +00:00
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"wasm-bindgen",
"winapi",
2020-07-08 18:26:00 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "clang-sys"
version = "1.4.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa2e27ae6ab525c3d369ded447057bca5438d86dc3a68f6faafb8269ba82ebf3"
2019-11-17 21:00:19 +00:00
dependencies = [
"glob",
"libc",
"libloading",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "clap"
2023-01-25 01:22:56 +00:00
version = "4.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 01:22:56 +00:00
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
dependencies = [
"bitflags",
"clap_derive",
"clap_lex",
2022-11-25 16:17:44 +00:00
"is-terminal",
2022-07-25 17:24:39 +00:00
"once_cell",
"strsim",
"termcolor",
]
[[package]]
name = "clap_derive"
2023-01-25 01:22:56 +00:00
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 01:22:56 +00:00
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
dependencies = [
"heck",
"proc-macro-error",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2023-01-24 23:03:45 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "clipboard-win"
2023-01-24 23:03:45 +00:00
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "7191c27c2357d9b7ef96baac1773290d4ca63b24205b82a3fd8a0637afcf0362"
dependencies = [
"error-code",
"str-buf",
"winapi",
]
[[package]]
name = "cmake"
version = "0.1.49"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db34956e100b30725f2eb215f90d4871051239535632f84fea3bc92722c66b7c"
dependencies = [
"cc",
]
[[package]]
name = "cocoa"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
dependencies = [
"bitflags",
"block",
"cocoa-foundation",
"core-foundation",
"core-graphics",
"foreign-types 0.3.2",
"libc",
"objc",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "cocoa-foundation"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"block",
"core-foundation",
"core-graphics-types",
"foreign-types 0.3.2",
"libc",
"objc",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "color_quant"
version = "1.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "colored"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
"winapi",
]
[[package]]
name = "com-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642"
[[package]]
name = "combine"
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "concurrent-queue"
2023-01-24 23:03:45 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
dependencies = [
2022-12-14 21:36:06 +00:00
"crossbeam-utils",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "console"
2023-01-24 23:03:45 +00:00
version = "0.15.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "c3d79fbe8970a77e3e34151cc13d3b3e248aa0faaecb9f6091fa07ebefe5ad60"
2019-11-17 21:00:19 +00:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
2023-01-10 15:16:37 +00:00
"windows-sys 0.42.0",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "console_error_panic_hook"
version = "0.1.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "cookie-factory"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396de984970346b0d9e93d1415082923c679e5ae5c3ee3dcbd104f5610af126b"
2020-08-27 10:32:41 +00:00
[[package]]
name = "core-foundation"
version = "0.9.3"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2020-08-27 10:32:41 +00:00
dependencies = [
"core-foundation-sys 0.8.3",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2020-08-27 10:32:41 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-08-27 10:32:41 +00:00
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
"bitflags",
"core-foundation",
"core-graphics-types",
"foreign-types 0.3.2",
"libc",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"core-foundation",
"foreign-types 0.3.2",
"libc",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "core-text"
version = "19.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
2019-11-17 21:00:19 +00:00
dependencies = [
"core-foundation",
"core-graphics",
"foreign-types 0.3.2",
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "coreaudio-rs"
version = "0.11.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"core-foundation-sys 0.6.2",
"coreaudio-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "coreaudio-sys"
2022-11-25 16:17:44 +00:00
version = "0.2.11"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "1a9444b94b8024feecc29e01a9706c69c1e26bfee480221c90764200cfd778fb"
2019-11-17 21:00:19 +00:00
dependencies = [
"bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "cpal"
version = "0.15.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34fa7b20adf588f73f094cd9b1d944977c686e37a2759ea217ab174f017e10a"
2019-11-17 21:00:19 +00:00
dependencies = [
"alsa",
"core-foundation-sys 0.8.3",
"coreaudio-rs",
"dasp_sample 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"jni 0.19.0",
"js-sys",
"libc",
"mach",
"ndk",
"ndk-context",
"oboe",
"once_cell",
"parking_lot",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows 0.44.0",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "cpufeatures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
[[package]]
name = "crc"
2023-01-10 15:16:37 +00:00
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-10 15:16:37 +00:00
checksum = "53757d12b596c16c78b83458d732a5d1a17ab3f53f2f7412f6fb57cc8a140ab3"
dependencies = [
2023-01-10 15:16:37 +00:00
"crc-catalog",
]
2023-01-10 15:16:37 +00:00
[[package]]
name = "crc-catalog"
2023-01-24 23:03:45 +00:00
version = "2.2.0"
2023-01-10 15:16:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
2023-01-10 15:16:37 +00:00
2019-11-17 21:00:19 +00:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2021-07-03 14:04:27 +00:00
"cfg-if 1.0.0",
]
[[package]]
name = "crossbeam-channel"
2022-07-25 17:24:39 +00:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "c2dd04ddaf88237dc3b8d8f9a3c1004b506b54b3313403944054d23c0870c521"
dependencies = [
"cfg-if 1.0.0",
2021-07-03 14:04:27 +00:00
"crossbeam-utils",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "crossbeam-deque"
2022-07-25 17:24:39 +00:00
version = "0.8.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "715e8152b692bba2d374b53d4875445368fdf21a94751410af607a5ac677d1fc"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 1.0.0",
2021-07-03 14:04:27 +00:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2022-11-25 16:17:44 +00:00
version = "0.9.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "01a9af1f4c2ef74bb8aa1f7e19706bc72d03598c8a570bb5de72243c7a9d9d5a"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"cfg-if 1.0.0",
2021-07-03 14:04:27 +00:00
"crossbeam-utils",
2022-11-25 16:17:44 +00:00
"memoffset 0.7.1",
"scopeguard",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "crossbeam-utils"
2022-11-25 16:17:44 +00:00
version = "0.8.14"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "crossfont"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21fd3add36ea31aba1520aa5288714dd63be506106753226d0eb387a93bc9c45"
dependencies = [
"cocoa",
"core-foundation",
"core-foundation-sys 0.8.3",
"core-graphics",
"core-text",
"dwrote",
"foreign-types 0.5.0",
"freetype-rs",
"libc",
"log",
"objc",
"once_cell",
"pkg-config",
"servo-fontconfig",
"winapi",
]
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
[[package]]
name = "crypto-common"
2022-07-25 17:24:39 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "csv"
version = "1.1.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
2019-11-17 21:00:19 +00:00
dependencies = [
"bstr",
"csv-core",
"itoa 0.4.8",
"ryu",
"serde",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "csv-core"
2020-05-02 15:48:23 +00:00
version = "0.1.10"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
2019-11-17 21:00:19 +00:00
dependencies = [
"memchr",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
2020-12-27 06:33:38 +00:00
"quote",
"syn",
]
[[package]]
name = "cty"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
[[package]]
name = "curl"
2022-07-25 17:24:39 +00:00
version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi",
]
[[package]]
name = "curl-sys"
version = "0.4.59+curl-7.86.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
dependencies = [
"cc",
"libc",
"libnghttp2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
"winapi",
]
[[package]]
name = "cxx"
2023-01-24 23:03:45 +00:00
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "b61a7545f753a88bcbe0a70de1fcc0221e10bfc752f576754fa91e663db1622e"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
2023-01-24 23:03:45 +00:00
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "f464457d494b5ed6905c63b0c4704842aba319084a0a3561cdc1359536b53200"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
2023-01-24 23:03:45 +00:00
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "43c7119ce3a3701ed81aca8410b9acf6fc399d2629d057b87e2efa4e63a3aaea"
[[package]]
name = "cxxbridge-macro"
2023-01-24 23:03:45 +00:00
version = "1.0.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "65e07508b90551e610910fa648a1878991d367064997a596135b86df30daf07e"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "d3d12"
version = "0.5.0"
source = "git+https://github.com/gfx-rs/d3d12-rs?rev=a990c93#a990c93ec64eeab78f2292763d0715da9dba1d59"
dependencies = [
"bitflags",
"libloading",
"winapi",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "darling"
2022-07-25 17:24:39 +00:00
version = "0.13.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
2019-11-17 21:00:19 +00:00
dependencies = [
"darling_core 0.13.4",
"darling_macro 0.13.4",
]
[[package]]
name = "darling"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
dependencies = [
"darling_core 0.14.2",
"darling_macro 0.14.2",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "darling_core"
2022-07-25 17:24:39 +00:00
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_core"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"syn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "darling_macro"
2022-07-25 17:24:39 +00:00
version = "0.13.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
2019-11-17 21:00:19 +00:00
dependencies = [
"darling_core 0.13.4",
"quote",
"syn",
]
[[package]]
name = "darling_macro"
version = "0.14.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
dependencies = [
"darling_core 0.14.2",
2020-12-27 06:33:38 +00:00
"quote",
"syn",
]
[[package]]
name = "dasp"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
"dasp_signal",
"dasp_slice",
"dasp_window",
]
[[package]]
name = "dasp_envelope"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_frame"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_interpolate"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_peak"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_ring_buffer"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
[[package]]
name = "dasp_rms"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
[[package]]
name = "dasp_signal"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
"dasp_window",
]
[[package]]
name = "dasp_slice"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_window"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "data-encoding"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23d8666cb01533c39dde32bcbab8e227b4ed6679b2c925eba05feabea39508fb"
[[package]]
name = "derive-try-from-primitive"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302ccf094df1151173bb6f5a2282fcd2f45accd5eae1bdf82dcbfefbc501ad5c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "diff"
2022-07-25 17:24:39 +00:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "digest"
2022-11-25 16:17:44 +00:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2022-07-25 17:24:39 +00:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "dispatch"
version = "0.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2019-11-17 21:00:19 +00:00
2021-07-03 14:04:27 +00:00
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading",
2021-07-03 14:04:27 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "downcast-rs"
version = "1.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
2019-11-17 21:00:19 +00:00
[[package]]
name = "dwrote"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
dependencies = [
"lazy_static",
"libc",
"serde",
"serde_derive",
"winapi",
"wio",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "either"
version = "1.8.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
2019-11-17 21:00:19 +00:00
[[package]]
name = "embed-resource"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e62abb876c07e4754fae5c14cafa77937841f01740637e17d78dc04352f32a5e"
dependencies = [
"cc",
"rustc_version",
"toml",
"vswhom",
"winreg",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-11-17 21:00:19 +00:00
[[package]]
name = "encoding_rs"
version = "0.8.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
dependencies = [
2020-11-26 16:45:50 +00:00
"cfg-if 1.0.0",
]
[[package]]
name = "enum-map"
version = "2.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50c25992259941eb7e57b936157961b217a4fc8597829ddef0596d6c3cd86e1a"
dependencies = [
"enum-map-derive",
]
[[package]]
name = "enum-map-derive"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4da76b3b6116d758c7ba93f7ec6a35d2e2cf24feda76c6e38a375f4d5c59f2"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "enumset"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19be8061a06ab6f3a6cf21106c873578bf01bd42ad15e0311a9c76161cb1c753"
dependencies = [
"enumset_derive",
"serde",
]
[[package]]
name = "enumset_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03e7b551eba279bf0fa88b83a46330168c1560a52a94f5126f892f0b364ab3e0"
dependencies = [
"darling 0.14.2",
"proc-macro2",
"quote",
"syn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "env_logger"
2022-11-25 16:17:44 +00:00
version = "0.10.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2019-11-17 21:00:19 +00:00
dependencies = [
"humantime",
2022-11-25 16:17:44 +00:00
"is-terminal",
"log",
"regex",
"termcolor",
2019-11-17 21:00:19 +00:00
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "error-code"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "euclid"
2022-07-25 17:24:39 +00:00
version = "0.22.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "b52c2ef4a78da0ba68fbe1fd920627411096d2ac478f7f4c9f3a54ba6705bade"
2019-11-17 21:00:19 +00:00
dependencies = [
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "expat-sys"
version = "2.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
dependencies = [
"cmake",
"pkg-config",
]
[[package]]
name = "exporter"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
2021-09-08 07:20:11 +00:00
"futures",
"image",
"indicatif",
"log",
"rayon",
"ruffle_core",
"ruffle_render_wgpu",
"walkdir",
]
[[package]]
name = "exr"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eb5f255b5980bb0c8cf676b675d1a99be40f316881444f44e0462eaf5df5ded"
dependencies = [
"bit_field",
"flume",
"half",
"lebe",
2022-11-25 16:17:44 +00:00
"miniz_oxide",
"smallvec",
"threadpool",
]
[[package]]
name = "fastrand"
2022-07-25 17:24:39 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
[[package]]
name = "flash-lso"
version = "0.5.0"
source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=8376453eddddbe701031a091c0eed94068fa5649#8376453eddddbe701031a091c0eed94068fa5649"
dependencies = [
"cookie-factory",
"derive-try-from-primitive",
"enumset",
"nom",
"thiserror",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "flate2"
2022-11-25 16:17:44 +00:00
version = "1.0.25"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2019-11-17 21:00:19 +00:00
dependencies = [
"crc32fast",
2022-11-25 16:17:44 +00:00
"miniz_oxide",
2021-07-03 14:04:27 +00:00
]
[[package]]
name = "float_next_after"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fc612c5837986b7104a87a0df74a5460931f1c5274be12f8d0f40aa2f30d632"
dependencies = [
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "flume"
2022-07-25 17:24:39 +00:00
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"spin",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-11-17 21:00:19 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-11-17 21:00:19 +00:00
dependencies = [
"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",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
[[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",
]
[[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",
]
[[package]]
name = "futures"
2023-01-31 15:22:11 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-01-31 15:22:11 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-01-31 15:22:11 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
[[package]]
name = "futures-executor"
2023-01-31 15:22:11 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-01-31 15:22:11 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
[[package]]
name = "futures-lite"
2021-07-03 14:04:27 +00:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:04:27 +00:00
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2023-01-31 15:22:11 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2023-01-31 15:22:11 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
[[package]]
name = "futures-task"
2023-01-31 15:22:11 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
[[package]]
name = "futures-util"
2023-01-31 15:22:11 +00:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "gc-arena"
version = "0.2.2"
source = "git+https://github.com/kyren/gc-arena?rev=318b2ea594dcdadd01f7789025e3b3940be96b2c#318b2ea594dcdadd01f7789025e3b3940be96b2c"
2019-11-17 21:00:19 +00:00
dependencies = [
"gc-arena-derive",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "gc-arena-derive"
version = "0.2.2"
source = "git+https://github.com/kyren/gc-arena?rev=318b2ea594dcdadd01f7789025e3b3940be96b2c#318b2ea594dcdadd01f7789025e3b3940be96b2c"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "gdk-pixbuf-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016"
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "generational-arena"
version = "0.2.8"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 0.1.10",
2019-11-17 21:00:19 +00:00
]
2023-01-06 08:23:13 +00:00
[[package]]
name = "generator"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d266041a359dfa931b370ef684cceb84b166beb14f7f0421f4a6a3d0c446d12e"
dependencies = [
"cc",
"libc",
"log",
"rustversion",
"windows 0.39.0",
]
[[package]]
name = "generic-array"
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "gethostname"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
"libc",
"winapi",
]
2020-12-19 21:18:15 +00:00
[[package]]
name = "getrandom"
version = "0.2.8"
2020-12-19 21:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2020-12-19 21:18:15 +00:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
2020-12-19 21:18:15 +00:00
"libc",
"wasi",
2020-12-19 21:18:15 +00:00
"wasm-bindgen",
]
2020-09-22 01:30:27 +00:00
[[package]]
name = "gif"
version = "0.11.4"
2020-09-22 01:30:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
2020-09-22 01:30:27 +00:00
dependencies = [
"color_quant",
"weezl",
2020-09-22 01:30:27 +00:00
]
[[package]]
name = "gif"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
dependencies = [
"color_quant",
"weezl",
]
[[package]]
name = "gimli"
2023-01-24 23:03:45 +00:00
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "221996f774192f0f718773def8201c4ae31f02616a54ccfc2d358bb0e5cefdec"
[[package]]
name = "gio-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "glob"
2023-01-24 23:03:45 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "glow"
2022-01-19 18:21:28 +00:00
version = "0.11.2"
source = "git+https://github.com/grovesNL/glow?rev=c8a011fcd57a5c68cc917ed394baa484bdefc909#c8a011fcd57a5c68cc917ed394baa484bdefc909"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gobject-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "gpu-alloc"
version = "0.5.3"
2021-04-29 20:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc59e5f710e310e76e6707f86c561dd646f69a8876da9131703b2f717de818d"
dependencies = [
"bitflags",
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
2021-04-29 20:42:12 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
dependencies = [
"bitflags",
]
[[package]]
name = "gpu-allocator"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "434618454f74b63f9b39328298097256977c41ea0ba9d75a47238b77790b6163"
dependencies = [
"backtrace",
"log",
"thiserror",
"winapi",
"windows 0.43.0",
]
2020-12-27 06:33:38 +00:00
[[package]]
name = "gpu-descriptor"
version = "0.2.3"
2021-02-03 19:58:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a"
2020-12-27 06:33:38 +00:00
dependencies = [
"bitflags",
"gpu-descriptor-types",
"hashbrown",
2020-12-27 06:33:38 +00:00
]
[[package]]
name = "gpu-descriptor-types"
2021-02-03 19:58:53 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
2020-12-27 06:33:38 +00:00
dependencies = [
"bitflags",
]
[[package]]
name = "gtk-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3"
dependencies = [
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"system-deps",
]
2020-12-05 04:10:35 +00:00
[[package]]
name = "h263-rs"
version = "0.1.0"
2023-01-29 22:42:24 +00:00
source = "git+https://github.com/ruffle-rs/h263-rs?rev=f0083f5933f173798dd308d1678f06d181a99975#f0083f5933f173798dd308d1678f06d181a99975"
2020-12-05 04:10:35 +00:00
dependencies = [
"bitflags",
"lazy_static",
"num-traits",
"thiserror",
]
[[package]]
name = "h263-rs-yuv"
version = "0.1.0"
2023-01-29 22:42:24 +00:00
source = "git+https://github.com/ruffle-rs/h263-rs?rev=f0083f5933f173798dd308d1678f06d181a99975#f0083f5933f173798dd308d1678f06d181a99975"
dependencies = [
2021-12-30 14:16:36 +00:00
"bytemuck",
"wide",
]
[[package]]
name = "half"
2023-01-24 23:03:45 +00:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
2020-12-27 06:33:38 +00:00
dependencies = [
"crunchy",
2020-12-27 06:33:38 +00:00
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
[[package]]
name = "hassle-rs"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90601c6189668c7345fc53842cb3f3a3d872203d523be1b3cb44a36a3e62fb85"
dependencies = [
"bitflags",
"com-rs",
"libc",
"libloading",
"thiserror",
"widestring",
"winapi",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "heck"
version = "0.4.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2019-11-17 21:00:19 +00:00
[[package]]
name = "hermit-abi"
2021-07-03 14:04:27 +00:00
version = "0.1.19"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:04:27 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2019-11-17 21:00:19 +00:00
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2021-09-08 07:20:11 +00:00
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
[[package]]
name = "http"
2022-07-25 17:24:39 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
dependencies = [
"bytes",
"fnv",
2023-01-24 23:03:45 +00:00
"itoa 1.0.5",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2019-11-17 21:00:19 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys 0.8.3",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2019-11-17 21:00:19 +00:00
[[package]]
name = "idna"
version = "0.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2019-11-17 21:00:19 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "image"
version = "0.24.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69b7ea949b537b0fd0af141fff8c77690f2ce96f4f41f042ccb6c69c6c965945"
2019-11-17 21:00:19 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif 0.11.4",
"jpeg-decoder",
"num-rational",
"num-traits",
"png",
"scoped_threadpool",
"tiff",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "indexmap"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg",
"hashbrown",
2021-09-08 07:20:11 +00:00
"serde",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "indicatif"
2023-01-24 23:03:45 +00:00
version = "0.17.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "cef509aa9bc73864d6756f0d34d35504af3cf0844373afe9b8669a5b8005a729"
2019-11-17 21:00:19 +00:00
dependencies = [
"console",
"number_prefix",
"portable-atomic",
"unicode-width",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "insta"
2023-01-10 15:16:37 +00:00
version = "1.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-10 15:16:37 +00:00
checksum = "f6f0f08b46e4379744de2ab67aa8f7de3ffd1da3e275adc41fcc82053ede46ff"
dependencies = [
"console",
"lazy_static",
"linked-hash-map",
"similar",
"yaml-rust",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "instant"
version = "0.1.12"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2019-11-17 21:00:19 +00:00
2022-11-25 16:17:44 +00:00
[[package]]
name = "io-lifetimes"
2023-01-24 23:03:45 +00:00
version = "1.0.4"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
2022-11-25 16:17:44 +00:00
dependencies = [
"libc",
"windows-sys 0.42.0",
]
[[package]]
name = "is-terminal"
2023-01-24 23:03:45 +00:00
version = "0.4.2"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
2022-11-25 16:17:44 +00:00
dependencies = [
"hermit-abi 0.2.6",
"io-lifetimes",
"rustix",
"windows-sys 0.42.0",
]
[[package]]
name = "isahc"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
dependencies = [
"async-channel",
"castaway",
2021-07-03 14:04:27 +00:00
"crossbeam-utils",
"curl",
"curl-sys",
"encoding_rs",
"event-listener",
"futures-lite",
"http",
"log",
"mime",
"once_cell",
"polling",
"slab",
"sluice",
"tracing",
"tracing-futures",
"url",
"waker-fn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "itoa"
version = "0.4.8"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
2023-01-24 23:03:45 +00:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
[[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"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
dependencies = [
"cesu8",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2020-10-04 20:04:27 +00:00
[[package]]
name = "jobserver"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "068b1ee6743e4d11fb9c6a1e6064b3693a1b600e7f5f5988047d98b3dc9fb90b"
dependencies = [
"libc",
]
[[package]]
name = "jpeg-decoder"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
dependencies = [
"rayon",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "js-sys"
version = "0.3.60"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2019-11-17 21:00:19 +00:00
dependencies = [
"wasm-bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
2020-12-27 06:33:38 +00:00
name = "khronos-egl"
version = "4.1.0"
2021-02-03 19:58:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
2020-12-27 06:33:38 +00:00
dependencies = [
"libc",
"libloading",
"pkg-config",
2020-12-27 06:33:38 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-11-17 21:00:19 +00:00
[[package]]
name = "lazycell"
version = "1.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-11-17 21:00:19 +00:00
[[package]]
name = "lebe"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2019-11-17 21:00:19 +00:00
[[package]]
name = "libc"
2023-01-24 23:03:45 +00:00
version = "0.2.139"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
2019-11-17 21:00:19 +00:00
[[package]]
name = "libflate"
version = "1.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05605ab2bce11bcfc0e9c635ff29ef8b2ea83f29be257ee7d730cac3ee373093"
2019-11-17 21:00:19 +00:00
dependencies = [
"adler32",
"crc32fast",
"libflate_lz77",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "libflate_lz77"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39a734c0493409afcd49deee13c006a04e3586b9761a03543c6272c9c51f2f5a"
dependencies = [
"rle-decode-fast",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "libloading"
2022-11-25 16:17:44 +00:00
version = "0.7.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if 1.0.0",
"winapi",
]
[[package]]
name = "libm"
2022-11-25 16:17:44 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
[[package]]
name = "libnghttp2-sys"
version = "0.1.7+1.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "libtest-mimic"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7b603516767d1ab23d0de09d023e62966c3322f7148297c35cf3d97aa8b37fa"
dependencies = [
"clap",
"termcolor",
"threadpool",
]
[[package]]
name = "libz-sys"
2022-07-25 17:24:39 +00:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "link-cplusplus"
2023-01-24 23:03:45 +00:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
dependencies = [
"cc",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linkme"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22bcb06ef182e7557cf18d85bd151319d657bd8f699d381435781871f3027af8"
dependencies = [
"linkme-impl",
]
[[package]]
name = "linkme-impl"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83f2011c1121c45eb4d9639cf5dcbae9622d2978fc5e922a346bfdc6c46700b5"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "linux-raw-sys"
2022-12-14 21:36:06 +00:00
version = "0.1.4"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2022-11-25 16:17:44 +00:00
2020-08-27 10:32:41 +00:00
[[package]]
name = "lock_api"
version = "0.4.9"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2020-08-27 10:32:41 +00:00
dependencies = [
2022-07-25 17:24:39 +00:00
"autocfg",
"scopeguard",
2020-08-27 10:32:41 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "log"
version = "0.4.17"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 1.0.0",
2019-11-17 21:00:19 +00:00
]
2023-01-06 08:23:13 +00:00
[[package]]
name = "loom"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
dependencies = [
"cfg-if 1.0.0",
"generator",
"scoped-tls",
"tracing",
"tracing-subscriber",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "lyon"
version = "1.0.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
2019-11-17 21:00:19 +00:00
dependencies = [
"lyon_algorithms",
"lyon_tessellation",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_algorithms"
version = "1.0.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb7a1845c15729d73d25d42cb650b647f73c3494453a5c3cd3aae0df3ac5c6c"
2019-11-17 21:00:19 +00:00
dependencies = [
"lyon_path",
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_geom"
2022-12-14 21:36:06 +00:00
version = "1.0.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "74df1ff0a0147282eb10699537a03baa7d31972b58984a1d44ce0624043fe8ad"
2019-11-17 21:00:19 +00:00
dependencies = [
"arrayvec 0.7.2",
2020-12-27 06:33:38 +00:00
"euclid",
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_path"
2022-12-14 21:36:06 +00:00
version = "1.0.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "7da8358c012e5651e4619cfd0b5b75c0f77866181a01b0909aab4bae14adf660"
2019-11-17 21:00:19 +00:00
dependencies = [
"lyon_geom",
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_tessellation"
2023-01-24 23:03:45 +00:00
version = "1.0.8"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "2e48a1d4a9cef1075ebe0afbf16521db6c7942e6563c136fb15676dafc5135d7"
2019-11-17 21:00:19 +00:00
dependencies = [
2021-07-03 14:04:27 +00:00
"float_next_after",
"lyon_path",
"thiserror",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lzma-rs"
2023-01-10 15:16:37 +00:00
version = "0.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-10 15:16:37 +00:00
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
2019-11-17 21:00:19 +00:00
dependencies = [
"byteorder",
"crc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "mach"
version = "0.3.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "memchr"
2022-07-25 17:24:39 +00:00
version = "2.5.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-11-17 21:00:19 +00:00
[[package]]
name = "memmap2"
2022-11-25 16:17:44 +00:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
version = "0.6.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
2019-11-17 21:00:19 +00:00
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "metal"
version = "0.24.0"
2021-04-29 20:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"block",
"core-graphics-types",
"foreign-types 0.3.2",
"log",
"objc",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "mio"
version = "0.8.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.42.0",
2019-11-17 21:00:19 +00:00
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "naga"
version = "0.10.0"
source = "git+https://github.com/gfx-rs/naga?rev=1be8024#1be8024bda3594987b417bead5024b98be9ab521"
2020-08-27 10:32:41 +00:00
dependencies = [
2021-02-03 19:58:53 +00:00
"bit-set",
"bitflags",
"codespan-reporting",
2021-09-08 07:20:11 +00:00
"hexf-parse",
"indexmap",
"log",
"num-traits",
"pp-rs",
2022-01-19 18:21:28 +00:00
"rustc-hash",
2021-09-08 07:20:11 +00:00
"serde",
"spirv",
"termcolor",
"thiserror",
"unicode-xid",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "naga-agal"
version = "0.1.0"
dependencies = [
"bitflags",
"insta",
"naga",
"num-derive",
"num-traits",
]
[[package]]
name = "naga_oil"
version = "0.4.2"
source = "git+https://github.com/Aaron1011/naga_oil?rev=f4474b53285a85fe67cc35372c9d7ff4517cb556#f4474b53285a85fe67cc35372c9d7ff4517cb556"
dependencies = [
"bit-set",
"codespan-reporting",
"data-encoding",
"naga",
2023-01-19 03:17:54 +00:00
"once_cell",
"regex",
"regex-syntax",
2023-01-19 03:17:54 +00:00
"rustc-hash",
"thiserror",
"tracing",
]
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
[[package]]
name = "ndk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
"bitflags",
"jni-sys",
"ndk-sys",
"num_enum",
"raw-window-handle 0.5.0",
"thiserror",
]
[[package]]
name = "ndk-context"
2022-07-25 17:24:39 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-glue"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
dependencies = [
"libc",
"log",
"ndk",
"ndk-context",
"ndk-macro",
"ndk-sys",
"once_cell",
"parking_lot",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "ndk-macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
dependencies = [
"darling 0.13.4",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "ndk-sys"
2022-11-25 16:17:44 +00:00
version = "0.4.1+23.1.7779620"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
dependencies = [
"jni-sys",
]
2020-12-05 20:42:57 +00:00
[[package]]
name = "nellymoser-rs"
version = "0.1.2"
source = "git+https://github.com/ruffle-rs/nellymoser?rev=4a33521c29a918950df8ae9fe07e527ac65553f5#4a33521c29a918950df8ae9fe07e527ac65553f5"
2020-12-05 20:42:57 +00:00
dependencies = [
"bitstream-io",
"once_cell",
2020-12-05 20:42:57 +00:00
"rustdct",
]
[[package]]
name = "nihav_codec_support"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=9416fcc9fc8aab8f4681aa9093b42922214abbd3#9416fcc9fc8aab8f4681aa9093b42922214abbd3"
dependencies = [
"nihav_core",
]
[[package]]
name = "nihav_core"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=9416fcc9fc8aab8f4681aa9093b42922214abbd3#9416fcc9fc8aab8f4681aa9093b42922214abbd3"
[[package]]
name = "nihav_duck"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=9416fcc9fc8aab8f4681aa9093b42922214abbd3#9416fcc9fc8aab8f4681aa9093b42922214abbd3"
dependencies = [
"nihav_codec_support",
"nihav_core",
]
[[package]]
name = "nix"
2022-12-14 21:36:06 +00:00
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"libc",
2022-11-25 16:17:44 +00:00
"memoffset 0.6.5",
]
[[package]]
name = "nix"
2022-12-14 21:36:06 +00:00
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
"autocfg",
"bitflags",
"cfg-if 1.0.0",
"libc",
2022-11-25 16:17:44 +00:00
"memoffset 0.6.5",
]
[[package]]
name = "nom"
2023-01-24 23:03:45 +00:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2023-01-24 23:03:45 +00:00
[[package]]
name = "nom8"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
dependencies = [
"memchr",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2022-09-24 01:10:24 +00:00
[[package]]
name = "num-bigint"
version = "0.4.3"
2022-09-24 01:10:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
2022-09-24 01:10:24 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2020-12-05 20:42:57 +00:00
[[package]]
name = "num-complex"
2023-01-24 23:03:45 +00:00
version = "0.4.3"
2020-12-05 20:42:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
2020-12-05 20:42:57 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "num-integer"
2022-07-25 17:24:39 +00:00
version = "0.1.45"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num-rational"
2022-07-25 17:24:39 +00:00
version = "0.4.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
2020-10-04 20:04:27 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "num-traits"
version = "0.2.15"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"libm",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num_cpus"
2023-01-24 23:03:45 +00:00
version = "1.15.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2019-11-17 21:00:19 +00:00
dependencies = [
2023-01-24 23:03:45 +00:00
"hermit-abi 0.2.6",
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num_enum"
2023-01-24 23:03:45 +00:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "8d829733185c1ca374f17e52b762f24f535ec625d2cc1f070e34c8a9068f341b"
dependencies = [
2021-07-03 14:04:27 +00:00
"num_enum_derive",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "num_enum_derive"
2023-01-24 23:03:45 +00:00
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "2be1598bf1c313dcdd12092e3f1920f463462525a21b7b4e11b4168353d0123e"
dependencies = [
"proc-macro-crate",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "number_prefix"
version = "0.4.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
2019-11-17 21:00:19 +00:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2019-11-17 21:00:19 +00:00
dependencies = [
"malloc_buf",
"objc_exception",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "objc_exception"
version = "0.1.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
2019-11-17 21:00:19 +00:00
dependencies = [
"cc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "object"
2023-01-24 23:03:45 +00:00
version = "0.30.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
dependencies = [
"memchr",
]
[[package]]
name = "oboe"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
dependencies = [
"jni 0.20.0",
"ndk",
2022-07-25 17:24:39 +00:00
"ndk-context",
"num-derive",
"num-traits",
"oboe-sys",
]
[[package]]
name = "oboe-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
dependencies = [
"cc",
]
[[package]]
name = "once_cell"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
2023-01-24 23:03:45 +00:00
version = "0.9.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "23bbbf7854cd45b83958ebe919f0e8e516793727652e27fda10a8384cfc790b7"
dependencies = [
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_info"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4750134fb6a5d49afc80777394ad5d95b04bc12068c6abb92fae8f43817270f"
dependencies = [
"log",
"winapi",
]
[[package]]
name = "os_str_bytes"
2022-11-25 16:17:44 +00:00
version = "6.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
2022-09-07 04:32:15 +00:00
[[package]]
name = "ouroboros"
version = "0.15.5"
2022-09-07 04:32:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfbb50b356159620db6ac971c6d5c9ab788c9cc38a6f49619fca2a27acb062ca"
2022-09-07 04:32:15 +00:00
dependencies = [
"aliasable",
"ouroboros_macro",
]
[[package]]
name = "ouroboros_macro"
version = "0.15.5"
2022-09-07 04:32:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a0d9d1a6191c4f391f87219d1ea42b23f09ee84d64763cd05ee6ea88d9f384d"
2022-09-07 04:32:15 +00:00
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "output_vt100"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
"winapi",
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "pango-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2022-07-25 17:24:39 +00:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
2022-07-25 17:24:39 +00:00
[[package]]
name = "parking_lot_core"
2023-01-24 23:03:45 +00:00
version = "0.9.6"
2022-07-25 17:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
2022-07-25 17:24:39 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"smallvec",
"windows-sys 0.42.0",
2022-07-25 17:24:39 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "path-slash"
version = "0.2.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
2019-11-17 21:00:19 +00:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2019-11-17 21:00:19 +00:00
[[package]]
name = "percent-encoding"
version = "2.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2019-11-17 21:00:19 +00:00
[[package]]
name = "pin-project"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
]
2020-11-26 16:45:50 +00:00
[[package]]
name = "pin-project-lite"
2022-07-25 17:24:39 +00:00
version = "0.2.9"
2020-11-26 16:45:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-11-26 16:45:50 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-11-17 21:00:19 +00:00
[[package]]
name = "pkg-config"
version = "0.3.26"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2019-11-17 21:00:19 +00:00
[[package]]
name = "png"
version = "0.17.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d708eaf860a19b19ce538740d2b4bdeeb8337fa53f7738455e706623ad5c638"
dependencies = [
"bitflags",
"crc32fast",
"flate2",
2022-11-25 16:17:44 +00:00
"miniz_oxide",
]
[[package]]
name = "polling"
2022-12-14 21:36:06 +00:00
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "22122d5ec4f9fe1b3916419b76be1e80bcb93f618d071d2edf841b137b2a2bd6"
dependencies = [
"autocfg",
"cfg-if 1.0.0",
"libc",
"log",
2021-07-03 14:04:27 +00:00
"wepoll-ffi",
2022-12-14 21:36:06 +00:00
"windows-sys 0.42.0",
]
[[package]]
name = "portable-atomic"
2023-01-24 23:03:45 +00:00
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "26f6a7b87c2e435a3241addceeeff740ff8b7e76b74c13bf9acb17fa454ea00b"
[[package]]
name = "pp-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee"
dependencies = [
"unicode-xid",
]
[[package]]
name = "ppv-lite86"
2022-11-25 16:17:44 +00:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "pretty_assertions"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
dependencies = [
"ctor",
"diff",
"output_vt100",
"yansi",
]
2020-12-05 20:42:57 +00:00
[[package]]
name = "primal-check"
version = "0.3.3"
2020-12-05 20:42:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9df7f93fd637f083201473dab4fee2db4c429d32e55e3299980ab3957ab916a0"
2020-12-05 20:42:57 +00:00
dependencies = [
"num-integer",
]
[[package]]
name = "proc-macro-crate"
2023-01-24 23:03:45 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34"
dependencies = [
"once_cell",
2023-01-24 23:03:45 +00:00
"toml_edit",
]
[[package]]
name = "proc-macro-error"
2020-09-22 01:56:46 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2020-09-22 01:56:46 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"version_check",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "proc-macro2"
2023-01-25 01:22:56 +00:00
version = "1.0.50"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 01:22:56 +00:00
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
2019-11-17 21:00:19 +00:00
dependencies = [
"unicode-ident",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "profiling"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74605f360ce573babfe43964cbe520294dcb081afbf8c108fc6e23036b4da2df"
dependencies = [
"profiling-procmacros",
"tracy-client",
]
[[package]]
name = "profiling-procmacros"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a1e2417ef905b8ad94215f8a607bd2d0f5d13d416d18dca4a530811e8a0674c"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "git+https://github.com/ruffle-rs/quick-xml?rev=8496365ec1412eb5ba5de350937b6bce352fa0ba#8496365ec1412eb5ba5de350937b6bce352fa0ba"
dependencies = [
"memchr",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "quote"
version = "1.0.23"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rand"
version = "0.8.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2021-07-03 14:04:27 +00:00
"rand_chacha",
"rand_core",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rand_chacha"
2021-07-03 14:04:27 +00:00
version = "0.3.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:04:27 +00:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2019-11-17 21:00:19 +00:00
dependencies = [
"ppv-lite86",
2021-07-03 14:04:27 +00:00
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
2021-07-03 14:04:27 +00:00
"getrandom",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "range-alloc"
2021-02-03 19:58:53 +00:00
version = "0.1.2"
2021-04-29 20:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63e935c45e09cc6dcf00d2f0b2d630a58f4095320223d47fc68918722f0538b6"
[[package]]
name = "raw-window-handle"
2022-07-25 17:24:39 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
dependencies = [
"cty",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "raw-window-handle"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
dependencies = [
"cty",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "rayon"
version = "1.6.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db3a213adf02b3bcfd2d3846bb41cb22857d131789e01df434fb7e7bc0759b7"
2019-11-17 21:00:19 +00:00
dependencies = [
"either",
"rayon-core",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "rayon-core"
2023-01-24 23:03:45 +00:00
version = "1.10.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "356a0625f1954f730c0201cdab48611198dc6ce21f4acff55089b5a78e6e835b"
2019-11-17 21:00:19 +00:00
dependencies = [
2021-07-03 14:04:27 +00:00
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
2022-07-25 17:24:39 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2021-07-03 14:04:27 +00:00
"getrandom",
"redox_syscall",
2022-07-25 17:24:39 +00:00
"thiserror",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "regex"
version = "1.7.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
2019-11-17 21:00:19 +00:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "regex-automata"
2021-07-03 14:04:27 +00:00
version = "0.1.10"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:04:27 +00:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "regex-syntax"
2022-11-25 16:17:44 +00:00
version = "0.6.28"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2019-11-17 21:00:19 +00:00
[[package]]
name = "regress"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a92ff21fe8026ce3f2627faaf43606f0b67b014dbc9ccf027181a804f75d92e"
dependencies = [
"memchr",
]
[[package]]
name = "renderdoc-sys"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
[[package]]
name = "rfd"
2023-01-31 15:22:11 +00:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "cc2583255eadc4e0d816cb7648371cc91e49cbac85b0748b6ab417093bff4040"
dependencies = [
"block",
"dispatch",
"glib-sys",
"gobject-sys",
"gtk-sys",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
"raw-window-handle 0.5.0",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-01-31 15:22:11 +00:00
"windows 0.44.0",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "rle-decode-fast"
version = "1.0.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
2019-11-17 21:00:19 +00:00
[[package]]
name = "ron"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
dependencies = [
"base64 0.13.1",
"bitflags",
"serde",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ruffle_core"
version = "0.1.0"
dependencies = [
"bitflags",
"bitstream-io",
"build_playerglobal",
"bytemuck",
"byteorder",
"chrono",
2023-01-31 08:14:55 +00:00
"clap",
"dasp",
"downcast-rs",
"encoding_rs",
"enumset",
"flash-lso",
2020-10-11 10:09:23 +00:00
"flate2",
"fnv",
"futures",
"gc-arena",
"generational-arena",
"indexmap",
"instant",
"linkme",
2021-06-22 08:26:27 +00:00
"lzma-rs",
2020-12-05 20:42:57 +00:00
"nellymoser-rs",
2021-06-05 12:41:05 +00:00
"num-derive",
"num-traits",
"percent-encoding",
"quick-xml",
2021-07-03 14:04:27 +00:00
"rand",
"regress",
"ruffle_macros",
"ruffle_render",
"ruffle_video",
"ruffle_wstr",
"rustversion",
2021-01-06 07:32:07 +00:00
"serde",
"serde_json",
2020-12-27 06:33:38 +00:00
"smallvec",
"static_assertions",
"swf",
"symphonia",
"thiserror",
2023-01-04 10:09:47 +00:00
"tracing",
"url",
"wasm-bindgen-futures",
"weak-table",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_desktop"
version = "0.1.0"
dependencies = [
"anyhow",
"arboard",
"bytemuck",
"clap",
"cpal",
"dirs",
"embed-resource",
"generational-arena",
"isahc",
"os_info",
"rfd",
"ruffle_core",
"ruffle_render",
"ruffle_render_wgpu",
"ruffle_video_software",
2023-01-04 10:42:43 +00:00
"tracing",
"tracing-subscriber",
2023-01-06 08:23:13 +00:00
"tracing-tracy",
"url",
"webbrowser",
"winapi",
2020-12-27 06:33:38 +00:00
"winit",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_input_format"
version = "0.1.0"
dependencies = [
"bitflags",
"serde",
"serde_json",
]
[[package]]
name = "ruffle_macros"
version = "0.1.0"
dependencies = [
2020-12-27 06:33:38 +00:00
"quote",
"syn",
]
[[package]]
name = "ruffle_render"
version = "0.1.0"
dependencies = [
"approx",
2023-02-03 15:59:18 +00:00
"clap",
"downcast-rs",
"enum-map",
"flate2",
"gc-arena",
"gif 0.12.0",
"jpeg-decoder",
"lyon",
"png",
"ruffle_wstr",
"serde",
"smallvec",
"swf",
"thiserror",
2023-02-02 14:47:20 +00:00
"tracing",
"wasm-bindgen",
]
[[package]]
name = "ruffle_render_canvas"
version = "0.1.0"
dependencies = [
"downcast-rs",
"fnv",
"gc-arena",
"js-sys",
"log",
"ruffle_render",
"ruffle_web_common",
"swf",
"wasm-bindgen",
"web-sys",
]
2020-04-25 02:38:58 +00:00
[[package]]
name = "ruffle_render_webgl"
version = "0.1.0"
dependencies = [
"bytemuck",
"downcast-rs",
"fnv",
"gc-arena",
"js-sys",
"log",
"ruffle_render",
"ruffle_web_common",
"swf",
"thiserror",
"wasm-bindgen",
"web-sys",
2020-04-25 02:38:58 +00:00
]
[[package]]
name = "ruffle_render_wgpu"
version = "0.1.0"
dependencies = [
"bytemuck",
"clap",
"downcast-rs",
"enum-map",
"fnv",
"futures",
"gc-arena",
"image",
"naga-agal",
"naga_oil",
"once_cell",
2022-09-07 04:32:15 +00:00
"ouroboros",
"profiling",
"raw-window-handle 0.5.0",
"ruffle_render",
"swf",
"tracing",
2022-09-07 04:32:15 +00:00
"typed-arena",
"web-sys",
"wgpu",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ruffle_scanner"
version = "0.1.0"
dependencies = [
"clap",
"crossbeam-channel",
"csv",
"indicatif",
"log",
"path-slash",
2021-08-23 23:46:17 +00:00
"rayon",
"ruffle_core",
"serde",
"sha2",
"swf",
"walkdir",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_video"
version = "0.1.0"
dependencies = [
"generational-arena",
"ruffle_render",
"swf",
"thiserror",
]
[[package]]
name = "ruffle_video_software"
version = "0.1.0"
dependencies = [
"flate2",
"generational-arena",
"h263-rs",
"h263-rs-yuv",
"log",
"nihav_codec_support",
"nihav_core",
"nihav_duck",
"ruffle_render",
"ruffle_video",
"swf",
"thiserror",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ruffle_web"
version = "0.1.0"
dependencies = [
"base64 0.21.0",
"chrono",
"console_error_panic_hook",
"generational-arena",
2021-07-03 14:04:27 +00:00
"getrandom",
"js-sys",
"ruffle_core",
"ruffle_render",
"ruffle_render_canvas",
"ruffle_render_webgl",
"ruffle_render_wgpu",
"ruffle_video_software",
"ruffle_web_common",
2021-01-06 07:32:07 +00:00
"serde",
"serde-wasm-bindgen",
"thiserror",
2023-01-04 11:33:10 +00:00
"tracing",
"tracing-subscriber",
"tracing-wasm",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_web_common"
version = "0.1.0"
dependencies = [
"js-sys",
2023-01-04 11:33:10 +00:00
"tracing",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "ruffle_web_safari"
version = "0.1.0"
dependencies = [
"objc",
]
[[package]]
name = "ruffle_wstr"
version = "0.1.0"
dependencies = [
"static_assertions",
]
[[package]]
name = "rustc-demangle"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2019-11-17 21:00:19 +00:00
[[package]]
name = "rustc-hash"
2020-05-02 15:48:23 +00:00
version = "1.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2019-11-17 21:00:19 +00:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2020-12-05 20:42:57 +00:00
[[package]]
name = "rustdct"
2022-11-25 16:17:44 +00:00
version = "0.7.1"
2020-12-05 20:42:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "8b61555105d6a9bf98797c063c362a1d24ed8ab0431655e38f1cf51e52089551"
2020-12-05 20:42:57 +00:00
dependencies = [
"rustfft",
]
[[package]]
name = "rustfft"
2022-11-25 16:17:44 +00:00
version = "6.1.0"
2020-12-05 20:42:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "e17d4f6cbdb180c9f4b2a26bbf01c4e647f1e1dea22fe8eb9db54198b32f9434"
2020-12-05 20:42:57 +00:00
dependencies = [
"num-complex",
"num-integer",
"num-traits",
"primal-check",
"strength_reduce",
"transpose",
2022-11-25 16:17:44 +00:00
"version_check",
]
[[package]]
name = "rustix"
2023-01-24 23:03:45 +00:00
version = "0.36.7"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"
2022-11-25 16:17:44 +00:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.42.0",
2020-12-05 20:42:57 +00:00
]
[[package]]
name = "rustversion"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5583e89e108996506031660fe09baa5011b9dd0341b89029313006d1fb508d70"
2019-11-17 21:00:19 +00:00
[[package]]
name = "ryu"
2023-01-24 23:03:45 +00:00
version = "1.0.12"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
2019-11-17 21:00:19 +00:00
[[package]]
name = "safe_arch"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
dependencies = [
"bytemuck",
]
2021-12-30 14:16:36 +00:00
[[package]]
name = "safe_arch"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "794821e4ccb0d9f979512f9c1973480123f9bd62a90d74ab0f9426fcf8f4a529"
dependencies = [
"bytemuck",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "same-file"
version = "1.0.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi-util",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "schannel"
2023-01-24 23:03:45 +00:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
dependencies = [
2023-01-24 23:03:45 +00:00
"windows-sys 0.42.0",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2019-11-17 21:00:19 +00:00
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
2019-11-17 21:00:19 +00:00
[[package]]
name = "scopeguard"
2020-05-02 15:48:23 +00:00
version = "1.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-11-17 21:00:19 +00:00
[[package]]
name = "scratch"
2023-01-24 23:03:45 +00:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "ddccb15bcce173023b3fedd9436f882a0739b8dfb45e4f6b6002bee5929f61b2"
[[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",
]
[[package]]
name = "semver"
2023-01-24 23:03:45 +00:00
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "serde"
version = "1.0.152"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2019-11-17 21:00:19 +00:00
dependencies = [
"serde_derive",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "serde-wasm-bindgen"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b4c031cd0d9014307d82b8abf653c0290fbdaeb4c02d00c63cf52f728628bf"
dependencies = [
"js-sys",
"serde",
"wasm-bindgen",
]
[[package]]
name = "serde-xml-rs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782"
dependencies = [
"log",
"serde",
"thiserror",
"xml-rs",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "serde_derive"
version = "1.0.152"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
2019-11-17 21:00:19 +00:00
]
2021-01-06 07:32:07 +00:00
[[package]]
name = "serde_json"
version = "1.0.91"
2021-01-06 07:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
2021-01-06 07:32:07 +00:00
dependencies = [
"indexmap",
2023-01-24 23:03:45 +00:00
"itoa 1.0.5",
2021-01-06 07:32:07 +00:00
"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"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
dependencies = [
"expat-sys",
"freetype-sys",
"pkg-config",
]
[[package]]
name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "shlex"
2022-07-25 17:24:39 +00:00
version = "1.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2019-11-17 21:00:19 +00:00
[[package]]
name = "similar"
2022-11-25 16:17:44 +00:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
2022-09-24 01:10:24 +00:00
[[package]]
name = "simple_asn1"
version = "0.6.2"
2022-09-24 01:10:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
2022-09-24 01:10:24 +00:00
dependencies = [
"num-bigint",
"num-traits",
"thiserror",
"time",
2022-09-24 01:10:24 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "slab"
2022-07-25 17:24:39 +00:00
version = "0.4.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "slotmap"
2021-09-08 07:20:11 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 07:20:11 +00:00
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
[[package]]
name = "sluice"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
dependencies = [
"async-channel",
"futures-core",
"futures-io",
]
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smithay-client-toolkit"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
dependencies = [
"bitflags",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
"pkg-config",
2020-12-27 06:33:38 +00:00
"wayland-client",
"wayland-cursor",
2020-12-27 06:33:38 +00:00
"wayland-protocols",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "socket2"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "spin"
2022-07-25 17:24:39 +00:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
dependencies = [
"lock_api",
]
2020-08-27 10:32:41 +00:00
[[package]]
2021-09-08 07:20:11 +00:00
name = "spirv"
version = "0.2.0+1.5.4"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-09-08 07:20:11 +00:00
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"num-traits",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "str-buf"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e08d8363704e6c71fc928674353e6b7c23dcea9d82d7012c8faf2a3a025f8d0"
2020-12-05 20:42:57 +00:00
[[package]]
name = "strength_reduce"
2022-11-25 16:17:44 +00:00
version = "0.2.4"
2020-12-05 20:42:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
2020-12-05 20:42:57 +00:00
2019-11-17 21:00:19 +00:00
[[package]]
name = "strsim"
version = "0.10.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2019-11-17 21:00:19 +00:00
[[package]]
name = "swf"
2022-08-15 02:50:39 +00:00
version = "0.2.0"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"bitstream-io",
"byteorder",
"encoding_rs",
"enum-map",
"flate2",
"libflate",
"log",
"lzma-rs",
"num-derive",
"num-traits",
2022-09-24 01:10:24 +00:00
"simple_asn1",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "symphonia"
2023-01-25 01:22:56 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 01:22:56 +00:00
checksum = "3671dd6f64f4f9d5c87179525054cfc1f60de23ba1f193bd6ceab812737403f1"
dependencies = [
"lazy_static",
"symphonia-bundle-mp3",
"symphonia-core",
"symphonia-metadata",
]
[[package]]
name = "symphonia-bundle-mp3"
2023-01-25 01:22:56 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 01:22:56 +00:00
checksum = "55a0846e7a2c9a8081ff799fc83a975170417ad2a143f644a77ec2e3e82a2b73"
dependencies = [
"bitflags",
"lazy_static",
"log",
"symphonia-core",
"symphonia-metadata",
]
[[package]]
name = "symphonia-core"
2023-01-25 01:22:56 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 01:22:56 +00:00
checksum = "6b9567e2d8a5f866b2f94f5d366d811e0c6826babcff6d37de9e1a6690d38869"
dependencies = [
"arrayvec 0.7.2",
"bitflags",
"bytemuck",
"lazy_static",
"log",
]
[[package]]
name = "symphonia-metadata"
2023-01-25 01:22:56 +00:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-25 01:22:56 +00:00
checksum = "acd35c263223ef6161000be79b124a75de3e065eea563bf3ef169b3e94c7bb2e"
dependencies = [
"encoding_rs",
"lazy_static",
"log",
"symphonia-core",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "syn"
version = "1.0.107"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"unicode-ident",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "synstructure"
version = "0.12.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
2020-12-27 06:33:38 +00:00
"unicode-xid",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "system-deps"
version = "6.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
"toml",
"version-compare",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "termcolor"
2023-01-24 23:03:45 +00:00
version = "1.2.0"
2020-05-02 15:48:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2020-05-02 15:48:23 +00:00
dependencies = [
"winapi-util",
2020-05-02 15:48:23 +00:00
]
[[package]]
name = "tests"
version = "0.1.0"
dependencies = [
"anyhow",
"approx",
"env_logger",
"futures",
2021-02-20 18:10:04 +00:00
"image",
"libtest-mimic",
"once_cell",
2021-09-17 07:35:13 +00:00
"pretty_assertions",
avm2: Implement DisplayObject.transform and most of Transform This PR implements the 'DisplayObject.transform' getters/setters, and most of the getters/setters in the `Transform` class From testing in FP, it appears that each call to the 'DisplayObject.transform' property produces a new 'Transform' instance, which is permanently tied to the owner 'DisplayObject'. All of the getters/setters in `Transform` operate directly on owner `DisplayObject`. However, note that the `Matrix` and `ColorTransform` valuse *produced* the getter are plain ActionScript objects, and have no further tie to the `DisplayObject`. Using the `DisplayObject.transform` setter results in values being *copied* from the input `Transform` object. The input object retains its original owner `DisplayObject`. Not implemented: * Transform.concatenatedColorTransform * Transform.pixelBounds When a DisplayObject is not a descendant of the stage, the `concatenatedMatrix` property produces a bizarre matrix: a scale matrix that the depends on the global state quality. Any DisplayObject that *is* a descendant of the stage has a `concatenatedMatrix` that does not depend on the stage quality. I'm not sure why the behavior occurs - for now, I just manually mimic the values prdduced by FP. However, these values may indicate that we need to do some internal scaling based on stage quality values, and then 'undo' this in certain circumstances when constructing an ActionScript matrix. Unfortunately, some of the computed 'concatenatedMatrix' values are off by f32::EPSILON. This is likely due to us storing some internal values in pixels rather than twips (the rounding introduced by round-trip twips conversions could cause this slight difference0. For now, I've opted to mark these tests as 'approximate'. To support this, I've extended our test framework to support providing a regex that matches floating-point values in the output. This allows us to print out 'Matrix.toString()' and still perform approximate comparisons between strings of the format '(a=0, b=0, c=0, d=0, tx=0, ty=0)'
2022-06-19 20:37:31 +00:00
"regex",
"ruffle_core",
"ruffle_input_format",
"ruffle_render",
2021-02-20 18:10:04 +00:00
"ruffle_render_wgpu",
"serde",
"toml",
"walkdir",
]
[[package]]
name = "thiserror"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
dependencies = [
"once_cell",
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "tiff"
2022-12-14 21:36:06 +00:00
version = "0.8.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
2019-11-17 21:00:19 +00:00
dependencies = [
"flate2",
"jpeg-decoder",
"weezl",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "time"
2022-11-25 16:17:44 +00:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
dependencies = [
2023-01-24 23:03:45 +00:00
"itoa 1.0.5",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
2022-11-25 16:17:44 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
dependencies = [
"time-core",
]
[[package]]
name = "tiny-skia"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "642680569bb895b16e4b9d181c60be1ed136fa0c9c7f11d004daf053ba89bf82"
dependencies = [
"arrayref",
"arrayvec 0.5.2",
"bytemuck",
"cfg-if 1.0.0",
"png",
"safe_arch 0.5.2",
"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",
]
[[package]]
name = "tinyvec"
2022-07-25 17:24:39 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2020-11-26 16:45:50 +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"
2023-01-24 23:03:45 +00:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
2023-01-24 23:03:45 +00:00
[[package]]
name = "toml_datetime"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
[[package]]
name = "toml_edit"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729bfd096e40da9c001f778f5cdecbd2957929a24e10e5883d9392220a751581"
dependencies = [
"indexmap",
"nom8",
"toml_datetime",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "tracing"
version = "0.1.37"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2020-08-27 10:32:41 +00:00
dependencies = [
2020-11-26 16:45:50 +00:00
"cfg-if 1.0.0",
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "tracing-attributes"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "tracing-core"
version = "0.1.30"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2020-08-27 10:32:41 +00:00
dependencies = [
2022-07-25 17:24:39 +00:00
"once_cell",
"valuable",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2023-01-06 08:23:13 +00:00
[[package]]
name = "tracing-tracy"
version = "0.10.0"
2023-01-06 08:23:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3ebef1f9f0d00aaa29239537effef65b82c56040c680f540fc6cedfac7b230"
2023-01-06 08:23:13 +00:00
dependencies = [
"tracing-core",
"tracing-subscriber",
"tracy-client",
]
[[package]]
name = "tracing-wasm"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4575c663a174420fa2d78f4108ff68f65bf2fbb7dd89f33749b6e826b3626e07"
dependencies = [
"tracing",
"tracing-subscriber",
"wasm-bindgen",
]
2023-01-06 08:23:13 +00:00
[[package]]
name = "tracy-client"
version = "0.14.2"
2023-01-06 08:23:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b3b9ab635a5b91dd66b7a1591a89f7d52423e6a9143b230bb4c503f41296c0c"
2023-01-06 08:23:13 +00:00
dependencies = [
"loom",
"once_cell",
"tracy-client-sys",
]
[[package]]
name = "tracy-client-sys"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcbdba03a3cfc5f757469fd5b6d795fc461484c97e47e94b0fc7db93261d9c5"
dependencies = [
"cc",
]
2020-12-05 20:42:57 +00:00
[[package]]
name = "transpose"
2022-11-25 16:17:44 +00:00
version = "0.2.2"
2020-12-05 20:42:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "e6522d49d03727ffb138ae4cbc1283d3774f0d10aa7f9bf52e6784c45daf9b23"
2020-12-05 20:42:57 +00:00
dependencies = [
"num-integer",
"strength_reduce",
]
2022-09-07 04:32:15 +00:00
[[package]]
name = "typed-arena"
2023-01-10 15:16:37 +00:00
version = "2.0.2"
2022-09-07 04:32:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-10 15:16:37 +00:00
checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
2022-09-07 04:32:15 +00:00
[[package]]
name = "typenum"
2022-12-14 21:36:06 +00:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-bidi"
2023-01-24 23:03:45 +00:00
version = "0.3.10"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-ident"
2023-01-24 23:03:45 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2019-11-17 21:00:19 +00:00
dependencies = [
"tinyvec",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "unicode-segmentation"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-width"
version = "0.1.10"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "url"
version = "2.3.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2019-11-17 21:00:19 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
2021-07-03 14:04:27 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:04:27 +00:00
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
[[package]]
name = "version-compare"
2022-11-25 16:17:44 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vswhom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
dependencies = [
"libc",
"vswhom-sys",
]
[[package]]
name = "vswhom-sys"
2022-12-14 21:36:06 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2019-11-17 21:00:19 +00:00
[[package]]
name = "walkdir"
version = "2.3.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
2019-11-17 21:00:19 +00:00
dependencies = [
"same-file",
"winapi",
"winapi-util",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2019-11-17 21:00:19 +00:00
[[package]]
name = "wasm-bindgen"
version = "0.2.83"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.83"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2019-11-17 21:00:19 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.33"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.83"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"quote",
"wasm-bindgen-macro-support",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.83"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.83"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2019-11-17 21:00:19 +00:00
[[package]]
name = "wayland-client"
version = "0.29.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
"downcast-rs",
"libc",
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
"scoped-tls",
2020-12-27 06:33:38 +00:00
"wayland-commons",
"wayland-scanner",
"wayland-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-commons"
version = "0.29.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
2019-11-17 21:00:19 +00:00
dependencies = [
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
"once_cell",
2020-12-27 06:33:38 +00:00
"smallvec",
"wayland-sys",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "wayland-cursor"
version = "0.29.5"
2020-10-04 20:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
2020-10-04 20:04:27 +00:00
dependencies = [
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
2020-12-27 06:33:38 +00:00
"wayland-client",
"xcursor",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-protocols"
version = "0.29.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags",
2020-12-27 06:33:38 +00:00
"wayland-client",
"wayland-commons",
"wayland-scanner",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-scanner"
version = "0.29.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"xml-rs",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-sys"
version = "0.29.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
2019-11-17 21:00:19 +00:00
dependencies = [
"dlib",
"lazy_static",
"pkg-config",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "weak-table"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549"
2019-11-17 21:00:19 +00:00
[[package]]
name = "web-sys"
version = "0.3.60"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
2019-11-17 21:00:19 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "webbrowser"
2023-01-31 15:22:11 +00:00
version = "0.8.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "97d1fa1e5c829b2bf9eb1e28fb950248b797cd6a04866fbdfa8bc31e5eef4c78"
2019-11-17 21:00:19 +00:00
dependencies = [
"core-foundation",
"dirs",
"jni 0.20.0",
"log",
"ndk-context",
"objc",
"raw-window-handle 0.5.0",
"url",
"web-sys",
2019-11-17 21:00:19 +00:00
]
2020-09-22 01:30:27 +00:00
[[package]]
name = "weezl"
2022-07-25 17:24:39 +00:00
version = "0.1.7"
2020-09-22 01:30:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2020-09-22 01:30:27 +00:00
[[package]]
2021-07-03 14:04:27 +00:00
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:04:27 +00:00
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
[[package]]
name = "wgpu"
version = "0.14.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=c5851275c59b1d5d949b142d6aa973d0bb638181#c5851275c59b1d5d949b142d6aa973d0bb638181"
dependencies = [
"arrayvec 0.7.2",
"cfg-if 1.0.0",
"js-sys",
"log",
2022-01-19 18:21:28 +00:00
"naga",
"parking_lot",
"profiling",
"raw-window-handle 0.5.0",
"serde",
2020-12-27 06:33:38 +00:00
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
2021-09-08 07:20:11 +00:00
"wgpu-hal",
"wgpu-types",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "wgpu-core"
version = "0.14.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=c5851275c59b1d5d949b142d6aa973d0bb638181#c5851275c59b1d5d949b142d6aa973d0bb638181"
dependencies = [
"arrayvec 0.7.2",
"bit-vec",
"bitflags",
2022-01-19 18:21:28 +00:00
"codespan-reporting",
"fxhash",
"log",
"naga",
"parking_lot",
"profiling",
"raw-window-handle 0.5.0",
"ron",
"serde",
2020-12-27 06:33:38 +00:00
"smallvec",
"thiserror",
"web-sys",
2021-09-08 07:20:11 +00:00
"wgpu-hal",
"wgpu-types",
]
2021-09-08 07:20:11 +00:00
[[package]]
name = "wgpu-hal"
version = "0.14.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=c5851275c59b1d5d949b142d6aa973d0bb638181#c5851275c59b1d5d949b142d6aa973d0bb638181"
2021-09-08 07:20:11 +00:00
dependencies = [
"android_system_properties",
"arrayvec 0.7.2",
2021-09-08 07:20:11 +00:00
"ash",
"bit-set",
"bitflags",
"block",
"core-graphics-types",
"d3d12",
"foreign-types 0.3.2",
2021-09-08 07:20:11 +00:00
"fxhash",
"glow",
"gpu-alloc",
"gpu-allocator",
2021-09-08 07:20:11 +00:00
"gpu-descriptor",
"hassle-rs",
2021-09-08 07:20:11 +00:00
"js-sys",
"khronos-egl",
"libc",
"libloading",
2021-09-08 07:20:11 +00:00
"log",
"metal",
"naga",
"objc",
"parking_lot",
2021-09-08 07:20:11 +00:00
"profiling",
"range-alloc",
"raw-window-handle 0.5.0",
2021-09-08 07:20:11 +00:00
"renderdoc-sys",
"smallvec",
2021-09-08 07:20:11 +00:00
"thiserror",
"wasm-bindgen",
"web-sys",
"wgpu-types",
"winapi",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "wgpu-types"
version = "0.14.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=c5851275c59b1d5d949b142d6aa973d0bb638181#c5851275c59b1d5d949b142d6aa973d0bb638181"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags",
"serde",
2020-08-27 10:32:41 +00:00
]
2021-12-30 14:16:36 +00:00
[[package]]
name = "wide"
version = "0.7.5"
2021-12-30 14:16:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae41ecad2489a1655c8ef8489444b0b113c0a0c795944a3572a0931cf7d2525c"
2021-12-30 14:16:36 +00:00
dependencies = [
"bytemuck",
"safe_arch 0.6.0",
2021-12-30 14:16:36 +00:00
]
[[package]]
name = "widestring"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17882f045410753661207383517a6f62ec3dbeb6a4ed2acce01f0728238d1983"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winapi-util"
2020-05-02 15:48:23 +00:00
version = "0.1.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
dependencies = [
"winapi",
]
2019-11-17 21:00:19 +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"
2019-11-17 21:00:19 +00:00
2023-01-06 08:23:13 +00:00
[[package]]
name = "windows"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1c4bd0a50ac6020f65184721f758dba47bb9fbc2133df715ec74a237b26794a"
dependencies = [
"windows_aarch64_msvc 0.39.0",
"windows_i686_gnu 0.39.0",
"windows_i686_msvc 0.39.0",
"windows_x86_64_gnu 0.39.0",
"windows_x86_64_msvc 0.39.0",
]
[[package]]
name = "windows"
version = "0.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04662ed0e3e5630dfa9b26e4cb823b817f1a9addda855d973a9458c236556244"
dependencies = [
"windows_aarch64_gnullvm",
2023-01-24 23:03:45 +00:00
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm",
2023-01-24 23:03:45 +00:00
"windows_x86_64_msvc 0.42.1",
]
[[package]]
name = "windows"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
dependencies = [
"windows-targets",
]
2022-07-25 17:24:39 +00:00
[[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",
2023-01-24 23:03:45 +00:00
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm",
2023-01-24 23:03:45 +00:00
"windows_x86_64_msvc 0.42.1",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.1",
"windows_i686_gnu 0.42.1",
"windows_i686_msvc 0.42.1",
"windows_x86_64_gnu 0.42.1",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.1",
]
[[package]]
name = "windows_aarch64_gnullvm"
2023-01-24 23:03:45 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2022-07-25 17:24:39 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2023-01-06 08:23:13 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7711666096bd4096ffa835238905bb33fb87267910e154b18b44eaabb340f2"
[[package]]
name = "windows_aarch64_msvc"
2023-01-24 23:03:45 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-07-25 17:24:39 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2023-01-06 08:23:13 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "763fc57100a5f7042e3057e7e8d9bdd7860d330070251a73d003563a3bb49e1b"
[[package]]
name = "windows_i686_gnu"
2023-01-24 23:03:45 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-07-25 17:24:39 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2023-01-06 08:23:13 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bc7cbfe58828921e10a9f446fcaaf649204dcfe6c1ddd712c5eebae6bda1106"
[[package]]
name = "windows_i686_msvc"
2023-01-24 23:03:45 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-07-25 17:24:39 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2023-01-06 08:23:13 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6868c165637d653ae1e8dc4d82c25d4f97dd6605eaa8d784b5c6e0ab2a252b65"
[[package]]
name = "windows_x86_64_gnu"
2023-01-24 23:03:45 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
[[package]]
name = "windows_x86_64_gnullvm"
2023-01-24 23:03:45 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-07-25 17:24:39 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2023-01-06 08:23:13 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e4d40883ae9cae962787ca76ba76390ffa29214667a111db9e0a1ad8377e809"
[[package]]
name = "windows_x86_64_msvc"
2023-01-24 23:03:45 +00:00
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winit"
version = "0.27.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb796d6fbd86b2fd896c9471e6f04d39d750076ebe5680a3958f00f5ab97657c"
dependencies = [
"bitflags",
2020-12-27 06:33:38 +00:00
"cocoa",
"core-foundation",
"core-graphics",
"dispatch",
"instant",
"libc",
"log",
"mio",
"ndk",
"ndk-glue",
"objc",
"once_cell",
"parking_lot",
"percent-encoding",
"raw-window-handle 0.4.3",
"raw-window-handle 0.5.0",
"sctk-adwaita",
2020-12-27 06:33:38 +00:00
"smithay-client-toolkit",
"wasm-bindgen",
2020-12-27 06:33:38 +00:00
"wayland-client",
"wayland-protocols",
"web-sys",
"windows-sys 0.36.1",
"x11-dl",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "x11-dl"
2023-01-24 23:03:45 +00:00
version = "2.21.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2023-01-24 23:03:45 +00:00
"once_cell",
"pkg-config",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "x11rb"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
dependencies = [
"gethostname",
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
"winapi",
"winapi-wsapoll",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
dependencies = [
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "xcursor"
version = "0.3.4"
2020-10-04 20:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
2020-10-04 20:04:27 +00:00
dependencies = [
"nom",
2020-10-04 20:04:27 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "xml-rs"
version = "0.8.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"