ruffle/Cargo.lock

5687 lines
134 KiB
Plaintext
Raw Normal View History

2019-11-17 21:00:19 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-09-07 04:32:15 +00:00
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
[[package]]
name = "ab_glyph"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39"
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 = "addr2line"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
2021-07-03 14:04:27 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:04:27 +00:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2019-11-17 21:00:19 +00:00
[[package]]
name = "adler32"
version = "1.2.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2019-11-17 21:00:19 +00:00
2020-12-27 06:33:38 +00:00
[[package]]
name = "ahash"
version = "0.7.6"
2020-12-27 06:33:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2020-12-27 06:33:38 +00:00
2023-03-14 00:24:42 +00:00
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if",
2023-03-14 00:24:42 +00:00
"once_cell",
"version_check",
]
2023-05-02 01:57:38 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
dependencies = [
"memchr",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "aho-corasick"
version = "1.0.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
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.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4f263788a35611fba42eb41ff811c5d0360c58b97402570312a350736e2542e"
2020-07-10 22:24:05 +00:00
[[package]]
name = "alsa"
version = "0.7.0"
2020-07-10 22:24:05 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8512c9117059663fb5606788fbca3619e2a91dac0e3fe516242eab1fa6be5e44"
2020-07-10 22:24:05 +00:00
dependencies = [
"alsa-sys",
"bitflags 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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c77a0045eda8b888c76ea473c2b0515ba6f471d318f8927c5c72240937035a6"
dependencies = [
"android-properties",
"bitflags 1.3.2",
"cc",
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
"num_enum",
]
[[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-05-21 09:39:56 +00:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]]
name = "anstyle-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
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-05-21 09:39:56 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
dependencies = [
"anstyle",
"windows-sys 0.48.0",
]
[[package]]
name = "anyhow"
2023-05-21 09:39:56 +00:00
version = "1.0.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2019-11-17 21:00:19 +00:00
[[package]]
name = "approx"
version = "0.5.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
2019-11-17 21:00:19 +00:00
dependencies = [
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "arboard"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6041616acea41d67c4a984709ddab1587fd0b10efe5cc563fee954d2f011854"
dependencies = [
"clipboard-win",
"core-graphics",
"image",
"log",
"objc",
"objc-foundation",
"objc_id",
"once_cell",
"parking_lot",
"thiserror",
"winapi",
"x11rb",
]
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"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
2021-09-08 07:20:11 +00:00
dependencies = [
"serde",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "ash"
version = "0.37.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"
2022-12-14 21:36:06 +00:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-io"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
"async-lock",
"autocfg",
"cfg-if",
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
"rustix",
"slab",
"socket2",
"waker-fn",
]
[[package]]
name = "async-lock"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
dependencies = [
"event-listener",
]
[[package]]
name = "atk-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "11ad703eb64dc058024f0e57ccfa069e15a413b98dbd50a1a950e743b7f11148"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
2023-03-27 05:12:44 +00:00
[[package]]
name = "atomic_refcell"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79d6dc922a2792b006573f60b2648076355daeae5ce9cb59507e5908c9625d31"
2019-11-17 21:00:19 +00:00
[[package]]
name = "atty"
2020-05-02 15:48:23 +00:00
version = "0.2.14"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-11-17 21:00:19 +00:00
dependencies = [
2022-11-25 16:17:44 +00:00
"hermit-abi 0.1.19",
"libc",
"winapi",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide 0.6.2",
"object",
"rustc-demangle",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "base64"
version = "0.13.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2019-11-17 21:00:19 +00:00
[[package]]
name = "base64"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bindgen"
version = "0.64.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags 1.3.2",
"cexpr",
"clang-sys",
"lazy_static",
"lazycell",
"peeking_take_while",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"syn 1.0.109",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "bit-set"
2022-07-25 17:24:39 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
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-05-21 09:39:56 +00:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
[[package]]
name = "bitstream-io"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d28070975aaf4ef1fd0bd1f29b739c06c2cdd9972e090617fb6dca3b2cb564e"
2019-11-17 21:00:19 +00:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "block-buffer"
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",
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "bstr"
version = "1.5.0"
2023-04-21 23:44:01 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
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"
version = "3.13.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bytemuck"
2023-03-06 02:02:53 +00:00
version = "1.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-06 02:02:53 +00:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2019-11-17 21:00:19 +00:00
[[package]]
name = "bytes"
2023-02-10 10:07:00 +00:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 10:07:00 +00:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "cairo-sys-rs"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421"
dependencies = [
"libc",
"system-deps",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "calloop"
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"
2023-02-10 10:07:00 +00:00
version = "1.0.79"
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 = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
dependencies = [
"jobserver",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "cexpr"
2022-07-25 17:24:39 +00:00
version = "0.6.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
2019-11-17 21:00:19 +00:00
dependencies = [
"nom",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "cfg-expr"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70d3ad08698a0568b0562f22710fe6bfc1f4a61a367c77d0398c562eadd453a"
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"
version = "0.4.26"
2020-07-08 18:26:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
2020-07-08 18:26:00 +00:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"wasm-bindgen",
"winapi",
2020-07-08 18:26:00 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "clang-sys"
version = "1.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"
version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8f255e4b8027970e78db75e78831229c9815fdbfa67eb1a1b777a62e24b4a0"
dependencies = [
"clap_builder",
"clap_derive",
"once_cell",
]
[[package]]
name = "clap_builder"
version = "4.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acd4f3c17c83b0ba34ffbc4f8bbd74f079413f747f84a6f89292f138057e36ab"
dependencies = [
"anstream",
"anstyle",
"bitflags 1.3.2",
"clap_lex",
"strsim",
]
[[package]]
name = "clap_derive"
version = "4.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f"
dependencies = [
"heck",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
]
[[package]]
name = "clap_lex"
2023-05-21 09:39:56 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
[[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"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3616f750b84d8f0de8a58bda93e08e2a81ad3f523089b05f1dffecab48c6cbd"
dependencies = [
"atty",
"lazy_static",
"winapi",
]
[[package]]
name = "com-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642"
[[package]]
name = "combine"
version = "4.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
dependencies = [
"bytes",
"memchr",
]
[[package]]
name = "concurrent-queue"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
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 = [
"core-foundation-sys 0.8.4",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2020-08-27 10:32:41 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.8.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",
"libc",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "core-graphics-types"
version = "0.1.1"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"foreign-types",
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "coreaudio-rs"
version = "0.11.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags 1.3.2",
"core-foundation-sys 0.6.2",
"coreaudio-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "coreaudio-sys"
version = "0.2.12"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24"
2019-11-17 21:00:19 +00:00
dependencies = [
"bindgen",
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",
"core-foundation-sys 0.8.4",
"coreaudio-rs",
"dasp_sample 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
"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"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
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-01-24 23:03:45 +00:00
version = "2.2.0"
2023-01-10 15:16:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
2023-01-10 15:16:37 +00:00
2019-11-17 21:00:19 +00:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"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"
2023-03-11 11:53:15 +00:00
version = "0.9.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 11:53:15 +00:00
checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"cfg-if",
2021-07-03 14:04:27 +00:00
"crossbeam-utils",
2023-03-11 11:53:15 +00:00
"memoffset 0.8.0",
"scopeguard",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "crossbeam-utils"
2023-03-11 11:53:15 +00:00
version = "0.8.15"
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 = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
dependencies = [
"cfg-if",
]
[[package]]
name = "crypto-common"
2022-07-25 17:24:39 +00:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "csv"
version = "1.2.2"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
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"
2020-05-02 15:48:23 +00:00
version = "0.1.10"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
2019-11-17 21:00:19 +00:00
dependencies = [
"memchr",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
2020-12-27 06:33:38 +00:00
"quote",
"syn 1.0.109",
]
[[package]]
name = "curl"
2022-07-25 17:24:39 +00:00
version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2",
"winapi",
]
[[package]]
name = "curl-sys"
version = "0.4.63+curl-8.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aeb0fef7046022a1e2ad67a004978f0e3cacb9e3123dc62ce768f92197b771dc"
dependencies = [
"cc",
"libc",
"libnghttp2-sys",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
"winapi",
]
[[package]]
name = "d3d12"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8f0de2f5a8e7bd4a9eec0e3c781992a4ce1724f68aec7d7a3715344de8b39da"
dependencies = [
"bitflags 1.3.2",
"libloading 0.7.4",
"winapi",
]
[[package]]
name = "darling"
2023-05-21 09:39:56 +00:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-05-21 09:39:56 +00:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"syn 2.0.18",
]
[[package]]
name = "darling_macro"
2023-05-21 09:39:56 +00:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
dependencies = [
"darling_core",
2020-12-27 06:33:38 +00:00
"quote",
"syn 2.0.18",
]
[[package]]
name = "dasp"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
"dasp_signal",
"dasp_slice",
"dasp_window",
]
[[package]]
name = "dasp_envelope"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_frame"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_interpolate"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_peak"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_ring_buffer"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
[[package]]
name = "dasp_rms"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_ring_buffer",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
[[package]]
name = "dasp_sample"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
[[package]]
name = "dasp_signal"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_envelope",
"dasp_frame",
"dasp_interpolate",
"dasp_peak",
"dasp_ring_buffer",
"dasp_rms",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
"dasp_window",
]
[[package]]
name = "dasp_slice"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_frame",
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
]
[[package]]
name = "dasp_window"
version = "0.11.0"
source = "git+https://github.com/RustAudio/dasp?rev=f05a703#f05a703d247bb504d7e812b51e95f3765d9c5e94"
dependencies = [
"dasp_sample 0.11.0 (git+https://github.com/RustAudio/dasp?rev=f05a703)",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "data-encoding"
2023-05-21 09:39:56 +00:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
[[package]]
name = "derive-try-from-primitive"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "302ccf094df1151173bb6f5a2282fcd2f45accd5eae1bdf82dcbfefbc501ad5c"
dependencies = [
"proc-macro2",
"quote",
"syn 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",
"syn 2.0.18",
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 = [
"libloading 0.8.0",
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"
2023-05-23 22:06:50 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e479a7fa3f23d4e794f8b2f8b3568dd4e47886ad1b12c9c095e141cb591eb63"
2023-03-27 05:12:44 +00:00
dependencies = [
"bytemuck",
]
[[package]]
name = "egui"
2023-05-23 22:06:50 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3aef8ec3ae1b772f340170c65bf27d5b8c28f543a0116c844d2ac08d01123e7"
2023-03-27 05:12:44 +00:00
dependencies = [
"ahash 0.8.3",
"epaint",
"log",
"nohash-hasher",
]
[[package]]
name = "egui-wgpu"
2023-05-23 22:06:50 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33caaedd8283779c787298af23d8754a7e88421ff32e89ad0040c855fc0b0224"
2023-03-27 05:12:44 +00:00
dependencies = [
"bytemuck",
"epaint",
"log",
"thiserror",
"type-map 0.5.0",
"wgpu",
"winit",
]
[[package]]
name = "egui-winit"
2023-05-23 22:06:50 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a49155fd4a0a4fb21224407a91de0030847972ef90fc64edb63621caea61cb2"
2023-03-27 05:12:44 +00:00
dependencies = [
"arboard",
"egui",
"instant",
"log",
"raw-window-handle",
"smithay-clipboard",
"webbrowser",
"winit",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "either"
2023-02-10 10:07:00 +00:00
version = "1.8.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 = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2019-11-17 21:00:19 +00:00
2023-03-27 05:12:44 +00:00
[[package]]
name = "emath"
2023-05-23 22:06:50 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3857d743a6e0741cdd60b622a74c7a36ea75f5f8f11b793b41d905d2c9721a4b"
2023-03-27 05:12:44 +00:00
dependencies = [
"bytemuck",
]
[[package]]
name = "embed-resource"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80663502655af01a2902dff3f06869330782267924bf1788410b74edcd93770a"
dependencies = [
"cc",
"rustc_version",
"toml",
"vswhom",
"winreg",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "encode_unicode"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2019-11-17 21:00:19 +00:00
[[package]]
name = "encoding_rs"
2023-02-10 10:07:00 +00:00
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 10:07:00 +00:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if",
]
[[package]]
name = "enum-map"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "988f0d17a0fa38291e5f41f71ea8d46a5d5497b9054d5a759fae2cbb819f2356"
dependencies = [
"enum-map-derive",
]
[[package]]
name = "enum-map-derive"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a4da76b3b6116d758c7ba93f7ec6a35d2e2cf24feda76c6e38a375f4d5c59f2"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "enumset"
2023-05-21 09:39:56 +00:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "e875f1719c16de097dee81ed675e2d9bb63096823ed3f0ca827b7dea3028bbbb"
dependencies = [
"enumset_derive",
"serde",
]
[[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",
"syn 2.0.18",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "env_logger"
2022-11-25 16:17:44 +00:00
version = "0.10.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2019-11-17 21:00:19 +00:00
dependencies = [
"humantime",
2022-11-25 16:17:44 +00:00
"is-terminal",
"log",
"regex",
"termcolor",
2019-11-17 21:00:19 +00:00
]
2023-03-27 05:12:44 +00:00
[[package]]
name = "epaint"
2023-05-23 22:06:50 +00:00
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09333964d4d57f40a85338ba3ca5ed4716070ab184dcfed966b35491c5c64f3b"
2023-03-27 05:12:44 +00:00
dependencies = [
"ab_glyph",
"ahash 0.8.3",
"atomic_refcell",
"bytemuck",
"ecolor",
"emath",
"log",
"nohash-hasher",
"parking_lot",
]
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "error-code"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64f18991e7bf11e7ffee451b5318b5c1a73c52d0d0ada6e5a3017c8c1ced6a21"
dependencies = [
"libc",
"str-buf",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "euclid"
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"
[[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 = "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",
]
[[package]]
name = "fdeflate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
dependencies = [
"simd-adler32",
]
[[package]]
name = "flash-lso"
version = "0.5.0"
source = "git+https://github.com/ruffle-rs/rust-flash-lso?rev=8376453eddddbe701031a091c0eed94068fa5649#8376453eddddbe701031a091c0eed94068fa5649"
dependencies = [
"cookie-factory",
"derive-try-from-primitive",
"enumset",
"nom",
"thiserror",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "flate2"
2023-05-21 09:39:56 +00:00
version = "1.0.26"
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 = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2019-11-17 21:00:19 +00:00
dependencies = [
"crc32fast",
2023-05-21 09:39:56 +00:00
"miniz_oxide 0.7.1",
2021-07-03 14:04:27 +00:00
]
[[package]]
name = "float_next_after"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fc612c5837986b7104a87a0df74a5460931f1c5274be12f8d0f40aa2f30d632"
dependencies = [
"num-traits",
2019-11-17 21:00:19 +00:00
]
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",
"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",
"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",
"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",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-11-17 21:00:19 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-11-17 21:00:19 +00:00
dependencies = [
"foreign-types-shared",
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 = "form_urlencoded"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
dependencies = [
"percent-encoding",
]
[[package]]
name = "futures"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
[[package]]
name = "futures-executor"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
[[package]]
name = "futures-lite"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
]
[[package]]
name = "futures-sink"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
[[package]]
name = "futures-task"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
[[package]]
name = "futures-util"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
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.2.2"
source = "git+https://github.com/kyren/gc-arena?rev=63dab12871321e0e5ada10ff1f1de8f4cf1764f9#63dab12871321e0e5ada10ff1f1de8f4cf1764f9"
2019-11-17 21:00:19 +00:00
dependencies = [
"gc-arena-derive",
"sptr",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "gc-arena-derive"
version = "0.2.2"
source = "git+https://github.com/kyren/gc-arena?rev=63dab12871321e0e5ada10ff1f1de8f4cf1764f9#63dab12871321e0e5ada10ff1f1de8f4cf1764f9"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
"synstructure",
]
[[package]]
name = "gdk-pixbuf-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016"
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "gdk-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "d76354f97a913e55b984759a997b693aa7dc71068c9e98bcce51aa167a0a5c5a"
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "generational-arena"
version = "0.2.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.4"
2023-01-06 08:23:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3e123d9ae7c02966b4d892e550bdc32164f05853cd40ab570650ad600596a8a"
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"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
"libc",
"winapi",
]
2020-12-19 21:18:15 +00:00
[[package]]
name = "getrandom"
version = "0.2.10"
2020-12-19 21:18:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
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-02-27 22:17:56 +00:00
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
[[package]]
name = "gio-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "glob"
2023-01-24 23:03:45 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2023-04-21 23:44:01 +00:00
[[package]]
name = "globset"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
dependencies = [
2023-05-02 01:57:38 +00:00
"aho-corasick 0.7.20",
2023-04-21 23:44:01 +00:00
"bstr",
"fnv",
"log",
"regex",
]
[[package]]
name = "glow"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "807edf58b70c0b5b2181dd39fe1839dbdb3ba02645630dc5f753e23da307f762"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "gobject-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
name = "gpu-alloc"
2023-05-21 09:39:56 +00:00
version = "0.5.4"
2021-04-29 20:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "22beaafc29b38204457ea030f6fb7a84c9e4dd1b86e311ba0542533453d87f62"
dependencies = [
"bitflags 1.3.2",
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
2021-04-29 20:42:12 +00:00
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "gpu-allocator"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8"
dependencies = [
"backtrace",
"log",
"thiserror",
"winapi",
"windows 0.44.0",
]
2020-12-27 06:33:38 +00:00
[[package]]
name = "gpu-descriptor"
version = "0.2.3"
2021-02-03 19:58:53 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a"
2020-12-27 06:33:38 +00:00
dependencies = [
"bitflags 1.3.2",
2020-12-27 06:33:38 +00:00
"gpu-descriptor-types",
2023-03-14 00:24:42 +00:00
"hashbrown 0.12.3",
2020-12-27 06:33:38 +00:00
]
[[package]]
name = "gpu-descriptor-types"
2021-02-03 19:58:53 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
2020-12-27 06:33:38 +00:00
dependencies = [
"bitflags 1.3.2",
2020-12-27 06:33:38 +00:00
]
[[package]]
name = "gtk-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "89b5f8946685d5fe44497007786600c2f368ff6b1e61a16251c89f72a97520a3"
dependencies = [
"atk-sys",
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"system-deps",
]
2020-12-05 04:10:35 +00:00
[[package]]
name = "h263-rs"
version = "0.1.0"
2023-03-16 20:19:44 +00:00
source = "git+https://github.com/ruffle-rs/h263-rs?rev=d5d78eb251c1ce1f1da57c63db14f0fdc77a4b36#d5d78eb251c1ce1f1da57c63db14f0fdc77a4b36"
2020-12-05 04:10:35 +00:00
dependencies = [
2023-05-21 09:39:56 +00:00
"bitflags 2.3.1",
2020-12-05 04:10:35 +00:00
"lazy_static",
"num-traits",
"thiserror",
]
[[package]]
name = "h263-rs-yuv"
version = "0.1.0"
2023-03-16 20:19:44 +00:00
source = "git+https://github.com/ruffle-rs/h263-rs?rev=d5d78eb251c1ce1f1da57c63db14f0fdc77a4b36#d5d78eb251c1ce1f1da57c63db14f0fdc77a4b36"
dependencies = [
2021-12-30 14:16:36 +00:00
"bytemuck",
"wide",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
2023-03-14 00:24:42 +00:00
"ahash 0.7.6",
]
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.3",
]
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
dependencies = [
"ahash 0.8.3",
"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"
2021-07-03 14:04:27 +00:00
version = "0.1.19"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-07-03 14:04:27 +00:00
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2019-11-17 21:00:19 +00:00
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-02-10 10:07:00 +00:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
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-02-27 22:17:56 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
dependencies = [
"bytes",
"fnv",
2023-02-27 02:17:55 +00:00
"itoa",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "humantime"
version = "2.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2019-11-17 21:00:19 +00:00
[[package]]
name = "iana-time-zone"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
dependencies = [
"android_system_properties",
"core-foundation-sys 0.8.4",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows 0.48.0",
]
[[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"
version = "0.4.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
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"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
dependencies = [
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "image"
version = "0.24.6"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
2019-11-17 21:00:19 +00:00
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
"num-rational",
"num-traits",
"png",
"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",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "indicatif"
version = "0.17.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
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"
version = "1.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a28d25139df397cbca21408bb742cf6837e04cdbebf1b07b760caf971d6a972"
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 = "io-lifetimes"
version = "1.0.11"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2022-11-25 16:17:44 +00:00
dependencies = [
"hermit-abi 0.3.1",
2022-11-25 16:17:44 +00:00
"libc",
"windows-sys 0.48.0",
2022-11-25 16:17:44 +00:00
]
[[package]]
name = "is-terminal"
version = "0.4.7"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
2022-11-25 16:17:44 +00:00
dependencies = [
2023-02-10 10:07:00 +00:00
"hermit-abi 0.3.1",
2022-11-25 16:17:44 +00:00
"io-lifetimes",
"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",
"castaway",
2021-07-03 14:04:27 +00:00
"crossbeam-utils",
"curl",
"curl-sys",
"encoding_rs",
"event-listener",
"futures-lite",
"http",
"log",
"mime",
"once_cell",
"polling",
"slab",
"sluice",
"tracing",
"tracing-futures",
"url",
"waker-fn",
]
[[package]]
name = "itoa"
2023-03-11 11:53:15 +00:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 11:53:15 +00:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
[[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-03-11 11:53:15 +00:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 11:53:15 +00:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
dependencies = [
"libc",
]
[[package]]
name = "jpeg-decoder"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
2019-11-17 21:00:19 +00:00
[[package]]
name = "js-sys"
2023-05-17 01:06:54 +00:00
version = "0.3.63"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 01:06:54 +00:00
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
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 = "libc"
version = "0.2.146"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "libflate"
2023-05-21 09:39:56 +00:00
version = "1.4.0"
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 = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18"
2019-11-17 21:00:19 +00:00
dependencies = [
"adler32",
"crc32fast",
"libflate_lz77",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "libflate_lz77"
2023-02-27 22:17:56 +00:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf"
dependencies = [
"rle-decode-fast",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "libloading"
2022-11-25 16:17:44 +00:00
version = "0.7.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "libloading"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
[[package]]
name = "libm"
2023-05-21 09:39:56 +00:00
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
[[package]]
name = "libnghttp2-sys"
version = "0.1.7+1.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "libtest-mimic"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7b603516767d1ab23d0de09d023e62966c3322f7148297c35cf3d97aa8b37fa"
dependencies = [
"clap",
"termcolor",
"threadpool",
]
[[package]]
name = "libz-sys"
2023-05-21 09:39:56 +00:00
version = "1.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
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"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97f3302efc6ebb7b5f0810a1096dbbb44a536711a4576bc89264a8f9a1d634d8"
dependencies = [
"linkme-impl",
]
[[package]]
name = "linkme-impl"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279a77bf40c85a08513aca203635b96610ebf0e37a92cb0cee76e04da100a426"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "linux-raw-sys"
2023-05-21 09:39:56 +00:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2020-08-27 10:32:41 +00:00
[[package]]
name = "lock_api"
version = "0.4.10"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
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.18"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
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"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03f1160296536f10c833a82dca22267d5486734230d47bf00bf435885814ba1e"
dependencies = [
"hashbrown 0.13.2",
]
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-02-27 22:17:56 +00:00
version = "1.0.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "00a0349cd8f0270781bb93a824b63df6178e3b4a27794e7be3ce3763f5a44d6e"
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"
2022-12-14 21:36:06 +00:00
version = "1.0.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "7da8358c012e5651e4619cfd0b5b75c0f77866181a01b0909aab4bae14adf660"
2019-11-17 21:00:19 +00:00
dependencies = [
"lyon_geom",
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "lyon_tessellation"
2023-02-10 10:07:00 +00:00
version = "1.0.10"
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 = "7d2124218d5428149f9e09520b9acc024334a607e671f032d06567b61008977c"
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",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "memchr"
2022-07-25 17:24:39 +00:00
version = "2.5.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2019-11-17 21:00:19 +00:00
[[package]]
name = "memmap2"
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 = "memoffset"
version = "0.6.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
2019-11-17 21:00:19 +00:00
]
2022-11-25 16:17:44 +00:00
[[package]]
name = "memoffset"
2023-03-11 11:53:15 +00:00
version = "0.8.0"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 11:53:15 +00:00
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2022-11-25 16:17:44 +00:00
dependencies = [
"autocfg",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "metal"
version = "0.24.0"
2021-04-29 20:42:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
2020-08-27 10:32:41 +00:00
dependencies = [
"bitflags 1.3.2",
"block",
"core-graphics-types",
"foreign-types",
"log",
"objc",
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 = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[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"
version = "0.8.8"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
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
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "naga"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80cd00bd6180a8790f1c020ed258a46b8d73dd5bd6af104a238c9d71f806938e"
2020-08-27 10:32:41 +00:00
dependencies = [
2021-02-03 19:58:53 +00:00
"bit-set",
"bitflags 1.3.2",
"codespan-reporting",
2021-09-08 07:20:11 +00:00
"hexf-parse",
"indexmap",
"log",
"num-traits",
"pp-rs",
2022-01-19 18:21:28 +00:00
"rustc-hash",
2021-09-08 07:20:11 +00:00
"serde",
"spirv",
"termcolor",
"thiserror",
"unicode-xid",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "naga-agal"
version = "0.1.0"
dependencies = [
2023-05-21 09:39:56 +00:00
"bitflags 2.3.1",
"insta",
"naga",
"num-derive",
"num-traits",
]
[[package]]
name = "naga_oil"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b443320e461cd0c19d1c976cb8c9cf429b63210aae969249f9b3ca1c56f7d5b"
dependencies = [
"bit-set",
"codespan-reporting",
"data-encoding",
"indexmap",
"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",
]
[[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",
"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",
"once_cell",
2020-12-05 20:42:57 +00:00
"rustdct",
]
[[package]]
name = "nihav_codec_support"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=9416fcc9fc8aab8f4681aa9093b42922214abbd3#9416fcc9fc8aab8f4681aa9093b42922214abbd3"
dependencies = [
"nihav_core",
]
[[package]]
name = "nihav_core"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=9416fcc9fc8aab8f4681aa9093b42922214abbd3#9416fcc9fc8aab8f4681aa9093b42922214abbd3"
[[package]]
name = "nihav_duck"
version = "0.1.0"
source = "git+https://github.com/ruffle-rs/nihav-vp6?rev=9416fcc9fc8aab8f4681aa9093b42922214abbd3#9416fcc9fc8aab8f4681aa9093b42922214abbd3"
dependencies = [
"nihav_codec_support",
"nihav_core",
]
[[package]]
name = "nix"
2022-12-14 21:36:06 +00:00
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags 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-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.3"
2022-09-24 01:10:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
2022-09-24 01:10:24 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
2020-12-05 20:42:57 +00:00
[[package]]
name = "num-complex"
2023-01-24 23:03:45 +00:00
version = "0.4.3"
2020-12-05 20:42:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
2020-12-05 20:42:57 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 1.0.109",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "num-integer"
2022-07-25 17:24:39 +00:00
version = "0.1.45"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"num-traits",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num-rational"
2022-07-25 17:24:39 +00:00
version = "0.4.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
2020-10-04 20:04:27 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "num-traits"
version = "0.2.15"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2019-11-17 21:00:19 +00:00
dependencies = [
"autocfg",
"libm",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num_cpus"
2023-01-24 23:03:45 +00:00
version = "1.15.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2019-11-17 21:00:19 +00:00
dependencies = [
2023-01-24 23:03:45 +00:00
"hermit-abi 0.2.6",
"libc",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "num_enum"
2023-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 = [
2021-07-03 14:04:27 +00:00
"num_enum_derive",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "num_enum_derive"
2023-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",
]
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"
version = "0.30.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
"memchr",
]
[[package]]
name = "oboe"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
dependencies = [
"jni 0.20.0",
"ndk",
2022-07-25 17:24:39 +00:00
"ndk-context",
"num-derive",
"num-traits",
"oboe-sys",
]
[[package]]
name = "oboe-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
dependencies = [
"cc",
]
[[package]]
name = "once_cell"
version = "1.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"
version = "0.9.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617"
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-05-21 09:39:56 +00:00
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "221d488cd70617f1bd599ed8ceb659df2147d9393717954d82a0f5e8032a6ab1"
dependencies = [
2023-05-21 09:39:56 +00:00
"redox_syscall 0.3.5",
]
[[package]]
name = "os_info"
version = "3.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
dependencies = [
"log",
"winapi",
]
2022-09-07 04:32:15 +00:00
[[package]]
name = "ouroboros"
2023-02-27 02:17:55 +00:00
version = "0.15.6"
2022-09-07 04:32:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 02:17:55 +00:00
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
2022-09-07 04:32:15 +00:00
dependencies = [
"aliasable",
"ouroboros_macro",
]
[[package]]
name = "ouroboros_macro"
2023-02-27 02:17:55 +00:00
version = "0.15.6"
2022-09-07 04:32:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 02:17:55 +00:00
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
2022-09-07 04:32:15 +00:00
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
"syn 1.0.109",
2022-09-07 04:32:15 +00:00
]
[[package]]
name = "output_vt100"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
"winapi",
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "owned_ttf_parser"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4"
dependencies = [
"ttf-parser",
]
[[package]]
name = "pango-sys"
2023-01-31 15:22:11 +00:00
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-31 15:22:11 +00:00
checksum = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
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"
version = "0.9.8"
2022-07-25 17:24:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-07-25 17:24:39 +00:00
dependencies = [
"cfg-if",
2022-07-25 17:24:39 +00:00
"libc",
"redox_syscall 0.3.5",
2022-07-25 17:24:39 +00:00
"smallvec",
"windows-targets 0.48.0",
2022-07-25 17:24:39 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "path-slash"
version = "0.2.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e91099d4268b0e11973f036e885d652fb0b21fedcf69738c627f94db6a44f42"
2019-11-17 21:00:19 +00:00
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
2019-11-17 21:00:19 +00:00
[[package]]
name = "percent-encoding"
version = "2.3.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2019-11-17 21:00:19 +00:00
[[package]]
name = "pin-project"
2023-05-21 09:39:56 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-05-21 09:39:56 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
]
2020-11-26 16:45:50 +00:00
[[package]]
name = "pin-project-lite"
2022-07-25 17:24:39 +00:00
version = "0.2.9"
2020-11-26 16:45:50 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-11-26 16:45:50 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-11-17 21:00:19 +00:00
[[package]]
name = "pkg-config"
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"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
dependencies = [
"bitflags 1.3.2",
"crc32fast",
"fdeflate",
"flate2",
"miniz_oxide 0.7.1",
]
[[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 = "portable-atomic"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794"
[[package]]
name = "pp-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb458bb7f6e250e6eb79d5026badc10a3ebb8f9a15d1fff0f13d17c71f4d6dee"
dependencies = [
"unicode-xid",
]
[[package]]
name = "ppv-lite86"
2022-11-25 16:17:44 +00:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "pretty_assertions"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
dependencies = [
"ctor",
"diff",
"output_vt100",
"yansi",
]
2020-12-05 20:42:57 +00:00
[[package]]
name = "primal-check"
version = "0.3.3"
2020-12-05 20:42:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9df7f93fd637f083201473dab4fee2db4c429d32e55e3299980ab3957ab916a0"
2020-12-05 20:42:57 +00:00
dependencies = [
"num-integer",
]
[[package]]
name = "proc-macro-crate"
2023-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-01-24 23:03:45 +00:00
"toml_edit",
]
[[package]]
name = "proc-macro-error"
2020-09-22 01:56:46 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 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"
version = "1.0.60"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dec2b086b7a862cf4de201096214fa870344cf922b2b30c167badb3af3195406"
2019-11-17 21:00:19 +00:00
dependencies = [
"unicode-ident",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "profiling"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2"
dependencies = [
"profiling-procmacros",
"tracy-client 0.15.2",
]
[[package]]
name = "profiling-procmacros"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a10adb8d151bb1280afb8bed41ae5db26be1b056964947133c7525b0bf39c0b0"
dependencies = [
"quote",
"syn 1.0.109",
]
[[package]]
name = "quick-xml"
version = "0.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
dependencies = [
"memchr",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "quote"
version = "1.0.28"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
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-03-06 02:02:53 +00:00
version = "1.7.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-06 02:02:53 +00:00
checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
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-03-06 02:02:53 +00:00
version = "1.11.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-06 02:02:53 +00:00
checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2019-11-17 21:00:19 +00:00
dependencies = [
2021-07-03 14:04:27 +00:00
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "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"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_users"
2022-07-25 17:24:39 +00:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
2021-07-03 14:04:27 +00:00
"getrandom",
"redox_syscall 0.2.16",
2022-07-25 17:24:39 +00:00
"thiserror",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "regex"
version = "1.8.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2019-11-17 21:00:19 +00:00
dependencies = [
"aho-corasick 1.0.2",
"memchr",
"regex-syntax 0.7.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-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"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
[[package]]
name = "regress"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82a9ecfa0cb04d0b04dddb99b8ccf4f66bc8dfd23df694b398570bd8ae3a50fb"
dependencies = [
2023-03-14 00:24:42 +00:00
"hashbrown 0.13.2",
"memchr",
]
[[package]]
name = "renderdoc-sys"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b"
[[package]]
name = "rfd"
2023-05-21 09:39:56 +00:00
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "4fe664af397d2b6a13a8ba1d172a2b5c87c6c5149039edbf8fa122b98c9ed96f"
dependencies = [
"async-io",
"block",
"dispatch",
"futures-util",
"glib-sys",
"gobject-sys",
"gtk-sys",
"js-sys",
"log",
"objc",
"objc-foundation",
"objc_id",
"raw-window-handle",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"windows 0.44.0",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "rle-decode-fast"
version = "1.0.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
2019-11-17 21:00:19 +00:00
[[package]]
name = "ron"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
dependencies = [
"base64 0.13.1",
"bitflags 1.3.2",
"serde",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ruffle_core"
version = "0.1.0"
dependencies = [
2023-05-21 09:39:56 +00:00
"bitflags 2.3.1",
"bitstream-io",
"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",
"encoding_rs",
"enumset",
"flash-lso",
2020-10-11 10:09:23 +00:00
"flate2",
2023-04-21 23:44:01 +00:00
"fluent-templates",
"fnv",
"futures",
"gc-arena",
"generational-arena",
"hashbrown 0.14.0",
"indexmap",
"instant",
"linkme",
2021-06-22 08:26:27 +00:00
"lzma-rs",
2020-12-05 20:42:57 +00:00
"nellymoser-rs",
2021-06-05 12:41:05 +00:00
"num-derive",
"num-traits",
"percent-encoding",
"quick-xml",
2021-07-03 14:04:27 +00:00
"rand",
"realfft",
"regress",
"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",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "ruffle_desktop"
version = "0.1.0"
dependencies = [
"anyhow",
"arboard",
"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",
"embed-resource",
2023-05-23 17:04:01 +00:00
"fluent-templates",
"futures",
"generational-arena",
"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_input_format"
version = "0.1.0"
dependencies = [
2023-05-21 09:39:56 +00:00
"bitflags 2.3.1",
"serde",
"serde_json",
]
[[package]]
name = "ruffle_macros"
version = "0.1.0"
dependencies = [
2020-12-27 06:33:38 +00:00
"quote",
"syn 2.0.18",
]
[[package]]
name = "ruffle_render"
version = "0.1.0"
dependencies = [
"approx",
2023-02-03 15:59:18 +00:00
"clap",
"downcast-rs",
"enum-map",
"flate2",
"gc-arena",
2023-02-10 10:07:00 +00:00
"gif",
"h263-rs-yuv",
"jpeg-decoder",
"lru",
"lyon",
"png",
"ruffle_wstr",
"serde",
"smallvec",
"swf",
"thiserror",
2023-02-02 14:47:20 +00:00
"tracing",
"wasm-bindgen",
]
[[package]]
name = "ruffle_render_canvas"
version = "0.1.0"
dependencies = [
"downcast-rs",
"fnv",
"gc-arena",
"js-sys",
"log",
"ruffle_render",
"ruffle_web_common",
"swf",
"wasm-bindgen",
"web-sys",
]
2020-04-25 02:38:58 +00:00
[[package]]
name = "ruffle_render_webgl"
version = "0.1.0"
dependencies = [
"bytemuck",
"downcast-rs",
"fnv",
"gc-arena",
"js-sys",
"log",
"ruffle_render",
"ruffle_web_common",
"swf",
"thiserror",
"wasm-bindgen",
"web-sys",
2020-04-25 02:38:58 +00:00
]
[[package]]
name = "ruffle_render_wgpu"
version = "0.1.0"
dependencies = [
"bytemuck",
"clap",
"downcast-rs",
"enum-map",
"fnv",
"futures",
"gc-arena",
"image",
"lru",
"naga",
"naga-agal",
"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_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",
"log",
"nihav_codec_support",
"nihav_core",
"nihav_duck",
"ruffle_render",
"ruffle_video",
"swf",
"thiserror",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "ruffle_web"
version = "0.1.0"
dependencies = [
"base64 0.21.2",
"chrono",
"console_error_panic_hook",
"generational-arena",
2021-07-03 14:04:27 +00:00
"getrandom",
"js-sys",
"ruffle_core",
"ruffle_render",
"ruffle_render_canvas",
"ruffle_render_webgl",
"ruffle_render_wgpu",
"ruffle_video_software",
"ruffle_web_common",
2021-01-06 07:32:07 +00:00
"serde",
"serde-wasm-bindgen",
"thiserror",
2023-01-04 11:33:10 +00:00
"tracing",
"tracing-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-05-21 09:39:56 +00:00
version = "0.37.19"
2022-11-25 16:17:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
2022-11-25 16:17:44 +00:00
dependencies = [
"bitflags 1.3.2",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys 0.48.0",
2020-12-05 20:42:57 +00:00
]
[[package]]
name = "rustversion"
2023-03-06 02:02:53 +00:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-06 02:02:53 +00:00
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
2019-11-17 21:00:19 +00:00
[[package]]
name = "ryu"
2023-03-11 11:53:15 +00:00
version = "1.0.13"
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 = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2019-11-17 21:00:19 +00:00
2021-12-30 14:16:36 +00:00
[[package]]
name = "safe_arch"
version = "0.7.0"
2021-12-30 14:16:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62a7484307bd40f8f7ccbacccac730108f2cae119a3b11c74485b48aa9ea650f"
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"
2023-01-24 23:03:45 +00:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
dependencies = [
2023-01-24 23:03:45 +00:00
"windows-sys 0.42.0",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2019-11-17 21:00:19 +00:00
[[package]]
name = "scopeguard"
2020-05-02 15:48:23 +00:00
version = "1.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-11-17 21:00:19 +00:00
[[package]]
name = "sctk-adwaita"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda4e97be1fd174ccc2aae81c8b694e803fa99b34e8fd0f057a9d70698e3ed09"
dependencies = [
"ab_glyph",
"log",
"memmap2",
"smithay-client-toolkit",
"tiny-skia",
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "self_cell"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
[[package]]
name = "semver"
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2019-11-17 21:00:19 +00:00
[[package]]
name = "serde"
version = "1.0.164"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
2019-11-17 21:00:19 +00:00
dependencies = [
"serde_derive",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "serde-wasm-bindgen"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3b143e2833c57ab9ad3ea280d21fd34e285a42837aeb0ee301f4f41890fa00e"
dependencies = [
"js-sys",
"serde",
"wasm-bindgen",
]
[[package]]
name = "serde-xml-rs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb3aa78ecda1ebc9ec9847d5d3aba7d618823446a049ba2491940506da6e2782"
dependencies = [
"log",
"serde",
"thiserror",
"xml-rs",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "serde_derive"
version = "1.0.164"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
2019-11-17 21:00:19 +00:00
]
2021-01-06 07:32:07 +00:00
[[package]]
name = "serde_json"
version = "1.0.96"
2021-01-06 07:32:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2021-01-06 07:32:07 +00:00
dependencies = [
"indexmap",
2023-02-27 02:17:55 +00:00
"itoa",
2021-01-06 07:32:07 +00:00
"ryu",
"serde",
]
[[package]]
name = "serde_spanned"
2023-05-21 09:39:56 +00:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
dependencies = [
"serde",
]
[[package]]
name = "sha2"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "shlex"
2022-07-25 17:24:39 +00:00
version = "1.1.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-25 17:24:39 +00:00
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2019-11-17 21:00:19 +00:00
[[package]]
name = "simd-adler32"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
[[package]]
name = "similar"
2022-11-25 16:17:44 +00:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-25 16:17:44 +00:00
checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
2022-09-24 01:10:24 +00:00
[[package]]
name = "simple_asn1"
version = "0.6.2"
2022-09-24 01:10:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
2022-09-24 01:10:24 +00:00
dependencies = [
"num-bigint",
"num-traits",
"thiserror",
"time",
2022-09-24 01:10:24 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "slab"
2023-02-27 22:17:56 +00:00
version = "0.4.8"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-27 22:17:56 +00:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
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",
"futures-core",
"futures-io",
]
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
[[package]]
name = "smithay-client-toolkit"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
dependencies = [
"bitflags 1.3.2",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
"pkg-config",
2020-12-27 06:33:38 +00:00
"wayland-client",
"wayland-cursor",
2020-12-27 06:33:38 +00:00
"wayland-protocols",
2019-11-17 21:00:19 +00:00
]
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",
]
2023-04-21 23:44:01 +00:00
[[package]]
name = "snafu"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb0656e7e3ffb70f6c39b3c2a86332bb74aa3c679da781642590f3c1118c5045"
dependencies = [
"doc-comment",
"snafu-derive",
]
[[package]]
name = "snafu-derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "475b3bbe5245c26f2d8a6f62d67c1f30eb9fffeccee721c45d162c3ebbdf81b2"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "socket2"
2023-03-11 11:53:15 +00:00
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-11 11:53:15 +00:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
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-05-21 09:39:56 +00:00
"bitflags 2.3.1",
"bitstream-io",
"byteorder",
"encoding_rs",
"enum-map",
"flate2",
"libflate",
"log",
"lzma-rs",
"num-derive",
"num-traits",
2022-09-24 01:10:24 +00:00
"simple_asn1",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "symphonia"
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"
version = "2.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
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",
"syn 2.0.18",
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"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea0b9eefabb91675082b41eb94c3ecd91af7656caee3fb4961a07c0ec8c7ca6f"
dependencies = [
"libc",
"windows-sys 0.45.0",
]
[[package]]
name = "system-deps"
2023-05-21 09:39:56 +00:00
version = "6.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "e5fa6fb9ee296c0dc2df41a656ca7948546d061958115ddb0bcaae43ad0d17d2"
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
"toml",
"version-compare",
]
[[package]]
name = "target-lexicon"
2023-05-21 09:39:56 +00:00
version = "0.12.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
2019-11-17 21:00:19 +00:00
[[package]]
name = "termcolor"
2023-01-24 23:03:45 +00:00
version = "1.2.0"
2020-05-02 15:48:23 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2020-05-02 15:48:23 +00:00
dependencies = [
"winapi-util",
2020-05-02 15:48:23 +00:00
]
[[package]]
name = "tests"
version = "0.1.0"
dependencies = [
"anyhow",
"approx",
"env_logger",
"futures",
2021-02-20 18:10:04 +00:00
"image",
"libtest-mimic",
2021-09-17 07:35:13 +00:00
"pretty_assertions",
avm2: Implement DisplayObject.transform and most of Transform This PR implements the 'DisplayObject.transform' getters/setters, and most of the getters/setters in the `Transform` class From testing in FP, it appears that each call to the 'DisplayObject.transform' property produces a new 'Transform' instance, which is permanently tied to the owner 'DisplayObject'. All of the getters/setters in `Transform` operate directly on owner `DisplayObject`. However, note that the `Matrix` and `ColorTransform` valuse *produced* the getter are plain ActionScript objects, and have no further tie to the `DisplayObject`. Using the `DisplayObject.transform` setter results in values being *copied* from the input `Transform` object. The input object retains its original owner `DisplayObject`. Not implemented: * Transform.concatenatedColorTransform * Transform.pixelBounds When a DisplayObject is not a descendant of the stage, the `concatenatedMatrix` property produces a bizarre matrix: a scale matrix that the depends on the global state quality. Any DisplayObject that *is* a descendant of the stage has a `concatenatedMatrix` that does not depend on the stage quality. I'm not sure why the behavior occurs - for now, I just manually mimic the values prdduced by FP. However, these values may indicate that we need to do some internal scaling based on stage quality values, and then 'undo' this in certain circumstances when constructing an ActionScript matrix. Unfortunately, some of the computed 'concatenatedMatrix' values are off by f32::EPSILON. This is likely due to us storing some internal values in pixels rather than twips (the rounding introduced by round-trip twips conversions could cause this slight difference0. For now, I've opted to mark these tests as 'approximate'. To support this, I've extended our test framework to support providing a regex that matches floating-point values in the output. This allows us to print out 'Matrix.toString()' and still perform approximate comparisons between strings of the format '(a=0, b=0, c=0, d=0, tx=0, ty=0)'
2022-06-19 20:37:31 +00:00
"regex",
"ruffle_core",
"ruffle_input_format",
"ruffle_render",
2021-02-20 18:10:04 +00:00
"ruffle_render_wgpu",
"ruffle_video_software",
"serde",
"toml",
2023-04-05 17:30:24 +00:00
"url",
"walkdir",
]
[[package]]
name = "thiserror"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
]
[[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"
2022-12-14 21:36:06 +00:00
version = "0.8.1"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
2019-11-17 21:00:19 +00:00
dependencies = [
"flate2",
"jpeg-decoder",
"weezl",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "time"
version = "0.3.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea9e1b3cf1243ae005d9e74085d4d542f3125458f3a81af210d901dcd7411efd"
dependencies = [
2023-02-27 02:17:55 +00:00
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-05-21 09:39:56 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
2023-05-21 09:39:56 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
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"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
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"
[[package]]
name = "toml"
2023-05-21 09:39:56 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
2023-01-24 23:03:45 +00:00
[[package]]
name = "toml_datetime"
2023-05-21 09:39:56 +00:00
version = "0.6.2"
2023-01-24 23:03:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
dependencies = [
"serde",
]
2023-01-24 23:03:45 +00:00
[[package]]
name = "toml_edit"
version = "0.19.10"
2023-01-24 23:03:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2380d56e8670370eee6566b0bfd4265f65b3f432e8c6d85623f728d4fa31f739"
2023-01-24 23:03:45 +00:00
dependencies = [
"indexmap",
"serde",
"serde_spanned",
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
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "tracing"
version = "0.1.37"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2020-08-27 10:32:41 +00:00
dependencies = [
"cfg-if",
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "tracing-attributes"
2023-05-21 09:39:56 +00:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
]
2020-08-27 10:32:41 +00:00
[[package]]
name = "tracing-core"
2023-05-21 09:39:56 +00:00
version = "0.1.31"
2020-08-27 10:32:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2020-08-27 10:32:41 +00:00
dependencies = [
2022-07-25 17:24:39 +00:00
"once_cell",
"valuable",
2020-08-27 10:32:41 +00:00
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2023-01-06 08:23:13 +00:00
[[package]]
name = "tracing-tracy"
version = "0.10.0"
2023-01-06 08:23:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3ebef1f9f0d00aaa29239537effef65b82c56040c680f540fc6cedfac7b230"
2023-01-06 08:23:13 +00:00
dependencies = [
"tracing-core",
"tracing-subscriber",
"tracy-client 0.14.2",
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-01-06 08:23:13 +00:00
[[package]]
name = "tracy-client"
version = "0.14.2"
2023-01-06 08:23:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b3b9ab635a5b91dd66b7a1591a89f7d52423e6a9143b230bb4c503f41296c0c"
2023-01-06 08:23:13 +00:00
dependencies = [
"loom",
"once_cell",
"tracy-client-sys 0.19.0",
]
[[package]]
name = "tracy-client"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "434ecabbda9f67eeea1eab44d52f4a20538afa3e2c2770f2efc161142b25b608"
dependencies = [
"loom",
"once_cell",
"tracy-client-sys 0.21.0",
2023-01-06 08:23:13 +00:00
]
[[package]]
name = "tracy-client-sys"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fcbdba03a3cfc5f757469fd5b6d795fc461484c97e47e94b0fc7db93261d9c5"
dependencies = [
"cc",
]
[[package]]
name = "tracy-client-sys"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d99f5fc382239d08b6bf05bb6206a585bfdb988c878f2499081d0f285ef7819"
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 = "ttf-parser"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44dcf002ae3b32cd25400d6df128c5babec3927cd1eb7ce813cfff20eb6c3746"
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"
2022-12-14 21:36:06 +00:00
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2023-04-21 23:44:01 +00:00
[[package]]
name = "unic-langid"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
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",
]
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"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
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"
version = "0.1.10"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2019-11-17 21:00:19 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2019-11-17 21:00:19 +00:00
[[package]]
name = "url"
version = "2.4.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
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"
version = "8.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b3c89c2c7e50f33e4d35527e5bf9c11d6d132226dbbd1753f0fbe9f19ef88c6"
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 = "vswhom"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
dependencies = [
"libc",
"vswhom-sys",
]
[[package]]
name = "vswhom-sys"
2022-12-14 21:36:06 +00:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 21:36:06 +00:00
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2019-11-17 21:00:19 +00:00
[[package]]
name = "walkdir"
version = "2.3.3"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
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"
2023-05-17 01:06:54 +00:00
version = "0.2.86"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 01:06:54 +00:00
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
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"
2023-05-17 01:06:54 +00:00
version = "0.2.86"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 01:06:54 +00:00
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
2019-11-17 21:00:19 +00:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
"wasm-bindgen-shared",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
2023-05-17 01:06:54 +00:00
version = "0.4.36"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 01:06:54 +00:00
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
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"
2023-05-17 01:06:54 +00:00
version = "0.2.86"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 01:06:54 +00:00
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
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"
2023-05-17 01:06:54 +00:00
version = "0.2.86"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 01:06:54 +00:00
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"syn 2.0.18",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
2023-05-17 01:06:54 +00:00
version = "0.2.86"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 01:06:54 +00:00
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
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",
"wayland-sys",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-commons"
version = "0.29.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
2019-11-17 21:00:19 +00:00
dependencies = [
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
"once_cell",
2020-12-27 06:33:38 +00:00
"smallvec",
"wayland-sys",
2020-10-04 20:04:27 +00:00
]
[[package]]
name = "wayland-cursor"
version = "0.29.5"
2020-10-04 20:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
2020-10-04 20:04:27 +00:00
dependencies = [
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
2020-12-27 06:33:38 +00:00
"wayland-client",
"xcursor",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-protocols"
version = "0.29.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
2019-11-17 21:00:19 +00:00
dependencies = [
"bitflags 1.3.2",
2020-12-27 06:33:38 +00:00
"wayland-client",
"wayland-commons",
"wayland-scanner",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-scanner"
version = "0.29.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
2019-11-17 21:00:19 +00:00
dependencies = [
2020-12-27 06:33:38 +00:00
"proc-macro2",
"quote",
"xml-rs",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "wayland-sys"
version = "0.29.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
2019-11-17 21:00:19 +00:00
dependencies = [
"dlib",
"lazy_static",
"pkg-config",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "weak-table"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "323f4da9523e9a669e1eaf9c6e763892769b1d38c623913647bfdc1532fe4549"
2019-11-17 21:00:19 +00:00
[[package]]
name = "web-sys"
2023-05-17 01:06:54 +00:00
version = "0.3.63"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-17 01:06:54 +00:00
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
2019-11-17 21:00:19 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "webbrowser"
2023-05-21 09:39:56 +00:00
version = "0.8.10"
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 = "fd222aa310eb7532e3fd427a5d7db7e44bc0b0cf1c1e21139c345325511a85b6"
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"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3059ea4ddec41ca14f356833e2af65e7e38c0a8f91273867ed526fb9bafcca95"
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.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f478237b4bf0d5b70a39898a66fa67ca3a007d79f2520485b8b0c3dfc46f8c2"
dependencies = [
"arrayvec",
"bit-vec",
2023-05-21 09:39:56 +00:00
"bitflags 2.3.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.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74851c2c8e5d97652e74c241d41b0656b31c924a45dcdecde83975717362cfa4"
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-05-21 09:39:56 +00:00
"bitflags 2.3.1",
2021-09-08 07:20:11 +00:00
"block",
"core-graphics-types",
"d3d12",
"foreign-types",
2021-09-08 07:20:11 +00:00
"glow",
"gpu-alloc",
"gpu-allocator",
2021-09-08 07:20:11 +00:00
"gpu-descriptor",
"hassle-rs",
2021-09-08 07:20:11 +00:00
"js-sys",
"khronos-egl",
"libc",
"libloading 0.8.0",
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.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bd33a976130f03dcdcd39b3810c0c3fc05daf86f0aaf867db14bfb7c4a9a32b"
2020-08-27 10:32:41 +00:00
dependencies = [
2023-05-21 09:39:56 +00:00
"bitflags 2.3.1",
"js-sys",
"serde",
"web-sys",
2020-08-27 10:32:41 +00:00
]
2021-12-30 14:16:36 +00:00
[[package]]
name = "wide"
version = "0.7.10"
2021-12-30 14:16:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40018623e2dba2602a9790faba8d33f2ebdebf4b86561b83928db735f8784728"
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"
2020-05-02 15:48:23 +00:00
version = "0.1.5"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-11-17 21:00:19 +00:00
dependencies = [
"winapi",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
dependencies = [
"winapi",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-11-17 21:00:19 +00:00
[[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.0",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
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",
]
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.0",
2023-02-10 10:07:00 +00:00
]
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2019-11-17 21:00:19 +00:00
[[package]]
name = "winit"
2023-05-21 09:39:56 +00:00
version = "0.28.6"
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 = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196"
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",
2020-12-27 06:33:38 +00:00
"wayland-client",
"wayland-commons",
"wayland-protocols",
"wayland-scanner",
"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-05-21 09:39:56 +00:00
version = "0.4.6"
2023-02-27 22:17:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-21 09:39:56 +00:00
checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
2023-02-27 22:17:56 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189"
dependencies = [
"cfg-if",
"winapi",
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "x11-dl"
2023-01-24 23:03:45 +00:00
version = "2.21.0"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 23:03:45 +00:00
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
2019-11-17 21:00:19 +00:00
dependencies = [
"libc",
2023-01-24 23:03:45 +00:00
"once_cell",
"pkg-config",
2019-11-17 21:00:19 +00:00
]
[[package]]
name = "x11rb"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
dependencies = [
"gethostname",
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
"winapi",
"winapi-wsapoll",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
dependencies = [
2022-12-14 21:36:06 +00:00
"nix 0.24.3",
]
2020-10-04 20:04:27 +00:00
[[package]]
name = "xcursor"
version = "0.3.4"
2020-10-04 20:04:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
2020-10-04 20:04:27 +00:00
dependencies = [
"nom",
2020-10-04 20:04:27 +00:00
]
2019-11-17 21:00:19 +00:00
[[package]]
name = "xml-rs"
version = "0.8.14"
2019-11-17 21:00:19 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52839dc911083a8ef63efa4d039d1f58b5e409f923e44c80828f206f66e5541c"
[[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"