ruffle/Cargo.lock

6530 lines
154 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
[[package]]
name = "ab_glyph"
2023-11-27 01:12:39 +00:00
version = "0.2.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "80179d7dd5d7e8c285d67c4a1e652972a92de7475beddfb92028c76463b13225"
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
[[package]]
name = "accesskit"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76eb1adf08c5bcaa8490b9851fd53cca27fa9880076f178ea9d29f05196728a8"
dependencies = [
"enumn",
"serde",
]
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
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
2023-03-14 00:24:42 +00:00
[[package]]
name = "ahash"
version = "0.8.6"
2023-03-14 00:24:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
2023-03-14 00:24:42 +00:00
dependencies = [
"cfg-if",
2023-03-14 00:24:42 +00:00
"once_cell",
"serde",
2023-03-14 00:24:42 +00:00
"version_check",
"zerocopy",
2023-03-14 00:24:42 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "aho-corasick"
2023-10-09 21:59:27 +00:00
version = "1.1.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:59:27 +00:00
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
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"
[[package]]
name = "allocator-api2"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
2020-07-10 22:24:05 +00:00
[[package]]
name = "alsa"
version = "0.7.1"
2020-07-10 22:24:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47"
2020-07-10 22:24:05 +00:00
dependencies = [
"alsa-sys",
"bitflags 1.3.2",
"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-activity"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0"
dependencies = [
"android-properties",
"bitflags 1.3.2",
"cc",
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
"num_enum 0.6.1",
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
2023-10-04 21:47:44 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 21:47:44 +00:00
checksum = "2ab91ebe16eb252986481c5b62f6098f3b698a45e34b5b98200cf20dd2484a44"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
2023-10-04 22:11:01 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
[[package]]
name = "anstyle-parse"
2023-10-04 22:11:01 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "317b9a89c1868f5ea6ff1d9539a69f45dffc21ce321ac1fd1160dfa48c8e2140"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "anstyle-wincon"
2023-10-04 21:47:44 +00:00
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 21:47:44 +00:00
checksum = "f0699d10d2f4d628a98ee7b57b289abbc98ff3bad977cb3152709d4bf2330628"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
[[package]]
name = "anyhow"
2023-08-18 20:49:40 +00:00
version = "1.0.75"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-18 20:49:40 +00:00
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
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"
2023-11-27 01:12:39 +00:00
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "aafb29b107435aa276664c1db8954ac27a6e105cdad3c88287a199eb0e313c08"
dependencies = [
"clipboard-win",
"core-graphics",
"image",
"log",
"objc",
"objc-foundation",
"objc_id",
"parking_lot",
"thiserror",
"winapi",
"wl-clipboard-rs",
"x11rb",
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "arc-swap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[package]]
name = "arrayref"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
2023-06-17 23:00:03 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-17 23:00:03 +00:00
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2021-09-08 07:20:11 +00:00
dependencies = [
"serde",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "ash"
version = "0.37.3+1.3.251"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
2020-08-27 10:32:41 +00:00
dependencies = [
"libloading 0.7.4",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "async-channel"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
dependencies = [
"concurrent-queue",
2023-11-13 00:25:49 +00:00
"event-listener 2.5.3",
"futures-core",
]
[[package]]
name = "async-channel"
2023-11-27 01:12:39 +00:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "1ca33f4bc4ed1babef42cad36cc1f51fa88be00420404e5b1e80ab1b18f7678c"
dependencies = [
"concurrent-queue",
2023-11-27 01:12:39 +00:00
"event-listener 4.0.0",
"event-listener-strategy",
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-io"
2023-11-27 01:12:39 +00:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "d6d3b15875ba253d1110c740755e246537483f152fa334f91abd7fe84c88b3ff"
dependencies = [
2023-11-27 01:12:39 +00:00
"async-lock",
"cfg-if",
"concurrent-queue",
"futures-io",
2023-12-05 01:38:55 +00:00
"futures-lite 2.1.0",
"parking",
2023-11-27 01:12:39 +00:00
"polling 3.3.1",
"rustix",
"slab",
"tracing",
2023-11-27 01:12:39 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "async-lock"
2023-11-27 01:12:39 +00:00
version = "3.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "dea8b3453dd7cc96711834b75400d671b73e3656975fa68d9f277163b7f7e316"
dependencies = [
2023-11-27 01:12:39 +00:00
"event-listener 4.0.0",
2023-11-13 00:25:49 +00:00
"event-listener-strategy",
"pin-project-lite",
]
[[package]]
name = "async-net"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
dependencies = [
"async-io",
"blocking",
2023-12-05 01:38:55 +00:00
"futures-lite 2.1.0",
]
[[package]]
name = "async-task"
2023-11-27 01:12:39 +00:00
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "b4eb2cdb97421e01129ccb49169d8279ed21e829929144f4a22a6e54ac549ca1"
[[package]]
name = "atk-sys"
2023-09-17 21:06:56 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "atomic-waker"
2023-10-04 22:11:01 +00:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[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.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "base64"
2023-10-31 22:01:51 +00:00
version = "0.21.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
[[package]]
name = "bindgen"
version = "0.68.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078"
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
"which",
]
2023-11-27 01:12:39 +00:00
[[package]]
name = "bindgen"
version = "0.69.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2"
dependencies = [
"bitflags 2.4.1",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
2023-11-27 01:12:39 +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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
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 = "bitflags"
2023-10-16 00:51:05 +00:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-16 00:51:05 +00:00
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
dependencies = [
"serde",
]
[[package]]
name = "bitstream-io"
2023-12-05 01:38:55 +00:00
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-05 01:38:55 +00:00
checksum = "e445576659fd04a57b44cbd00aa37aaa815ebefa0aa3cb677a6b5e63d883074f"
[[package]]
name = "bitstream-io"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5eb760accf8501314918dc0ccfbb163d3cf767527cd4e7682c8af4dc0d274bb"
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"
2023-03-11 11:53:15 +00:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 11:53:15 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "block-sys"
version = "0.1.0-beta.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
version = "0.2.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
dependencies = [
"block-sys",
"objc2-encode",
]
[[package]]
name = "blocking"
2023-11-27 01:12:39 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
dependencies = [
2023-11-27 01:12:39 +00:00
"async-channel 2.1.1",
"async-lock",
"async-task",
2023-10-04 22:11:01 +00:00
"fastrand 2.0.1",
"futures-io",
2023-12-05 01:38:55 +00:00
"futures-lite 2.1.0",
2023-10-04 22:11:01 +00:00
"piper",
"tracing",
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "bstr"
2023-11-27 01:12:39 +00:00
version = "1.8.0"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "542f33a8835a0884b006a0c3df3dadd99c0c3f296ed26c2fdc8028e01ad6230c"
2023-04-21 23:44:01 +00:00
dependencies = [
"memchr",
"serde",
]
[[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-10-04 22:11:01 +00:00
version = "3.14.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bytecount"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
[[package]]
name = "bytemuck"
2023-09-17 21:06:56 +00:00
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2023-10-04 22:11:01 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "byteorder"
2023-10-09 21:59:27 +00:00
version = "1.5.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:59:27 +00:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bytes"
2023-10-04 22:11:01 +00:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
[[package]]
name = "cairo-sys-rs"
2023-09-17 21:06:56 +00:00
version = "0.18.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
dependencies = [
"libc",
"system-deps",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "calloop"
version = "0.10.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags 1.3.2",
"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"
version = "1.0.83"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"jobserver",
"libc",
]
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"
2023-10-04 22:11:01 +00:00
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
dependencies = [
"smallvec",
"target-lexicon",
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2020-07-08 18:26:00 +00:00
[[package]]
name = "chrono"
2023-10-04 22:11:01 +00:00
version = "0.4.31"
2020-07-08 18:26:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2020-07-08 18:26:00 +00:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
2023-10-04 22:11:01 +00:00
"windows-targets 0.48.5",
2020-07-08 18:26:00 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "clang-sys"
version = "1.6.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
2019-11-17 21:00:19 +00:00
dependencies = [
"glob",
"libc",
"libloading 0.7.4",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "clap"
2023-12-05 01:38:55 +00:00
version = "4.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-05 01:38:55 +00:00
checksum = "bfaff671f6b22ca62406885ece523383b9b64022e341e53e009a62ebc47a45f2"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2023-12-05 01:38:55 +00:00
version = "4.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-05 01:38:55 +00:00
checksum = "a216b506622bb1d316cd51328dce24e07bdff4a6128a47c7e7fad11878d5adbb"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
2023-10-31 22:01:51 +00:00
version = "4.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442"
dependencies = [
"heck",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "clap_lex"
2023-10-31 22:01:51 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
[[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 = "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 = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]]
name = "colored"
2023-12-11 10:26:39 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 10:26:39 +00:00
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
dependencies = [
"lazy_static",
"windows-sys 0.48.0",
]
[[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-10-04 22:11:01 +00:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "f057a694a54f12365049b0958a1685bb52d567f5593b355fbf685838e873d400"
dependencies = [
2022-12-14 21:36:06 +00:00
"crossbeam-utils",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "console"
version = "0.15.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2019-11-17 21:00:19 +00:00
dependencies = [
"encode_unicode",
"lazy_static",
"libc",
"unicode-width",
2023-05-21 09:39:56 +00:00
"windows-sys 0.45.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",
"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 = [
2023-10-15 20:49:57 +00:00
"core-foundation-sys",
"libc",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
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 1.3.2",
"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.2"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "core2"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
dependencies = [
"memchr",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "coreaudio-rs"
2023-10-15 20:49:57 +00:00
version = "0.11.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags 1.3.2",
2023-10-15 20:49:57 +00:00
"core-foundation-sys",
"coreaudio-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "coreaudio-sys"
2023-11-27 01:12:39 +00:00
version = "0.2.14"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "f3120ebb80a9de008e638ad833d4127d50ea3d3a960ea23ea69bc66d9358a028"
2019-11-17 21:00:19 +00:00
dependencies = [
2023-11-27 01:12:39 +00:00
"bindgen 0.69.1",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "cpal"
version = "0.15.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d959d90e938c5493000514b446987c07aed46c668faaa7d34d6c7a67b1a578c"
2019-11-17 21:00:19 +00:00
dependencies = [
"alsa",
2023-10-15 20:49:57 +00:00
"core-foundation-sys",
"coreaudio-rs",
"dasp_sample",
"jni 0.19.0",
"js-sys",
"libc",
"mach2",
"ndk",
"ndk-context",
"oboe",
"once_cell",
"parking_lot",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows 0.46.0",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "cpufeatures"
2023-11-27 01:12:39 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
dependencies = [
"libc",
]
[[package]]
name = "crc"
2023-02-10 10:07:00 +00:00
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 10:07:00 +00:00
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
dependencies = [
2023-01-10 15:16:37 +00:00
"crc-catalog",
]
2023-01-10 15:16:37 +00:00
[[package]]
name = "crc-catalog"
2023-11-27 01:12:39 +00:00
version = "2.4.0"
2023-01-10 15:16:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
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 = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
2021-07-03 14:04:27 +00:00
"crossbeam-utils",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "crossbeam-deque"
2023-03-11 11:53:15 +00:00
version = "0.8.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 11:53:15 +00:00
checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if",
2021-07-03 14:04:27 +00:00
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"cfg-if",
2021-07-03 14:04:27 +00:00
"crossbeam-utils",
"memoffset 0.9.0",
"scopeguard",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "crossbeam-utils"
version = "0.8.16"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
dependencies = [
"cfg-if",
]
[[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"
2023-10-04 21:47:44 +00:00
version = "1.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 21:47:44 +00:00
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
2019-11-17 21:00:19 +00:00
dependencies = [
"csv-core",
2023-02-27 02:17:55 +00:00
"itoa",
"ryu",
"serde",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "csv-core"
2023-10-04 21:47:44 +00:00
version = "0.1.11"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 21:47:44 +00:00
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
2019-11-17 21:00:19 +00:00
dependencies = [
"memchr",
2019-11-17 21:00:19 +00:00
]
[[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"
2023-10-15 20:49:57 +00:00
version = "0.4.68+curl-8.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "b4a0d18d88360e374b16b2273c832b5e57258ffc1d4aa4f96b108e0738d5752f"
dependencies = [
"cc",
"libc",
"libnghttp2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
2023-10-04 22:11:01 +00:00
"windows-sys 0.48.0",
]
[[package]]
name = "d3d12"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e16e44ab292b1dddfdaf7be62cfd8877df52f2f3fde5858d95bab606be259f20"
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
2023-10-04 22:11:01 +00:00
"libloading 0.8.1",
"winapi",
]
[[package]]
name = "darling"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "darling_macro"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
dependencies = [
"darling_core",
2020-12-27 06:33:38 +00:00
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "dary_heap"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7762d17f1241643615821a8455a0b2c3e803784b058693d990b11f2dce25a0ca"
[[package]]
name = "dasp"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7381b67da416b639690ac77c73b86a7b5e64a29e31d1f75fb3b1102301ef355a"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
"dasp_signal",
"dasp_slice",
"dasp_window",
]
[[package]]
name = "dasp_envelope"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ec617ce7016f101a87fe85ed44180839744265fae73bb4aa43e7ece1b7668b6"
dependencies = [
"dasp_frame",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
]
[[package]]
name = "dasp_frame"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2a3937f5fe2135702897535c8d4a5553f8b116f76c1529088797f2eee7c5cd6"
dependencies = [
"dasp_sample",
]
[[package]]
name = "dasp_interpolate"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc975a6563bb7ca7ec0a6c784ead49983a21c24835b0bc96eea11ee407c7486"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample",
]
[[package]]
name = "dasp_peak"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cf88559d79c21f3d8523d91250c397f9a15b5fc72fbb3f87fdb0a37b79915bf"
dependencies = [
"dasp_frame",
"dasp_sample",
]
[[package]]
name = "dasp_ring_buffer"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07d79e19b89618a543c4adec9c5a347fe378a19041699b3278e616e387511ea1"
[[package]]
name = "dasp_rms"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6c5dcb30b7e5014486e2822537ea2beae50b19722ffe2ed7549ab03774575aa"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample",
]
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
[[package]]
name = "dasp_signal"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa1ab7d01689c6ed4eae3d38fe1cea08cba761573fbd2d592528d55b421077e7"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample",
"dasp_window",
]
[[package]]
name = "dasp_slice"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e1c7335d58e7baedafa516cb361360ff38d6f4d3f9d9d5ee2a2fc8e27178fa1"
dependencies = [
"dasp_frame",
"dasp_sample",
]
[[package]]
name = "dasp_window"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99ded7b88821d2ce4e8b842c9f1c86ac911891ab89443cc1de750cae764c5076"
dependencies = [
"dasp_sample",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "data-encoding"
2023-11-27 01:12:39 +00:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
[[package]]
name = "deranged"
2023-10-15 20:49:57 +00:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
dependencies = [
"powerfmt",
]
[[package]]
name = "derive-new"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[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"
2023-05-21 09:39:56 +00:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
2023-05-21 09:39:56 +00:00
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
2023-05-21 09:39:56 +00:00
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2023-05-21 09:39:56 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
2023-05-21 09:39:56 +00:00
"option-ext",
"redox_users",
2023-05-21 09:39:56 +00:00
"windows-sys 0.48.0",
]
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
2023-04-21 23:44:01 +00:00
[[package]]
name = "displaydoc"
2023-05-21 09:39:56 +00:00
version = "0.2.4"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
2023-04-21 23:44:01 +00:00
dependencies = [
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
2023-04-21 23:44:01 +00:00
]
2021-07-03 14:04:27 +00:00
[[package]]
name = "dlib"
version = "0.5.2"
2021-07-03 14:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
2021-07-03 14:04:27 +00:00
dependencies = [
2023-10-04 22:11:01 +00:00
"libloading 0.8.1",
2021-07-03 14:04:27 +00:00
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "doc-comment"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
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
2023-03-27 05:12:44 +00:00
[[package]]
name = "ecolor"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfdf4e52dbbb615cfd30cf5a5265335c217b5fd8d669593cea74a517d9c605af"
2023-03-27 05:12:44 +00:00
dependencies = [
"bytemuck",
"serde",
2023-03-27 05:12:44 +00:00
]
[[package]]
name = "egui"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bd69fed5fcf4fbb8225b24e80ea6193b61e17a625db105ef0c4d71dde6eb8b7"
2023-03-27 05:12:44 +00:00
dependencies = [
"accesskit",
2023-10-04 22:11:01 +00:00
"ahash",
2023-03-27 05:12:44 +00:00
"epaint",
"log",
"nohash-hasher",
"serde",
2023-03-27 05:12:44 +00:00
]
[[package]]
name = "egui-wgpu"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62d4c9ab93d9528c184ef1d695c8c99b2e6d50833696ec3f513063efeee0fe77"
2023-03-27 05:12:44 +00:00
dependencies = [
"bytemuck",
"epaint",
"log",
"thiserror",
"type-map 0.5.0",
"wgpu",
"winit",
]
[[package]]
name = "egui-winit"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c15479a96d9fadccf5dac690bdc6373b97b8e1c0dd28367058f25a5298da0195"
2023-03-27 05:12:44 +00:00
dependencies = [
"arboard",
"egui",
"log",
"raw-window-handle",
"smithay-clipboard",
"web-time",
2023-03-27 05:12:44 +00:00
"webbrowser",
"winit",
]
[[package]]
name = "egui_extras"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ffe3fe5c00295f91c2a61a74ee271c32f74049c94ba0b1cea8f26eb478bc07"
dependencies = [
"egui",
"enum-map",
"image",
"log",
"mime_guess",
"serde",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "either"
version = "1.9.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2019-11-17 21:00:19 +00:00
2023-03-27 05:12:44 +00:00
[[package]]
name = "emath"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef2b29de53074e575c18b694167ccbe6e5191f7b25fe65175a0d905a32eeec0"
2023-03-27 05:12:44 +00:00
dependencies = [
"bytemuck",
"serde",
2023-03-27 05:12:44 +00:00
]
[[package]]
name = "embed-resource"
2023-10-09 21:59:27 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:59:27 +00:00
checksum = "f54cc3e827ee1c3812239a9a41dede7b4d7d5d5464faa32d71bd7cba28ce2cb2"
dependencies = [
"cc",
"rustc_version",
2023-10-09 21:59:27 +00:00
"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.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
dependencies = [
"cfg-if",
]
[[package]]
name = "enum-map"
2023-11-27 01:12:39 +00:00
version = "2.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
dependencies = [
"enum-map-derive",
"serde",
]
[[package]]
name = "enum-map-derive"
2023-11-27 01:12:39 +00:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "enumn"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ad8cef1d801a4686bfd8919f0b30eac4c8e48968c437a6405ded4fb5272d2b"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "enumset"
2023-10-15 20:49:57 +00:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "226c0da7462c13fb57e5cc9e0dc8f0635e7d27f276a3a7fd30054647f669007d"
dependencies = [
"enumset_derive",
]
[[package]]
name = "enumset_derive"
2023-05-21 09:39:56 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "e08b6c6ab82d70f08844964ba10c7babb716de2ecaeab9be5717918a5177d3af"
dependencies = [
"darling",
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "env_logger"
2023-11-13 00:25:49 +00:00
version = "0.10.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 00:25:49 +00:00
checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
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
]
2023-03-27 05:12:44 +00:00
[[package]]
name = "epaint"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58067b840d009143934d91d8dcb8ded054d8301d7c11a517ace0a99bb1e1595e"
2023-03-27 05:12:44 +00:00
dependencies = [
"ab_glyph",
2023-10-04 22:11:01 +00:00
"ahash",
2023-03-27 05:12:44 +00:00
"bytemuck",
"ecolor",
"emath",
"log",
"nohash-hasher",
"parking_lot",
"serde",
2023-03-27 05:12:44 +00:00
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2023-11-27 01:12:39 +00:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "f258a7194e7f7c2a7837a8913aeab7fd8c383457034fa20ce4dd3dcb813e8eb8"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
[[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"
version = "0.22.9"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
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"
2023-11-13 00:25:49 +00:00
[[package]]
name = "event-listener"
2023-11-27 01:12:39 +00:00
version = "4.0.0"
2023-11-13 00:25:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "770d968249b5d99410d61f5bf89057f3199a077a04d087092f58e7d10692baae"
2023-11-13 00:25:49 +00:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2023-11-27 01:12:39 +00:00
version = "0.4.0"
2023-11-13 00:25:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
2023-11-13 00:25:49 +00:00
dependencies = [
2023-11-27 01:12:39 +00:00
"event-listener 4.0.0",
2023-11-13 00:25:49 +00:00
"pin-project-lite",
]
[[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.71.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "832a761f35ab3e6664babfbdc6cef35a4860e816ec3916dcfd0882954e98a8a8"
dependencies = [
"bit_field",
"flume 0.11.0",
"half",
"lebe",
"miniz_oxide",
"rayon-core",
"smallvec",
"zune-inflate",
]
[[package]]
name = "fastrand"
2023-02-27 22:17:56 +00:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
2023-10-04 22:11:01 +00:00
[[package]]
name = "fastrand"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
[[package]]
name = "fdeflate"
2023-11-27 01:12:39 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "64d6dafc854908ff5da46ff3f8f473c6984119a2876a383a860246dd7841a868"
dependencies = [
"simd-adler32",
]
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "flash-lso"
version = "0.6.0"
source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=2f976fb15b30aa4c5cb398710dc5e31a21004e57#2f976fb15b30aa4c5cb398710dc5e31a21004e57"
dependencies = [
"cookie-factory",
"enumset",
"nom",
"thiserror",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "flate2"
2023-10-15 20:49:57 +00:00
version = "1.0.28"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2019-11-17 21:00:19 +00:00
dependencies = [
"crc32fast",
"miniz_oxide",
2021-07-03 14:04:27 +00:00
]
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
dependencies = [
"num-traits",
]
2021-07-03 14:04:27 +00:00
[[package]]
name = "float_next_after"
2023-11-27 01:12:39 +00:00
version = "1.0.0"
2021-07-03 14:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
2019-11-17 21:00:19 +00:00
2023-04-21 23:44:01 +00:00
[[package]]
name = "fluent"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7"
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell 0.10.3",
2023-04-21 23:44:01 +00:00
"smallvec",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
dependencies = [
"thiserror",
]
[[package]]
name = "fluent-template-macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec7592cd1f45c1afe9084ce59c62a3a7c266c125c4c2ec97e95b0563c4aa914"
dependencies = [
"flume 0.10.14",
2023-04-21 23:44:01 +00:00
"ignore",
"once_cell",
"proc-macro2",
"quote",
"syn 1.0.109",
"unic-langid",
]
[[package]]
name = "fluent-templates"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c3ef2c2152757885365abce32ddf682746062f1b6b3c0824a29fbed6ee4d080"
dependencies = [
"arc-swap",
"fluent",
"fluent-bundle",
"fluent-langneg",
"fluent-syntax",
"fluent-template-macros",
"flume 0.10.14",
2023-04-21 23:44:01 +00:00
"heck",
"ignore",
"intl-memoizer",
"lazy_static",
"log",
"once_cell",
"serde_json",
"snafu",
"unic-langid",
]
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"spin",
]
[[package]]
name = "flume"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
dependencies = [
"spin",
]
2023-06-24 00:31:52 +00:00
[[package]]
name = "flv-rs"
version = "0.1.0"
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"thiserror",
2023-06-24 00:31:52 +00:00
]
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
2023-10-04 21:47:44 +00:00
[[package]]
name = "fontconfig-parser"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "674e258f4b5d2dcd63888c01c68413c51f565e8af99d2f7701c7b81d79ef41c4"
dependencies = [
"roxmltree",
]
[[package]]
name = "fontdb"
2023-10-31 22:01:51 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "98b88c54a38407f7352dd2c4238830115a6377741098ffd1f997c813d0e088a6"
dependencies = [
2023-10-04 21:47:44 +00:00
"fontconfig-parser",
"log",
2023-10-31 22:01:51 +00:00
"memmap2 0.9.0",
"slotmap",
"tinyvec",
2023-11-27 01:12:39 +00:00
"ttf-parser",
]
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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
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"
2023-11-27 01:12:39 +00:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
2023-10-31 22:01:51 +00:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2023-10-31 22:01:51 +00:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-10-31 22:01:51 +00:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
[[package]]
name = "futures-executor"
2023-10-31 22:01:51 +00:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-10-31 22:01:51 +00:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
[[package]]
name = "futures-lite"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
2023-10-04 22:11:01 +00:00
"fastrand 1.9.0",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2023-11-13 00:25:49 +00:00
[[package]]
name = "futures-lite"
2023-12-05 01:38:55 +00:00
version = "2.1.0"
2023-11-13 00:25:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-05 01:38:55 +00:00
checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143"
2023-11-13 00:25:49 +00:00
dependencies = [
"fastrand 2.0.1",
2023-11-13 00:25:49 +00:00
"futures-core",
"futures-io",
"parking",
2023-11-13 00:25:49 +00:00
"pin-project-lite",
]
[[package]]
name = "futures-macro"
2023-10-31 22:01:51 +00:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "futures-sink"
2023-10-31 22:01:51 +00:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
[[package]]
name = "futures-task"
2023-10-31 22:01:51 +00:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
[[package]]
name = "futures-util"
2023-10-31 22:01:51 +00:00
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "gc-arena"
version = "0.3.3"
source = "git+https://github.com/kyren/gc-arena?rev=efd89fc683c6bb456af3e226c33763cb822645e9#efd89fc683c6bb456af3e226c33763cb822645e9"
2019-11-17 21:00:19 +00:00
dependencies = [
"gc-arena-derive",
2023-11-27 01:12:39 +00:00
"hashbrown 0.14.3",
"sptr",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "gc-arena-derive"
version = "0.3.3"
source = "git+https://github.com/kyren/gc-arena?rev=efd89fc683c6bb456af3e226c33763cb822645e9#efd89fc683c6bb456af3e226c33763cb822645e9"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
"synstructure",
]
[[package]]
name = "gdk-pixbuf-sys"
2023-09-17 21:06:56 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk-sys"
2023-09-17 21:06:56 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "31ff856cb3386dae1703a920f803abafcc580e9b5f711ca62ed1620c25b51ff2"
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.9"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877e94aff08e743b651baaea359664321055749b398adff8740a7399af7796e7"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if",
2019-11-17 21:00:19 +00:00
]
2023-01-06 08:23:13 +00:00
[[package]]
name = "generator"
version = "0.7.5"
2023-01-06 08:23:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
2023-01-06 08:23:13 +00:00
dependencies = [
"cc",
"libc",
"log",
"rustversion",
"windows 0.48.0",
2023-01-06 08:23:13 +00:00
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "gethostname"
2023-11-27 01:12:39 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "bb65d4ba3173c56a500b555b532f72c42e8d1fe64962b518897f8959fae2c177"
dependencies = [
"libc",
"winapi",
]
2020-12-19 21:18:15 +00:00
[[package]]
name = "getrandom"
2023-11-27 01:12:39 +00:00
version = "0.2.11"
2020-12-19 21:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
2020-12-19 21:18:15 +00:00
dependencies = [
"cfg-if",
"js-sys",
2020-12-19 21:18:15 +00:00
"libc",
"wasi",
2020-12-19 21:18:15 +00:00
"wasm-bindgen",
]
[[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-11-27 01:12:39 +00:00
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
[[package]]
name = "gio-sys"
2023-09-17 21:06:56 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib-sys"
2023-09-17 21:06:56 +00:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
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"
2023-04-21 23:44:01 +00:00
[[package]]
name = "globset"
2023-11-27 01:12:39 +00:00
version = "0.4.14"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
2023-04-21 23:44:01 +00:00
dependencies = [
"aho-corasick",
2023-04-21 23:44:01 +00:00
"bstr",
"log",
2023-11-27 01:12:39 +00:00
"regex-automata 0.4.3",
"regex-syntax 0.8.2",
2023-04-21 23:44:01 +00:00
]
[[package]]
name = "gloo-net"
2023-12-11 10:26:39 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 10:26:39 +00:00
checksum = "43aaa242d1239a8822c15c645f02166398da4f8b5c4bae795c1f5b44e9eee173"
dependencies = [
"futures-channel",
"futures-core",
"futures-sink",
"gloo-utils",
"http",
"js-sys",
"pin-project",
"thiserror",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "gloo-utils"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
dependencies = [
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "glow"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gobject-sys"
2023-09-17 21:06:56 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "gpu-alloc"
version = "0.6.0"
2021-04-29 20:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.3.0"
2021-04-29 20:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
]
[[package]]
name = "gpu-allocator"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8"
dependencies = [
"backtrace",
"log",
"thiserror",
"winapi",
"windows 0.44.0",
]
2020-12-27 06:33:38 +00:00
[[package]]
name = "gpu-descriptor"
2023-10-04 22:11:01 +00:00
version = "0.2.4"
2021-02-03 19:58:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
2020-12-27 06:33:38 +00:00
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
2020-12-27 06:33:38 +00:00
"gpu-descriptor-types",
2023-11-27 01:12:39 +00:00
"hashbrown 0.14.3",
2020-12-27 06:33:38 +00:00
]
[[package]]
name = "gpu-descriptor-types"
2023-10-04 22:11:01 +00:00
version = "0.1.2"
2021-02-03 19:58:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
2020-12-27 06:33:38 +00:00
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
2020-12-27 06:33:38 +00:00
]
[[package]]
name = "gtk-sys"
2023-09-17 21:06:56 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "771437bf1de2c1c0b496c11505bdf748e26066bbe942dfc8f614c9460f6d7722"
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"
source = "git+https://github.com/ruffle-rs/h263-rs?rev=16700664e2b3334f0a930f99af86011aebee14cc#16700664e2b3334f0a930f99af86011aebee14cc"
2020-12-05 04:10:35 +00:00
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
2020-12-05 04:10:35 +00:00
"lazy_static",
"num-traits",
"thiserror",
]
[[package]]
name = "h263-rs-deblock"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/h263-rs?rev=16700664e2b3334f0a930f99af86011aebee14cc#16700664e2b3334f0a930f99af86011aebee14cc"
dependencies = [
"itertools",
"wide",
]
[[package]]
name = "h263-rs-yuv"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/h263-rs?rev=16700664e2b3334f0a930f99af86011aebee14cc#16700664e2b3334f0a930f99af86011aebee14cc"
dependencies = [
2021-12-30 14:16:36 +00:00
"bytemuck",
"wide",
]
[[package]]
name = "half"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
dependencies = [
"crunchy",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-03-14 00:24:42 +00:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
2023-10-04 22:11:01 +00:00
"ahash",
]
[[package]]
name = "hashbrown"
2023-11-27 01:12:39 +00:00
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
dependencies = [
2023-10-04 22:11:01 +00:00
"ahash",
"allocator-api2",
]
[[package]]
name = "hassle-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0"
dependencies = [
"bitflags 1.3.2",
"com-rs",
"libc",
"libloading 0.7.4",
"thiserror",
"widestring",
"winapi",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "heck"
2023-02-10 10:07:00 +00:00
version = "0.4.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 10:07:00 +00:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2019-11-17 21:00:19 +00:00
[[package]]
name = "hermit-abi"
2023-10-04 22:11:01 +00:00
version = "0.3.3"
2023-02-10 10:07:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2023-02-10 10:07:00 +00:00
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"
2023-05-21 09:39:56 +00:00
[[package]]
name = "home"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "http"
2023-11-27 01:12:39 +00:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "8947b1a6fad4393052c7ba1f4cd97bed3e953a95c79c92ad9b051a04611d9fbb"
dependencies = [
"bytes",
"fnv",
2023-02-27 02:17:55 +00:00
"itoa",
]
[[package]]
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
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"
2023-11-27 01:12:39 +00:00
version = "0.1.58"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
dependencies = [
"android_system_properties",
2023-10-15 20:49:57 +00:00
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-11-27 01:12:39 +00:00
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
2023-05-21 09:39:56 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
2023-05-21 09:39:56 +00:00
"cc",
]
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"
2023-11-27 01:12:39 +00:00
version = "0.5.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2019-11-17 21:00:19 +00:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2019-11-17 21:00:19 +00:00
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "ignore"
2023-11-27 01:12:39 +00:00
version = "0.4.21"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060"
2023-04-21 23:44:01 +00:00
dependencies = [
2023-11-27 01:12:39 +00:00
"crossbeam-deque",
2023-04-21 23:44:01 +00:00
"globset",
"log",
"memchr",
2023-11-27 01:12:39 +00:00
"regex-automata 0.4.3",
2023-04-21 23:44:01 +00:00
"same-file",
"walkdir",
"winapi-util",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "image"
version = "0.24.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f3dfdbdd72063086ff443e297b61695500514b1e41095b6fb9a5ab48a70a711"
2019-11-17 21:00:19 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"exr",
"gif",
"jpeg-decoder",
"num-rational",
"num-traits",
"png",
"qoi",
"tiff",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
2023-03-14 00:24:42 +00:00
"hashbrown 0.12.3",
2021-09-08 07:20:11 +00:00
"serde",
]
[[package]]
name = "indexmap"
2023-10-31 22:01:51 +00:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [
"equivalent",
2023-11-27 01:12:39 +00:00
"hashbrown 0.14.3",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "indicatif"
2023-10-04 22:11:01 +00:00
version = "0.17.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "fb28741c9db9a713d93deb3bb9515c20788cef5815265bee4980e87bde7e0f25"
2019-11-17 21:00:19 +00:00
dependencies = [
"console",
"instant",
"number_prefix",
"portable-atomic",
"unicode-width",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "insta"
2023-10-09 21:59:27 +00:00
version = "1.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:59:27 +00:00
checksum = "5d64600be34b2fcfc267740a243fa7744441bb4947a619ac4e5bb6507f35fbfc"
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",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2019-11-17 21:00:19 +00:00
2023-04-21 23:44:01 +00:00
[[package]]
name = "intl-memoizer"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
dependencies = [
2023-03-27 05:12:44 +00:00
"type-map 0.4.0",
2023-04-21 23:44:01 +00:00
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
version = "7.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
dependencies = [
"unic-langid",
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "is-terminal"
version = "0.4.9"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2022-11-25 16:17:44 +00:00
dependencies = [
"hermit-abi",
"rustix",
"windows-sys 0.48.0",
2022-11-25 16:17:44 +00:00
]
[[package]]
name = "isahc"
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
dependencies = [
"async-channel 1.9.0",
"castaway",
2021-07-03 14:04:27 +00:00
"crossbeam-utils",
"curl",
"curl-sys",
"encoding_rs",
2023-11-13 00:25:49 +00:00
"event-listener 2.5.3",
"futures-lite 1.13.0",
"http",
"httpdate",
"log",
"mime",
"once_cell",
"polling 2.8.0",
"slab",
"sluice",
"tracing",
"tracing-futures",
"url",
"waker-fn",
]
[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
[[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",
]
[[package]]
name = "jni"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"walkdir",
"windows-sys 0.45.0",
]
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"
2023-10-15 20:49:57 +00:00
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
dependencies = [
"libc",
]
[[package]]
name = "jpeg-decoder"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
dependencies = [
"rayon",
]
[[package]]
name = "jpegxr"
version = "0.3.0"
source = "git+https://github.com/ruffle-rs/jpegxr?branch=ruffle#0251753f3ea4b7e301cb89e92c5707055b1db501"
dependencies = [
2023-11-27 01:12:39 +00:00
"bindgen 0.68.1",
"cc",
"libc",
"thiserror",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "js-sys"
2023-12-04 01:58:33 +00:00
version = "0.3.66"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-04 01:58:33 +00:00
checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
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 0.7.4",
"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-11-27 01:12:39 +00:00
version = "0.2.150"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "libflate"
version = "2.0.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7d5654ae1795afc7ff76f4365c2c8791b0feb18e8996a96adad8ffd7c3b2bf"
2019-11-17 21:00:19 +00:00
dependencies = [
"adler32",
"core2",
"crc32fast",
"dary_heap",
"libflate_lz77",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "libflate_lz77"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be5f52fb8c451576ec6b79d3f4deb327398bc05bbdbd99021a6e77a4c855d524"
dependencies = [
"core2",
"hashbrown 0.13.2",
"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",
"winapi",
]
[[package]]
name = "libloading"
2023-10-04 22:11:01 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
[[package]]
name = "libm"
2023-10-09 21:59:27 +00:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:59:27 +00:00
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libnghttp2-sys"
version = "0.1.8+1.55.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fae956c192dadcdb5dace96db71fa0b827333cce7c7b38dc71446f024d8a340"
dependencies = [
"cc",
"libc",
]
2023-11-27 01:12:39 +00:00
[[package]]
name = "libredox"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
dependencies = [
"bitflags 2.4.1",
"libc",
"redox_syscall 0.4.1",
]
[[package]]
name = "libredox"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
dependencies = [
"bitflags 2.4.1",
"libc",
"redox_syscall 0.4.1",
]
[[package]]
name = "libtest-mimic"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d8de370f98a6cb8a4606618e53e802f93b094ddec0f96988eaec2c27e6e9ce7"
dependencies = [
"clap",
"termcolor",
"threadpool",
]
[[package]]
name = "libz-sys"
2023-07-26 10:51:19 +00:00
version = "1.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-26 10:51:19 +00:00
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linkme"
2023-10-15 20:49:57 +00:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
dependencies = [
"linkme-impl",
]
[[package]]
name = "linkme-impl"
2023-10-15 20:49:57 +00:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "linux-raw-sys"
2023-11-27 01:12:39 +00:00
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "969488b55f8ac402214f3f5fd243ebb7206cf82de60d3172994707a4bcc2b829"
2020-08-27 10:32:41 +00:00
[[package]]
name = "lock_api"
2023-11-27 01:12:39 +00:00
version = "0.4.11"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
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.20"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
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",
2023-01-06 08:23:13 +00:00
"generator",
"scoped-tls",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "lru"
2023-11-27 01:12:39 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "2994eeba8ed550fd9b47a0b38f0242bc3344e496483c6180b69139cc2fa5d1d7"
dependencies = [
2023-11-27 01:12:39 +00:00
"hashbrown 0.14.3",
]
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"
2023-11-27 01:12:39 +00:00
version = "1.0.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "a3bca95f9a4955b3e4a821fbbcd5edfbd9be2a9a50bb5758173e5358bfb4c623"
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",
2020-12-27 06:33:38 +00:00
"euclid",
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_path"
version = "1.0.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca507745ba7ccbc76e5c44e7b63b1a29d2b0d6126f375806a5bbaf657c7d6c45"
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-11-27 01:12:39 +00:00
version = "1.0.11"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "23bcac20d47825850fabf1e869bf7c2bbe2daefa0776c3cd2eb7cb74635f6e4a"
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 = "mach2"
version = "0.4.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
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 0.1.10",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "memchr"
2023-10-04 22:11:01 +00:00
version = "2.6.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2019-11-17 21:00:19 +00:00
[[package]]
name = "memmap2"
2023-02-27 22:17:56 +00:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
[[package]]
name = "memmap2"
2023-10-31 22:01:51 +00:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "deaba38d7abf1d4cca21cc89e932e542ba2b9258664d2a9ef0e61512039c9375"
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
]
2023-11-27 01:12:39 +00:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "memoffset"
version = "0.9.0"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
2022-11-25 16:17:44 +00:00
dependencies = [
"autocfg",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "metal"
version = "0.26.0"
2021-04-29 20:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "623b5e6cefd76e58f774bd3cc0c6f5c7615c58c03a97815245a25c3c9bdee318"
2020-08-27 10:32:41 +00:00
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"block",
"core-graphics-types",
"foreign-types 0.5.0",
"log",
"objc",
"paste",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
[[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.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
"simd-adler32",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "mio"
2023-11-27 01:12:39 +00:00
version = "0.8.9"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.48.0",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "mocket"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"ruffle_socket_format",
"tracing",
"tracing-subscriber",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "naga"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ceaaa4eedaece7e4ec08c55c640ba03dbb73fb812a6570a59bcf1930d0f70e"
2020-08-27 10:32:41 +00:00
dependencies = [
2021-02-03 19:58:53 +00:00
"bit-set",
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"codespan-reporting",
2021-09-08 07:20:11 +00:00
"hexf-parse",
"indexmap 1.9.3",
"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 = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"insta",
"naga",
2023-10-09 21:59:27 +00:00
"num-derive 0.4.1",
"num-traits",
]
[[package]]
name = "naga-pixelbender"
version = "0.1.0"
dependencies = [
"anyhow",
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"naga",
"naga_oil",
"ruffle_render",
"tracing",
]
[[package]]
name = "naga_oil"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a5e64da99d79501b244fb645154cd17d0f726b572cb7b029942fb8aa0c48823"
dependencies = [
"bit-set",
"codespan-reporting",
"data-encoding",
"indexmap 1.9.3",
"naga",
2023-01-19 03:17:54 +00:00
"once_cell",
"regex",
"regex-syntax 0.6.29",
2023-01-19 03:17:54 +00:00
"rustc-hash",
"thiserror",
"tracing",
"unicode-ident",
]
[[package]]
name = "ndk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
"bitflags 1.3.2",
"jni-sys",
"ndk-sys",
"num_enum 0.5.11",
"raw-window-handle",
"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-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 1.10.0",
"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=83c7e1094d603d9fc1212d39d99abb17f3a3226b#83c7e1094d603d9fc1212d39d99abb17f3a3226b"
dependencies = [
"nihav_core",
]
[[package]]
name = "nihav_core"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=83c7e1094d603d9fc1212d39d99abb17f3a3226b#83c7e1094d603d9fc1212d39d99abb17f3a3226b"
[[package]]
name = "nihav_duck"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=83c7e1094d603d9fc1212d39d99abb17f3a3226b#83c7e1094d603d9fc1212d39d99abb17f3a3226b"
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 1.3.2",
"cfg-if",
"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 1.3.2",
"cfg-if",
"libc",
2022-11-25 16:17:44 +00:00
"memoffset 0.6.5",
]
2023-11-27 01:12:39 +00:00
[[package]]
name = "nix"
version = "0.26.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset 0.7.1",
"pin-utils",
2023-11-27 01:12:39 +00:00
]
2023-03-27 05:12:44 +00:00
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[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",
]
[[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.4"
2022-09-24 01:10:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
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"
version = "0.4.4"
2020-12-05 20:42:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
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 1.0.109",
]
[[package]]
name = "num-derive"
2023-10-09 21:59:27 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:59:27 +00:00
checksum = "cfb77679af88f8b125209d354a202862602672222e7f2313fdd6dc349bad4712"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
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"
2023-10-09 21:59:27 +00:00
version = "0.2.17"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:59:27 +00:00
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"libm",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num_cpus"
version = "1.16.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2019-11-17 21:00:19 +00:00
dependencies = [
"hermit-abi",
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num_enum"
2023-02-27 22:17:56 +00:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
dependencies = [
"num_enum_derive 0.5.11",
]
[[package]]
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive 0.6.1",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "num_enum_derive"
2023-02-27 22:17:56 +00:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
dependencies = [
"proc-macro-crate",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "num_enum_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
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",
]
[[package]]
name = "objc-sys"
version = "0.2.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
[[package]]
name = "objc2"
version = "0.3.0-beta.3.patch-leaks.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468"
dependencies = [
"block2",
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-encode"
version = "2.0.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
dependencies = [
"objc-sys",
]
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-10-04 22:11:01 +00:00
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
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 0.3.3",
"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.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[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-11-27 01:12:39 +00:00
version = "0.9.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2023-05-21 09:39:56 +00:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "orbclient"
2023-11-27 01:12:39 +00:00
version = "0.3.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
dependencies = [
2023-11-27 01:12:39 +00:00
"libredox 0.0.2",
]
[[package]]
name = "os_info"
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
dependencies = [
"log",
"winapi",
]
[[package]]
name = "os_pipe"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
dependencies = [
"libc",
"windows-sys 0.48.0",
]
2022-09-07 04:32:15 +00:00
[[package]]
name = "ouroboros"
2023-12-11 10:26:39 +00:00
version = "0.18.1"
2022-09-07 04:32:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 10:26:39 +00:00
checksum = "aab3e3891cfef81d47b93c6e0aeaf4828b2dc19c0bde389f4a988fbbfe5a8f4b"
2022-09-07 04:32:15 +00:00
dependencies = [
"aliasable",
"ouroboros_macro",
2023-06-17 23:00:03 +00:00
"static_assertions",
2022-09-07 04:32:15 +00:00
]
[[package]]
name = "ouroboros_macro"
2023-12-11 10:26:39 +00:00
version = "0.18.1"
2022-09-07 04:32:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 10:26:39 +00:00
checksum = "f1dd5c45035b07108752f091edb8fcc13dcaffcdb8d9f40cc017e3c9afc1a5bd"
2022-09-07 04:32:15 +00:00
dependencies = [
2023-06-17 23:00:03 +00:00
"heck",
2023-09-04 00:58:54 +00:00
"itertools",
2022-09-07 04:32:15 +00:00
"proc-macro-error",
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "owned_ttf_parser"
2023-11-27 01:12:39 +00:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "d4586edfe4c648c71797a74c84bacb32b52b212eff5dfe2bb9f2c599844023e7"
dependencies = [
2023-11-27 01:12:39 +00:00
"ttf-parser",
]
[[package]]
name = "pango-sys"
2023-09-17 21:06:56 +00:00
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
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-11-27 01:12:39 +00:00
version = "0.9.9"
2022-07-25 17:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2022-07-25 17:24:39 +00:00
dependencies = [
"cfg-if",
2022-07-25 17:24:39 +00:00
"libc",
2023-11-27 01:12:39 +00:00
"redox_syscall 0.4.1",
2022-07-25 17:24:39 +00:00
"smallvec",
"windows-targets 0.48.5",
2022-07-25 17:24:39 +00:00
]
[[package]]
name = "paste"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
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"
2023-11-27 01:12:39 +00:00
version = "2.3.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2019-11-17 21:00:19 +00:00
[[package]]
name = "petgraph"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
dependencies = [
"fixedbitset",
"indexmap 2.1.0",
]
[[package]]
name = "pin-project"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
2020-11-26 16:45:50 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.13"
2020-11-26 16:45:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
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"
2023-10-04 22:11:01 +00:00
[[package]]
name = "piper"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
dependencies = [
"atomic-waker",
"fastrand 2.0.1",
"futures-io",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "pkg-config"
2023-05-21 09:39:56 +00:00
version = "0.3.27"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2019-11-17 21:00:19 +00:00
[[package]]
name = "png"
2023-08-18 20:49:40 +00:00
version = "0.17.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-18 20:49:40 +00:00
checksum = "dd75bf2d8dd3702b9707cdbc56a5b9ef42cec752eb8b3bafc01234558442aa64"
dependencies = [
"bitflags 1.3.2",
"crc32fast",
"fdeflate",
"flate2",
"miniz_oxide",
]
[[package]]
name = "polling"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
"autocfg",
"bitflags 1.3.2",
"cfg-if",
2023-03-11 11:53:15 +00:00
"concurrent-queue",
"libc",
"log",
2023-03-11 11:53:15 +00:00
"pin-project-lite",
"windows-sys 0.48.0",
]
[[package]]
name = "polling"
2023-11-27 01:12:39 +00:00
version = "3.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "cf63fa624ab313c11656b4cda960bfc46c410187ad493c41f6ba2d8c1e991c9e"
dependencies = [
"cfg-if",
"concurrent-queue",
"pin-project-lite",
"rustix",
"tracing",
2023-11-27 01:12:39 +00:00
"windows-sys 0.52.0",
]
[[package]]
name = "portable-atomic"
2023-11-27 01:12:39 +00:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "3bccab0e7fd7cc19f820a1c8c91720af652d0c88dc9664dd72aef2614f04af3b"
2023-10-15 20:49:57 +00:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[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.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
dependencies = [
"diff",
"yansi",
]
[[package]]
name = "prettyplease"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
dependencies = [
"proc-macro2",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
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-02-27 22:17:56 +00:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
2023-10-04 22:11:01 +00:00
"toml_edit 0.19.15",
]
[[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 1.0.109",
"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",
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.20+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2019-11-17 21:00:19 +00:00
[[package]]
name = "proc-macro2"
2023-11-27 01:12:39 +00:00
version = "1.0.70"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "39278fbbf5fb4f646ce651690877f89d1c5811a3d4acb27700c1cb3cdb78fd3b"
2019-11-17 21:00:19 +00:00
dependencies = [
"unicode-ident",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "profiling"
2023-10-04 22:11:01 +00:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "f89dff0959d98c9758c88826cc002e2c3d0b9dfac4139711d1f30de442f1139b"
dependencies = [
"profiling-procmacros",
"tracy-client",
]
[[package]]
name = "profiling-procmacros"
2023-10-04 22:11:01 +00:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "eb156a45b6b9fe8027497422179fb65afc84d36707a7ca98297bf06bccb8d43f"
dependencies = [
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
[[package]]
name = "quick-xml"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
dependencies = [
"memchr",
]
[[package]]
name = "quick-xml"
2023-10-31 22:01:51 +00:00
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
dependencies = [
"memchr",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "quote"
2023-08-18 20:49:40 +00:00
version = "1.0.33"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-18 20:49:40 +00:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
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"
2023-02-10 10:07:00 +00:00
version = "0.1.3"
2021-04-29 20:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 10:07:00 +00:00
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
[[package]]
name = "raw-window-handle"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2019-11-17 21:00:19 +00:00
[[package]]
name = "rayon"
2023-09-25 00:31:32 +00:00
version = "1.8.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 00:31:32 +00:00
checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
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-09-25 00:31:32 +00:00
version = "1.12.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-25 00:31:32 +00:00
checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
2019-11-17 21:00:19 +00:00
dependencies = [
2021-07-03 14:04:27 +00:00
"crossbeam-deque",
"crossbeam-utils",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "realfft"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953d9f7e5cdd80963547b456251296efc2626ed4e3cbf36c869d9564e0220571"
dependencies = [
"rustfft",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "redox_syscall"
2023-11-27 01:12:39 +00:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
2023-11-27 01:12:39 +00:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_users"
2023-11-27 01:12:39 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
dependencies = [
2021-07-03 14:04:27 +00:00
"getrandom",
2023-11-27 01:12:39 +00:00
"libredox 0.0.1",
2022-07-25 17:24:39 +00:00
"thiserror",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "regex"
2023-10-23 00:22:08 +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-10-23 00:22:08 +00:00
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
2019-11-17 21:00:19 +00:00
dependencies = [
"aho-corasick",
"memchr",
2023-10-23 00:22:08 +00:00
"regex-automata 0.4.3",
2023-10-15 20:49:57 +00:00
"regex-syntax 0.8.2",
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 0.6.29",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "regex-automata"
2023-10-23 00:22:08 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-23 00:22:08 +00:00
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
dependencies = [
"aho-corasick",
"memchr",
2023-10-15 20:49:57 +00:00
"regex-syntax 0.8.2",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.29"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2019-11-17 21:00:19 +00:00
[[package]]
name = "regex-syntax"
2023-10-15 20:49:57 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "regress"
2023-08-28 01:21:01 +00:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:21:01 +00:00
checksum = "4ed9969cad8051328011596bf549629f1b800cf1731e7964b1eef8dfc480d2c2"
dependencies = [
2023-03-14 00:24:42 +00:00
"hashbrown 0.13.2",
"memchr",
]
[[package]]
name = "renderdoc"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "272da9ec1e28b0ef17df4dcefad820b13f098ebe9c82697111fc57ccff621e12"
dependencies = [
"bitflags 1.3.2",
"float-cmp",
"libloading 0.7.4",
"once_cell",
"renderdoc-sys",
"winapi",
"wio",
]
[[package]]
name = "renderdoc-sys"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b"
[[package]]
name = "rfd"
2023-10-23 00:22:08 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-23 00:22:08 +00:00
checksum = "3c9e7b57df6e8472152674607f6cc68aa14a748a3157a857a94f516e11aeacc2"
dependencies = [
"block",
"dispatch",
"glib-sys",
"gobject-sys",
"gtk-sys",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
"raw-window-handle",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2023-09-17 21:06:56 +00:00
"windows-sys 0.48.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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
dependencies = [
"base64",
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"serde",
"serde_derive",
]
2023-10-04 21:47:44 +00:00
[[package]]
name = "roxmltree"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302"
dependencies = [
"xmlparser",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ruffle_core"
version = "0.1.0"
dependencies = [
2023-11-27 01:12:39 +00:00
"async-channel 2.1.1",
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"bitstream-io 2.0.0",
"build_playerglobal",
"bytemuck",
"byteorder",
"chrono",
2023-01-31 08:14:55 +00:00
"clap",
"dasp",
"downcast-rs",
2023-05-31 09:32:58 +00:00
"egui",
"egui_extras",
"encoding_rs",
"enumset",
"flash-lso",
2020-10-11 10:09:23 +00:00
"flate2",
2023-04-21 23:44:01 +00:00
"fluent-templates",
2023-04-16 00:10:02 +00:00
"flv-rs",
"fnv",
"futures",
"generational-arena",
2023-11-27 01:12:39 +00:00
"hashbrown 0.14.3",
"image",
2023-10-31 22:01:51 +00:00
"indexmap 2.1.0",
"jpegxr",
"linkme",
2021-06-22 08:26:27 +00:00
"lzma-rs",
2020-12-05 20:42:57 +00:00
"nellymoser-rs",
2023-10-09 21:59:27 +00:00
"num-derive 0.4.1",
"num-traits",
"percent-encoding",
2023-06-07 21:31:44 +00:00
"png",
"quick-xml 0.31.0",
2021-07-03 14:04:27 +00:00
"rand",
"realfft",
"regress",
"ruffle_gc_arena",
"ruffle_macros",
"ruffle_render",
"ruffle_video",
"ruffle_wstr",
"scopeguard",
2021-01-06 07:32:07 +00:00
"serde",
"serde_json",
2020-12-27 06:33:38 +00:00
"smallvec",
"swf",
"symphonia",
"thiserror",
2023-01-04 10:09:47 +00:00
"tracing",
"url",
"wasm-bindgen-futures",
"weak-table",
"web-time",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_desktop"
version = "0.1.0"
dependencies = [
"anyhow",
"arboard",
2023-11-27 01:12:39 +00:00
"async-channel 2.1.1",
"async-io",
"async-net",
"bytemuck",
"chrono",
"clap",
"cpal",
2023-05-21 09:39:56 +00:00
"dirs",
2023-03-27 05:12:44 +00:00
"egui",
"egui-wgpu",
"egui-winit",
"egui_extras",
"embed-resource",
2023-05-23 17:04:01 +00:00
"fluent-templates",
"fontdb",
"futures",
2023-12-05 01:38:55 +00:00
"futures-lite 2.1.0",
"generational-arena",
"image",
"isahc",
"os_info",
"rfd",
"ruffle_core",
"ruffle_render",
"ruffle_render_wgpu",
"ruffle_video_software",
2023-04-22 10:30:27 +00:00
"sys-locale",
2023-01-04 10:42:43 +00:00
"tracing",
"tracing-subscriber",
2023-01-06 08:23:13 +00:00
"tracing-tracy",
2023-04-21 23:44:01 +00:00
"unic-langid",
"url",
"vergen",
"webbrowser",
2023-03-27 05:12:44 +00:00
"wgpu",
"winapi",
2020-12-27 06:33:38 +00:00
"winit",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_gc_arena"
version = "0.0.0"
dependencies = [
"gc-arena",
]
[[package]]
name = "ruffle_input_format"
version = "0.1.0"
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"serde",
"serde_json",
]
[[package]]
name = "ruffle_macros"
version = "0.1.0"
dependencies = [
2020-12-27 06:33:38 +00:00
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "ruffle_render"
version = "0.1.0"
dependencies = [
"approx",
"byteorder",
2023-02-03 15:59:18 +00:00
"clap",
"downcast-rs",
"enum-map",
"flate2",
2023-02-10 10:07:00 +00:00
"gif",
"h263-rs-yuv",
"jpeg-decoder",
"lru",
"lyon",
2023-08-25 13:20:44 +00:00
"lyon_geom",
2023-10-09 21:59:27 +00:00
"num-derive 0.4.1",
"num-traits",
"png",
"renderdoc",
"ruffle_wstr",
"serde",
"smallvec",
"swf",
"thiserror",
2023-02-02 14:47:20 +00:00
"tracing",
"wasm-bindgen",
"wgpu",
]
[[package]]
name = "ruffle_render_canvas"
version = "0.1.0"
dependencies = [
"downcast-rs",
"fnv",
"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",
"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",
"image",
2023-10-31 22:01:51 +00:00
"indexmap 2.1.0",
"lru",
"naga",
"naga-agal",
"naga-pixelbender",
"naga_oil",
2022-09-07 04:32:15 +00:00
"ouroboros",
"profiling",
"raw-window-handle",
"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_socket_format"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "ruffle_test_framework"
version = "0.1.0"
dependencies = [
"anyhow",
"approx",
2023-11-27 01:12:39 +00:00
"async-channel 2.1.1",
"chrono",
"env_logger",
"futures",
"image",
"percent-encoding",
"pretty_assertions",
"regex",
"ruffle_core",
"ruffle_input_format",
"ruffle_render",
"ruffle_socket_format",
"ruffle_video_software",
"serde",
"toml",
"tracing",
"tracing-subscriber",
"url",
"vfs",
]
[[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-deblock",
"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 = [
2023-11-27 01:12:39 +00:00
"async-channel 2.1.1",
"base64",
"chrono",
"console_error_panic_hook",
"futures-util",
"generational-arena",
2021-07-03 14:04:27 +00:00
"getrandom",
"gloo-net",
"js-sys",
2023-10-17 01:12:41 +00:00
"rfd",
"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",
2023-11-20 01:54:50 +00:00
"tracing-log",
"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"
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
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-11-27 01:12:39 +00:00
version = "0.38.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "dc99bc2d4f1fed22595588a013687477aedf3cdcfb26558c559edb67b4d9b22e"
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2020-12-05 20:42:57 +00:00
]
[[package]]
name = "rustversion"
version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2019-11-17 21:00:19 +00:00
[[package]]
name = "ryu"
version = "1.0.15"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2019-11-17 21:00:19 +00:00
2021-12-30 14:16:36 +00:00
[[package]]
name = "safe_arch"
version = "0.7.1"
2021-12-30 14:16:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f398075ce1e6a179b46f51bd88d0598b92b00d3551f1a2d4ac49e771b56ac354"
2021-12-30 14:16:36 +00:00
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"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
dependencies = [
"windows-sys 0.48.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 = "scopeguard"
version = "1.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2019-11-17 21:00:19 +00:00
[[package]]
name = "sctk-adwaita"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09"
dependencies = [
"ab_glyph",
"log",
"memmap2 0.5.10",
"smithay-client-toolkit",
"tiny-skia",
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "self_cell"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
dependencies = [
"self_cell 1.0.2",
]
[[package]]
name = "self_cell"
version = "1.0.2"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e388332cd64eb80cd595a00941baf513caffae8dce9cfd0467fc9c66397dade6"
2023-04-21 23:44:01 +00:00
[[package]]
name = "semver"
2023-10-09 21:59:27 +00:00
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:59:27 +00:00
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
2019-11-17 21:00:19 +00:00
[[package]]
name = "serde"
2023-11-27 01:12:39 +00:00
version = "1.0.193"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "25dd9975e68d0cb5aa1120c288333fc98731bd1dd12f561e468ea4728c042b89"
2019-11-17 21:00:19 +00:00
dependencies = [
"serde_derive",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "serde-wasm-bindgen"
2023-12-11 10:26:39 +00:00
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 10:26:39 +00:00
checksum = "b9b713f70513ae1f8d92665bbbbda5c295c2cf1da5542881ae5eefe20c9af132"
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"
2023-11-27 01:12:39 +00:00
version = "1.0.193"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "43576ca501357b9b071ac53cdc7da8ef0cbd9493d8df094cd821777ea6e894d3"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
2019-11-17 21:00:19 +00:00
]
2021-01-06 07:32:07 +00:00
[[package]]
name = "serde_json"
2023-10-31 22:01:51 +00:00
version = "1.0.108"
2021-01-06 07:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
2021-01-06 07:32:07 +00:00
dependencies = [
2023-10-31 22:01:51 +00:00
"indexmap 2.1.0",
2023-02-27 02:17:55 +00:00
"itoa",
2021-01-06 07:32:07 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
2023-10-31 22:01:51 +00:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
dependencies = [
"serde",
]
[[package]]
name = "sha2"
2023-10-04 21:47:44 +00:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 21:47:44 +00:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
2023-10-04 22:11:01 +00:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "shlex"
2023-10-04 22:11:01 +00:00
version = "1.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "a7cee0529a6d40f580e7a5e6c495c8fbfe21b7b52795ed4bb5e62cdf92bc6380"
2019-11-17 21:00:19 +00:00
[[package]]
name = "simd-adler32"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "similar"
2023-10-09 21:59:27 +00:00
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-09 21:59:27 +00:00
checksum = "2aeaf503862c419d66959f5d7ca015337d864e9c49485d771b732e2a20453597"
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"
version = "0.4.9"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-07-25 17:24:39 +00:00
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 1.9.0",
"futures-core",
"futures-io",
]
[[package]]
name = "smallvec"
2023-11-13 00:25:49 +00:00
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 00:25:49 +00:00
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
[[package]]
name = "smithay-client-toolkit"
2023-10-04 22:11:01 +00:00
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "870427e30b8f2cbe64bf43ec4b86e88fe39b0a84b3f15efd9c9c2d020bc86eb9"
dependencies = [
"bitflags 1.3.2",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2 0.5.10",
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
"pkg-config",
"wayland-client 0.29.5",
"wayland-cursor",
"wayland-protocols 0.29.5",
2019-11-17 21:00:19 +00:00
]
2023-03-27 05:12:44 +00:00
[[package]]
name = "smithay-clipboard"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a345c870a1fae0b1b779085e81b51e614767c239e93503588e54c5b17f4b0e8"
dependencies = [
"smithay-client-toolkit",
"wayland-client 0.29.5",
2023-03-27 05:12:44 +00:00
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "snafu"
version = "0.7.5"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
2023-04-21 23:44:01 +00:00
dependencies = [
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
version = "0.7.5"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
2023-04-21 23:44:01 +00:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "socket2"
2023-11-27 01:12:39 +00:00
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
"libc",
"winapi",
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
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 1.3.2",
"num-traits",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "sptr"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
[[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
[[package]]
name = "strict-num"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
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 = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"bitstream-io 2.0.0",
"byteorder",
"encoding_rs",
"enum-map",
"flate2",
"libflate",
"log",
"lzma-rs",
2023-10-09 21:59:27 +00:00
"num-derive 0.4.1",
"num-traits",
2022-09-24 01:10:24 +00:00
"simple_asn1",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "symphonia"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62e48dba70095f265fdb269b99619b95d04c89e619538138383e63310b14d941"
dependencies = [
"lazy_static",
"symphonia-bundle-mp3",
"symphonia-core",
"symphonia-metadata",
]
[[package]]
name = "symphonia-bundle-mp3"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f31d7fece546f1e6973011a9eceae948133bbd18fd3d52f6073b1e38ae6368a"
dependencies = [
"bitflags 1.3.2",
"lazy_static",
"log",
"symphonia-core",
"symphonia-metadata",
]
[[package]]
name = "symphonia-core"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c73eb88fee79705268cc7b742c7bc93a7b76e092ab751d0833866970754142"
dependencies = [
"arrayvec",
"bitflags 1.3.2",
"bytemuck",
"lazy_static",
"log",
]
[[package]]
name = "symphonia-metadata"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89c3e1937e31d0e068bbe829f66b2f2bfaa28d056365279e0ef897172c3320c0"
dependencies = [
"encoding_rs",
"lazy_static",
"log",
"symphonia-core",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "syn"
2023-02-27 02:17:55 +00:00
version = "1.0.109"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 02:17:55 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
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 = "syn"
2023-12-11 10:26:39 +00:00
version = "2.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-11 10:26:39 +00:00
checksum = "13fa70a4ee923979ffb522cacce59d34421ebdea5625e1073c4326ef9d2dd42e"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "synstructure"
version = "0.13.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
2020-12-27 06:33:38 +00:00
"unicode-xid",
2019-11-17 21:00:19 +00:00
]
2023-04-22 10:30:27 +00:00
[[package]]
name = "sys-locale"
2023-08-28 01:21:01 +00:00
version = "0.3.1"
2023-04-22 10:30:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-28 01:21:01 +00:00
checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
2023-04-22 10:30:27 +00:00
dependencies = [
"libc",
]
[[package]]
name = "system-deps"
2023-11-27 01:12:39 +00:00
version = "6.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331"
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
2023-10-09 21:59:27 +00:00
"toml",
"version-compare",
]
[[package]]
name = "target-lexicon"
2023-11-27 01:12:39 +00:00
version = "0.12.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
[[package]]
name = "tempfile"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
dependencies = [
"cfg-if",
"fastrand 2.0.1",
"redox_syscall 0.4.1",
"rustix",
"windows-sys 0.48.0",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "termcolor"
2023-11-27 01:12:39 +00:00
version = "1.4.0"
2020-05-02 15:48:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
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",
"futures",
"image",
"libtest-mimic",
"ruffle_core",
"ruffle_render_wgpu",
"ruffle_test_framework",
"walkdir",
]
[[package]]
name = "thiserror"
2023-11-27 01:12:39 +00:00
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-11-27 01:12:39 +00:00
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "thread_local"
2023-02-27 22:17:56 +00:00
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
"cfg-if",
"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"
version = "0.9.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d172b0f4d3fba17ba89811858b9d3d97f928aece846475bbda076ca46736211"
2019-11-17 21:00:19 +00:00
dependencies = [
"flate2",
"jpeg-decoder",
"weezl",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "time"
2023-10-15 20:49:57 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
dependencies = [
"deranged",
2023-02-27 02:17:55 +00:00
"itoa",
"libc",
"num_threads",
2023-10-15 20:49:57 +00:00
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-10-04 22:11:01 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2023-10-04 22:11:01 +00:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
dependencies = [
"time-core",
]
[[package]]
name = "tiny-skia"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67"
dependencies = [
"arrayref",
"arrayvec",
"bytemuck",
"cfg-if",
"png",
"tiny-skia-path",
]
[[package]]
name = "tiny-skia-path"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c"
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "tinystr"
2023-11-27 01:12:39 +00:00
version = "0.7.5"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "83c02bf3c538ab32ba913408224323915f4ef9a6d61c0e85d493f355921c0ece"
2023-04-21 23:44:01 +00:00
dependencies = [
"displaydoc",
]
[[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"
2023-02-10 10:07:00 +00:00
version = "0.1.1"
2020-11-26 16:45:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 10:07:00 +00:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-09-17 21:06:56 +00:00
[[package]]
name = "toml"
2023-11-13 00:25:49 +00:00
version = "0.8.8"
2023-09-17 21:06:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 00:25:49 +00:00
checksum = "a1a195ec8c9da26928f773888e0742ca3ca1040c6cd859c919c9f59c1954ab35"
2023-09-17 21:06:56 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2023-11-13 00:25:49 +00:00
"toml_edit 0.21.0",
]
2023-01-24 23:03:45 +00:00
[[package]]
name = "toml_datetime"
2023-10-31 22:01:51 +00:00
version = "0.6.5"
2023-01-24 23:03:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-31 22:01:51 +00:00
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
dependencies = [
"serde",
]
2023-01-24 23:03:45 +00:00
[[package]]
name = "toml_edit"
2023-10-04 22:11:01 +00:00
version = "0.19.15"
2023-01-24 23:03:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2023-01-24 23:03:45 +00:00
dependencies = [
2023-10-31 22:01:51 +00:00
"indexmap 2.1.0",
2023-01-24 23:03:45 +00:00
"toml_datetime",
2023-02-27 22:17:56 +00:00
"winnow",
2023-01-24 23:03:45 +00:00
]
2023-09-17 21:06:56 +00:00
[[package]]
name = "toml_edit"
2023-11-13 00:25:49 +00:00
version = "0.21.0"
2023-09-17 21:06:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 00:25:49 +00:00
checksum = "d34d383cd00a163b4a5b85053df514d45bc330f6de7737edfe0a93311d1eaa03"
2023-09-17 21:06:56 +00:00
dependencies = [
2023-10-31 22:01:51 +00:00
"indexmap 2.1.0",
2023-09-17 21:06:56 +00:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "tracing"
2023-10-23 00:22:08 +00:00
version = "0.1.40"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-23 00:22:08 +00:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2020-08-27 10:32:41 +00:00
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "tracing-attributes"
2023-10-15 20:49:57 +00:00
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "tracing-core"
2023-10-15 20:49:57 +00:00
version = "0.1.32"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
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",
]
2023-10-31 22:01:51 +00:00
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-11-20 01:54:50 +00:00
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-20 01:54:50 +00:00
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
2023-11-20 01:54:50 +00:00
"tracing-log",
]
2023-01-06 08:23:13 +00:00
[[package]]
name = "tracing-tracy"
version = "0.10.4"
2023-01-06 08:23:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc6c7bf057d67aa107e076129a4f331aaac47ec379952d9f0775c6b1d838ee97"
2023-01-06 08:23:13 +00:00
dependencies = [
"tracing-core",
"tracing-subscriber",
"tracy-client",
2023-01-06 08:23:13 +00:00
]
[[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-10-04 22:11:01 +00:00
[[package]]
name = "tracy-client"
2023-11-27 01:12:39 +00:00
version = "0.16.4"
2023-10-04 22:11:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "82da0d50d9df1106619b1e5b118f39de779f7d8b9c3504485b291cb16fabd20f"
2023-10-04 22:11:01 +00:00
dependencies = [
"loom",
"once_cell",
"tracy-client-sys",
]
2023-11-27 01:12:39 +00:00
[[package]]
name = "tracy-client-sys"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db0b1cc1bb12a70457300d9affc07acb587390d971a796dac2f4d9bca8df776"
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",
]
[[package]]
name = "tree_magic_mini"
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91adfd0607cacf6e4babdb870e9bec4037c1c4b151cfd279ccefc5e0c7feaa6d"
dependencies = [
"bytecount",
"fnv",
"lazy_static",
"nom",
"once_cell",
"petgraph",
]
2023-10-31 22:01:51 +00:00
[[package]]
name = "ttf-parser"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
2023-04-21 23:44:01 +00:00
[[package]]
name = "type-map"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
dependencies = [
"rustc-hash",
]
2023-03-27 05:12:44 +00:00
[[package]]
name = "type-map"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
dependencies = [
"rustc-hash",
]
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"
2023-10-04 22:11:01 +00:00
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2023-04-21 23:44:01 +00:00
[[package]]
name = "unic-langid"
2023-12-05 01:38:55 +00:00
version = "0.9.3"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-05 01:38:55 +00:00
checksum = "887622f8e7b723780c5e64b04dcc0c9b8f426ada7cca6790cd3ea3bf0f08037a"
2023-04-21 23:44:01 +00:00
dependencies = [
"unic-langid-impl",
"unic-langid-macros",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
dependencies = [
"tinystr",
]
[[package]]
name = "unic-langid-macros"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "055e618bf694161ffff0466d95cef3e1a5edc59f6ba1888e97801f2b4ebdc4fe"
dependencies = [
"proc-macro-hack",
"tinystr",
"unic-langid-impl",
"unic-langid-macros-impl",
]
[[package]]
name = "unic-langid-macros-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f5cdec05b907f4e2f6843f4354f4ce6a5bebe1a56df320a49134944477ce4d8"
dependencies = [
"proc-macro-hack",
"quote",
"syn 1.0.109",
"unic-langid-impl",
]
[[package]]
name = "unicase"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.13"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-ident"
2023-10-04 22:11:01 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
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"
2023-02-10 10:07:00 +00:00
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 10:07:00 +00:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-width"
2023-10-04 22:11:01 +00:00
version = "0.1.11"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
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"
2023-11-27 01:12: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"
2023-11-27 01:12:39 +00:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2019-11-17 21:00:19 +00:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[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 = "vergen"
2023-11-13 00:25:49 +00:00
version = "8.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-13 00:25:49 +00:00
checksum = "1290fd64cc4e7d3c9b07d7f333ce0ce0007253e32870e632624835cc80b83939"
dependencies = [
"anyhow",
"rustversion",
"time",
]
[[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 = "vfs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e4fe92cfc1bad19c19925d5eee4b30584dbbdee4ff10183b261acccbef74e2d"
[[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"
2023-10-04 22:11:01 +00:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
2019-11-17 21:00:19 +00:00
[[package]]
name = "walkdir"
2023-09-17 21:06:56 +00:00
version = "2.4.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-17 21:06:56 +00:00
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2019-11-17 21:00:19 +00:00
dependencies = [
"same-file",
"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.89"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.89"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
2019-11-17 21:00:19 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
"wasm-bindgen-shared",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
2023-12-04 01:58:33 +00:00
version = "0.4.39"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-04 01:58:33 +00:00
checksum = "ac36a15a220124ac510204aec1c3e5db8a22ab06fd6706d881dc6149f8ed9a12"
2019-11-17 21:00:19 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.89"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
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.89"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.89"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
2019-11-17 21:00:19 +00:00
[[package]]
name = "wayland-backend"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19152ddd73f45f024ed4534d9ca2594e0ef252c1847695255dae47f34df9fbe4"
dependencies = [
"cc",
"downcast-rs",
"nix 0.26.4",
"scoped-tls",
"smallvec",
"wayland-sys 0.31.1",
]
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 1.3.2",
"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 0.29.5",
"wayland-sys 0.29.5",
]
[[package]]
name = "wayland-client"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ca7d52347346f5473bf2f56705f360e8440873052e575e55890c4fa57843ed3"
dependencies = [
"bitflags 2.4.1",
"nix 0.26.4",
"wayland-backend",
"wayland-scanner 0.31.0",
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 0.29.5",
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",
"wayland-client 0.29.5",
"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 1.3.2",
"wayland-client 0.29.5",
2020-12-27 06:33:38 +00:00
"wayland-commons",
"wayland-scanner 0.29.5",
]
[[package]]
name = "wayland-protocols"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e253d7107ba913923dc253967f35e8561a3c65f914543e46843c88ddd729e21c"
dependencies = [
"bitflags 2.4.1",
"wayland-backend",
"wayland-client 0.31.1",
"wayland-scanner 0.31.0",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
dependencies = [
"bitflags 2.4.1",
"wayland-backend",
"wayland-client 0.31.1",
"wayland-protocols 0.31.0",
"wayland-scanner 0.31.0",
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-scanner"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb8e28403665c9f9513202b7e1ed71ec56fde5c107816843fb14057910b2c09c"
dependencies = [
"proc-macro2",
"quick-xml 0.30.0",
"quote",
]
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 = "wayland-sys"
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
dependencies = [
"dlib",
"log",
"pkg-config",
]
[[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"
2023-12-04 01:58:33 +00:00
version = "0.3.66"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-04 01:58:33 +00:00
checksum = "50c24a44ec86bb68fbecd1b3efed7e85ea5621b39b35ef2766b66cd984f8010f"
2019-11-17 21:00:19 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "web-time"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57099a701fb3a8043f993e8228dc24229c7b942e2b009a1b962e54489ba1d3bf"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "webbrowser"
2023-10-15 20:49:57 +00:00
version = "0.8.12"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-15 20:49:57 +00:00
checksum = "82b2391658b02c27719fc5a0a73d6e696285138e8b12fba9d4baa70451023c71"
2019-11-17 21:00:19 +00:00
dependencies = [
"core-foundation",
2023-05-21 09:39:56 +00:00
"home",
"jni 0.21.1",
"log",
"ndk-context",
"objc",
"raw-window-handle",
"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]]
name = "wgpu"
2023-11-27 01:12:39 +00:00
version = "0.17.2"
source = "git+https://github.com/gfx-rs/wgpu?branch=v0.17#fb4f9c53f7110766de381273168644a1eaec9323"
dependencies = [
"arrayvec",
"cfg-if",
"js-sys",
"log",
"naga",
"parking_lot",
"profiling",
"raw-window-handle",
"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.17.1"
2023-11-27 01:12:39 +00:00
source = "git+https://github.com/gfx-rs/wgpu?branch=v0.17#fb4f9c53f7110766de381273168644a1eaec9323"
dependencies = [
"arrayvec",
"bit-vec",
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
2022-01-19 18:21:28 +00:00
"codespan-reporting",
"log",
"naga",
"parking_lot",
"profiling",
"raw-window-handle",
"ron",
"rustc-hash",
"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.17.2"
2023-11-27 01:12:39 +00:00
source = "git+https://github.com/gfx-rs/wgpu?branch=v0.17#fb4f9c53f7110766de381273168644a1eaec9323"
2021-09-08 07:20:11 +00:00
dependencies = [
"android_system_properties",
"arrayvec",
2021-09-08 07:20:11 +00:00
"ash",
"bit-set",
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
2021-09-08 07:20:11 +00:00
"block",
"core-graphics-types",
"d3d12",
"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",
2023-10-15 20:49:57 +00:00
"libloading 0.8.1",
2021-09-08 07:20:11 +00:00
"log",
"metal",
"naga",
2021-09-08 07:20:11 +00:00
"objc",
"parking_lot",
2021-09-08 07:20:11 +00:00
"profiling",
"range-alloc",
"raw-window-handle",
2021-09-08 07:20:11 +00:00
"renderdoc-sys",
"rustc-hash",
"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.17.0"
2023-11-27 01:12:39 +00:00
source = "git+https://github.com/gfx-rs/wgpu?branch=v0.17#fb4f9c53f7110766de381273168644a1eaec9323"
2020-08-27 10:32:41 +00:00
dependencies = [
2023-10-16 00:51:05 +00:00
"bitflags 2.4.1",
"js-sys",
"serde",
"web-sys",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "which"
2023-10-04 22:11:01 +00:00
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
2023-10-04 22:11:01 +00:00
"home",
"once_cell",
"rustix",
]
2021-12-30 14:16:36 +00:00
[[package]]
name = "wide"
2023-11-27 01:12:39 +00:00
version = "0.7.13"
2021-12-30 14:16:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "c68938b57b33da363195412cfc5fc37c9ed49aa9cfe2156fde64b8d2c9498242"
2021-12-30 14:16:36 +00:00
dependencies = [
"bytemuck",
"safe_arch",
2021-12-30 14:16:36 +00:00
]
[[package]]
name = "widestring"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
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"
2023-10-04 22:11:01 +00:00
version = "0.1.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
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
[[package]]
name = "windows"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
dependencies = [
"windows-targets 0.48.5",
]
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows-core"
version = "0.51.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
dependencies = [
"windows-targets 0.48.5",
]
2023-02-10 10:07:00 +00:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
2023-02-10 10:07:00 +00:00
]
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.0",
]
[[package]]
name = "windows-targets"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
"windows_aarch64_gnullvm 0.52.0",
"windows_aarch64_msvc 0.52.0",
"windows_i686_gnu 0.52.0",
"windows_i686_msvc 0.52.0",
"windows_x86_64_gnu 0.52.0",
"windows_x86_64_gnullvm 0.52.0",
"windows_x86_64_msvc 0.52.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-11-27 01:12:39 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winit"
2023-10-04 21:47:44 +00:00
version = "0.28.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 21:47:44 +00:00
checksum = "9596d90b45384f5281384ab204224876e8e8bf7d58366d9b795ad99aa9894b94"
dependencies = [
"android-activity",
"bitflags 1.3.2",
"cfg_aliases",
"core-foundation",
"core-graphics",
"dispatch",
"instant",
"libc",
"log",
"mio",
"ndk",
"objc2",
"once_cell",
"orbclient",
"percent-encoding",
"raw-window-handle",
"redox_syscall 0.3.5",
"sctk-adwaita",
2020-12-27 06:33:38 +00:00
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client 0.29.5",
"wayland-commons",
"wayland-protocols 0.29.5",
"wayland-scanner 0.29.5",
"web-sys",
"windows-sys 0.45.0",
"x11-dl",
2019-11-17 21:00:19 +00:00
]
2023-02-27 22:17:56 +00:00
[[package]]
name = "winnow"
2023-11-27 01:12:39 +00:00
version = "0.5.19"
2023-02-27 22:17:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "829846f3e3db426d4cee4510841b71a8e58aa2a76b1132579487ae430ccd9c7b"
2023-02-27 22:17:56 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
2023-10-04 22:11:01 +00:00
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc"
dependencies = [
"cfg-if",
2023-10-04 22:11:01 +00:00
"windows-sys 0.48.0",
]
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi",
]
[[package]]
name = "wl-clipboard-rs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57af79e973eadf08627115c73847392e6b766856ab8e3844a59245354b23d2fa"
dependencies = [
"derive-new",
"libc",
"log",
"nix 0.26.4",
"os_pipe",
"tempfile",
"thiserror",
"tree_magic_mini",
"wayland-backend",
"wayland-client 0.31.1",
"wayland-protocols 0.31.0",
"wayland-protocols-wlr",
]
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"
2023-11-27 01:12:39 +00:00
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "b1641b26d4dec61337c35a1b1aaf9e3cba8f46f0b43636c609ab0291a648040a"
dependencies = [
"gethostname",
2023-11-27 01:12:39 +00:00
"nix 0.26.4",
"winapi",
"winapi-wsapoll",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
2023-11-27 01:12:39 +00:00
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "82d6c3f9a0fb6701fab8f6cea9b0c0bd5d6876f1f89f7fada07e558077c344bc"
dependencies = [
2023-11-27 01:12:39 +00:00
"nix 0.26.4",
]
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"
2023-10-04 22:11:01 +00:00
version = "0.8.19"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-04 22:11:01 +00:00
checksum = "0fcb9cbac069e033553e8bb871be2fbdffcab578eb25bd0f7c508cedc6dcd75a"
2023-10-04 21:47:44 +00:00
[[package]]
name = "xmlparser"
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
[[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"
[[package]]
name = "zerocopy"
2023-11-27 01:12:39 +00:00
version = "0.7.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2023-11-27 01:12:39 +00:00
version = "0.7.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 01:12:39 +00:00
checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
dependencies = [
"proc-macro2",
"quote",
2023-12-11 10:26:39 +00:00
"syn 2.0.40",
]
[[package]]
name = "zune-inflate"
version = "0.2.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
dependencies = [
"simd-adler32",
]