mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
6714 lines
158 KiB
TOML
6714 lines
158 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "ab_glyph"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65b1f87418ab9d7e1ee2a783aa167767ebeb316d0a9fb10c347aec28a5008acb"
|
|
dependencies = [
|
|
"ab_glyph_rasterizer",
|
|
"owned_ttf_parser 0.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ab_glyph_rasterizer"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9fe5e32de01730eb1f6b7f5b51c17e03e2325bf40a74f754f04f130043affff"
|
|
|
|
[[package]]
|
|
name = "addr2line"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
|
|
dependencies = [
|
|
"gimli 0.23.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "adler"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
|
|
|
[[package]]
|
|
name = "adler32"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.3.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
|
|
|
[[package]]
|
|
name = "ahash"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "796540673305a66d127804eef19ad696f1f204b8c1025aaca4958c17eab32877"
|
|
dependencies = [
|
|
"getrandom 0.2.2",
|
|
"once_cell",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alsa"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb213f6b3e4b1480a60931ca2035794aa67b73103d254715b1db7b70dcb3c934"
|
|
dependencies = [
|
|
"alsa-sys",
|
|
"bitflags",
|
|
"libc",
|
|
"nix 0.15.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alsa-sys"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
|
dependencies = [
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "andrew"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c4afb09dd642feec8408e33f92f3ffc4052946f6b20f32fb99c1f58cd4fa7cf"
|
|
dependencies = [
|
|
"bitflags",
|
|
"rusttype 0.9.2",
|
|
"walkdir 2.3.1",
|
|
"xdg",
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "android_glue"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "000444226fcff248f2bc4c7625be32c63caccfecc2723a2b9f78a7487a49c407"
|
|
|
|
[[package]]
|
|
name = "ansi-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01aa95c33b750236bd69526dd773d618c5c8ad5e156daad1fc760dfd4be8def3"
|
|
dependencies = [
|
|
"heapless",
|
|
"nom 4.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ansi_term"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anymap"
|
|
version = "0.12.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33954243bd79057c2de7338850b85983a44588021f8a5fee574a8888c6de4344"
|
|
|
|
[[package]]
|
|
name = "approx"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "approx"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arr_macro"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a105bfda48707cf19220129e78fca01e9639433ffaef4163546ed8fb04120a5"
|
|
dependencies = [
|
|
"arr_macro_impl",
|
|
"proc-macro-hack",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arr_macro_impl"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0609c78bd572f4edc74310dfb63a01f5609d53fa8b4dd7c4d98aef3b3e8d72d1"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arraygen"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a1ae06b5f52588295bfd019b837b6fb1a6914d58ece30b0c43ae439ef08e562"
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arrayref"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
[[package]]
|
|
name = "arrayvec"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
[[package]]
|
|
name = "as-slice"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb4d1c23475b74e3672afa8c2be22040b8b7783ad9b461021144ed10a46bb0e6"
|
|
dependencies = [
|
|
"generic-array 0.12.3",
|
|
"generic-array 0.13.2",
|
|
"generic-array 0.14.4",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ascii"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eab1c04a571841102f5345a8fc0f6bb3d31c315dec879b5c6e42e40ce7ffa34e"
|
|
|
|
[[package]]
|
|
name = "assets_manager"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dac94eeee6ebd1165959e440836a452109f9f839d6cfde12974d75a5b4222406"
|
|
dependencies = [
|
|
"ahash 0.6.3",
|
|
"bincode",
|
|
"crossbeam-channel 0.5.0",
|
|
"log",
|
|
"notify 4.0.15",
|
|
"parking_lot 0.11.1",
|
|
"ron",
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-channel"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
|
|
dependencies = [
|
|
"concurrent-queue",
|
|
"event-listener",
|
|
"futures-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atom"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9ff149ed9780025acfdb36862d35b28856bb693ceb451259a7164442f22fdc3"
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "auth-common"
|
|
version = "0.1.0"
|
|
source = "git+https://gitlab.com/veloren/auth.git?rev=bffb5181a35c19ddfd33ee0b4aedba741aafb68d#bffb5181a35c19ddfd33ee0b4aedba741aafb68d"
|
|
dependencies = [
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "authc"
|
|
version = "1.0.0"
|
|
source = "git+https://gitlab.com/veloren/auth.git?rev=bffb5181a35c19ddfd33ee0b4aedba741aafb68d#bffb5181a35c19ddfd33ee0b4aedba741aafb68d"
|
|
dependencies = [
|
|
"auth-common",
|
|
"fxhash",
|
|
"hex",
|
|
"reqwest",
|
|
"rust-argon2",
|
|
"serde",
|
|
"url",
|
|
"uuid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
|
|
[[package]]
|
|
name = "backtrace"
|
|
version = "0.3.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
|
|
dependencies = [
|
|
"addr2line",
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"miniz_oxide 0.4.3",
|
|
"object 0.23.0",
|
|
"rustc-demangle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base-x"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
[[package]]
|
|
name = "bincode"
|
|
version = "1.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
|
|
dependencies = [
|
|
"byteorder",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bindgen"
|
|
version = "0.53.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cexpr",
|
|
"cfg-if 0.1.10",
|
|
"clang-sys",
|
|
"lazy_static",
|
|
"lazycell",
|
|
"peeking_take_while",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"regex",
|
|
"rustc-hash",
|
|
"shlex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
[[package]]
|
|
name = "bitvec"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "35a2e31dce162f8f238c3c35a6600f1df4cb30f8929a6c464b0a8118d17c2502"
|
|
dependencies = [
|
|
"funty",
|
|
"radium",
|
|
"tap",
|
|
"wyz",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blake2b_simd"
|
|
version = "0.5.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
|
dependencies = [
|
|
"arrayref",
|
|
"arrayvec",
|
|
"constant_time_eq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
[[package]]
|
|
name = "bstr"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"memchr",
|
|
"regex-automata",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a4bad0c5981acc24bc09e532f35160f952e35422603f0563cd7a73c2c2e65a0"
|
|
dependencies = [
|
|
"bytemuck_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bytemuck_derive"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e215f8c2f9f79cb53c8335e687ffd07d5bfcb6fe5fc80723762d0be46e7cc54"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
|
|
|
[[package]]
|
|
name = "cache-padded"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
|
|
|
|
[[package]]
|
|
name = "calloop"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b036167e76041694579972c28cf4877b4f92da222560ddb49008937b6a6727c"
|
|
dependencies = [
|
|
"log",
|
|
"nix 0.18.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cassowary"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
|
[[package]]
|
|
name = "cast"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
|
dependencies = [
|
|
"rustc_version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.66"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
|
dependencies = [
|
|
"jobserver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cesu8"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
[[package]]
|
|
name = "cexpr"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
|
dependencies = [
|
|
"nom 5.1.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
[[package]]
|
|
name = "cgl"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
|
dependencies = [
|
|
"libc",
|
|
"num-integer",
|
|
"num-traits",
|
|
"time 0.1.43",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "chunked_transfer"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
|
|
|
|
[[package]]
|
|
name = "clang-sys"
|
|
version = "0.29.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
|
|
dependencies = [
|
|
"glob",
|
|
"libc",
|
|
"libloading 0.5.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "2.33.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
|
dependencies = [
|
|
"ansi_term 0.11.0",
|
|
"atty",
|
|
"bitflags",
|
|
"strsim 0.8.0",
|
|
"textwrap",
|
|
"unicode-width",
|
|
"vec_map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard-win"
|
|
version = "3.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342"
|
|
dependencies = [
|
|
"lazy-bytes-cast",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard-win"
|
|
version = "4.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5123c6b97286809fea9e38d2c9bf530edbcb9fc0d8f8272c28b0c95f067fa92d"
|
|
dependencies = [
|
|
"error-code",
|
|
"str-buf",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard_macos"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "145a7f9e9b89453bc0a5e32d166456405d389cea5b578f57f1274b1397588a95"
|
|
dependencies = [
|
|
"objc",
|
|
"objc-foundation",
|
|
"objc_id",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard_wayland"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61bcb8cde0387fde807b9b7af66ce8bd1665ef736e46e6e47fda82ea003e6ade"
|
|
dependencies = [
|
|
"smithay-clipboard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clipboard_x11"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "40403aa5220e5cd303d32dc4248cac8aa92bf47e3ae31e0e2481081755a63ff1"
|
|
dependencies = [
|
|
"thiserror",
|
|
"x11rb",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cloudabi"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.45"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c54201c07dcf3a5ca33fececb8042aed767ee4bfd5a0235a8ceabcda956044b2"
|
|
dependencies = [
|
|
"bitflags",
|
|
"block",
|
|
"cocoa-foundation",
|
|
"core-foundation 0.9.1",
|
|
"core-graphics 0.22.2",
|
|
"foreign-types",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
|
|
dependencies = [
|
|
"bitflags",
|
|
"block",
|
|
"cocoa-foundation",
|
|
"core-foundation 0.9.1",
|
|
"core-graphics 0.22.2",
|
|
"foreign-types",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cocoa-foundation"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
|
dependencies = [
|
|
"bitflags",
|
|
"block",
|
|
"core-foundation 0.9.1",
|
|
"core-graphics-types",
|
|
"foreign-types",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color_quant"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
[[package]]
|
|
name = "combine"
|
|
version = "3.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da3da6baa321ec19e1cc41d31bf599f00c783d0517095cdaf0332e3fe8d20680"
|
|
dependencies = [
|
|
"ascii",
|
|
"byteorder",
|
|
"either",
|
|
"memchr",
|
|
"unreachable",
|
|
]
|
|
|
|
[[package]]
|
|
name = "combine"
|
|
version = "4.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cc4369b5e4c0cddf64ad8981c0111e7df4f7078f4d6ba98fb31f2e17c4c57b7e"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "concurrent-queue"
|
|
version = "1.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
dependencies = [
|
|
"cache-padded",
|
|
]
|
|
|
|
[[package]]
|
|
name = "conrod_core"
|
|
version = "0.63.0"
|
|
source = "git+https://gitlab.com/veloren/conrod.git?branch=copypasta_0.7#1ae5193588fb662a7189d81edd9f2d653c7f1da0"
|
|
dependencies = [
|
|
"conrod_derive",
|
|
"copypasta",
|
|
"daggy",
|
|
"fnv",
|
|
"instant",
|
|
"num 0.2.1",
|
|
"pistoncore-input",
|
|
"rusttype 0.7.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "conrod_derive"
|
|
version = "0.63.0"
|
|
source = "git+https://gitlab.com/veloren/conrod.git?branch=copypasta_0.7#1ae5193588fb662a7189d81edd9f2d653c7f1da0"
|
|
dependencies = [
|
|
"proc-macro2 0.4.30",
|
|
"quote 0.6.13",
|
|
"syn 0.15.44",
|
|
]
|
|
|
|
[[package]]
|
|
name = "conrod_winit"
|
|
version = "0.63.0"
|
|
source = "git+https://gitlab.com/veloren/conrod.git?branch=copypasta_0.7#1ae5193588fb662a7189d81edd9f2d653c7f1da0"
|
|
|
|
[[package]]
|
|
name = "const_fn"
|
|
version = "0.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
|
|
|
|
[[package]]
|
|
name = "constant_time_eq"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
[[package]]
|
|
name = "cookie"
|
|
version = "0.14.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "784ad0fbab4f3e9cef09f20e0aea6000ae08d2cb98ac4c0abc53df18803d702f"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
"time 0.2.25",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cookie_store"
|
|
version = "0.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3818dfca4b0cb5211a659bbcbb94225b7127407b2b135e650d717bfb78ab10d3"
|
|
dependencies = [
|
|
"cookie",
|
|
"idna",
|
|
"log",
|
|
"publicsuffix",
|
|
"serde",
|
|
"serde_json",
|
|
"time 0.2.25",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "copy_dir"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e4281031634644843bd2f5aa9c48cf98fc48d6b083bd90bb11becf10deaf8b0"
|
|
dependencies = [
|
|
"walkdir 0.1.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "copypasta"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4423d79fed83ebd9ab81ec21fa97144300a961782158287dc9bf7eddac37ff0b"
|
|
dependencies = [
|
|
"clipboard-win 3.1.1",
|
|
"objc",
|
|
"objc-foundation",
|
|
"objc_id",
|
|
"smithay-clipboard",
|
|
"x11-clipboard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
|
|
dependencies = [
|
|
"core-foundation-sys 0.6.2",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
dependencies = [
|
|
"core-foundation-sys 0.7.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
|
|
dependencies = [
|
|
"core-foundation-sys 0.8.2",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.19.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b3889374e6ea6ab25dba90bb5d96202f61108058361f6dc72e8b03e6f8bbe923"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation 0.7.0",
|
|
"foreign-types",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics"
|
|
version = "0.22.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation 0.9.1",
|
|
"core-graphics-types",
|
|
"foreign-types",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-graphics-types"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
|
dependencies = [
|
|
"bitflags",
|
|
"core-foundation 0.9.1",
|
|
"foreign-types",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-video-sys"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34ecad23610ad9757664d644e369246edde1803fcb43ed72876565098a5d3828"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"core-foundation-sys 0.7.0",
|
|
"core-graphics 0.19.2",
|
|
"libc",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coreaudio-rs"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f229761965dad3e9b11081668a6ea00f1def7aa46062321b5ec245b834f6e491"
|
|
dependencies = [
|
|
"bitflags",
|
|
"coreaudio-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coreaudio-sys"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6570ee6e089131e928d5ec9236db9e818aa3cf850f48b0eec6ef700571271d4"
|
|
dependencies = [
|
|
"bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpal"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05631e2089dfa5d3b6ea1cfbbfd092e2ee5deeb69698911bc976b28b746d3657"
|
|
dependencies = [
|
|
"alsa",
|
|
"core-foundation-sys 0.6.2",
|
|
"coreaudio-rs",
|
|
"jni 0.17.0",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"libc",
|
|
"mach 0.3.2",
|
|
"ndk",
|
|
"ndk-glue",
|
|
"nix 0.15.0",
|
|
"oboe",
|
|
"parking_lot 0.11.1",
|
|
"stdweb 0.1.3",
|
|
"thiserror",
|
|
"web-sys",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-bforest"
|
|
version = "0.68.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9221545c0507dc08a62b2d8b5ffe8e17ac580b0a74d1813b496b8d70b070fbd0"
|
|
dependencies = [
|
|
"cranelift-entity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen"
|
|
version = "0.68.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e9936ea608b6cd176f107037f6adbb4deac933466fc7231154f96598b2d3ab1"
|
|
dependencies = [
|
|
"byteorder",
|
|
"cranelift-bforest",
|
|
"cranelift-codegen-meta",
|
|
"cranelift-codegen-shared",
|
|
"cranelift-entity",
|
|
"gimli 0.22.0",
|
|
"log",
|
|
"regalloc",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-meta"
|
|
version = "0.68.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ef2b2768568306540f4c8db3acce9105534d34c4a1e440529c1e702d7f8c8d7"
|
|
dependencies = [
|
|
"cranelift-codegen-shared",
|
|
"cranelift-entity",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-codegen-shared"
|
|
version = "0.68.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6759012d6d19c4caec95793f052613e9d4113e925e7f14154defbac0f1d4c938"
|
|
|
|
[[package]]
|
|
name = "cranelift-entity"
|
|
version = "0.68.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86badbce14e15f52a45b666b38abe47b204969dd7f8fb7488cb55dd46b361fa6"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cranelift-frontend"
|
|
version = "0.68.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b608bb7656c554d0a4cf8f50c7a10b857e80306f6ff829ad6d468a7e2323c8d8"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"log",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "criterion"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab327ed7354547cc2ef43cbe20ef68b988e70b4b593cbd66a2a61733123a3d23"
|
|
dependencies = [
|
|
"atty",
|
|
"cast",
|
|
"clap",
|
|
"criterion-plot",
|
|
"csv",
|
|
"futures",
|
|
"itertools 0.10.0",
|
|
"lazy_static",
|
|
"num-traits",
|
|
"oorandom",
|
|
"plotters",
|
|
"rayon",
|
|
"regex",
|
|
"serde",
|
|
"serde_cbor",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"tinytemplate",
|
|
"tokio 1.2.0",
|
|
"walkdir 2.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "criterion-plot"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d"
|
|
dependencies = [
|
|
"cast",
|
|
"itertools 0.9.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd01a6eb3daaafa260f6fc94c3a6c36390abc2080e38e3e34ced87393fb77d80"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-channel 0.5.0",
|
|
"crossbeam-deque 0.8.0",
|
|
"crossbeam-epoch 0.9.1",
|
|
"crossbeam-queue",
|
|
"crossbeam-utils 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
|
|
dependencies = [
|
|
"crossbeam-utils 0.6.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
|
dependencies = [
|
|
"crossbeam-epoch 0.8.2",
|
|
"crossbeam-utils 0.7.2",
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-epoch 0.9.1",
|
|
"crossbeam-utils 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if 0.1.10",
|
|
"crossbeam-utils 0.7.2",
|
|
"lazy_static",
|
|
"maybe-uninit",
|
|
"memoffset 0.5.6",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"const_fn",
|
|
"crossbeam-utils 0.8.1",
|
|
"lazy_static",
|
|
"memoffset 0.6.1",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-queue"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crossbeam-utils 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.6.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if 0.1.10",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cfg-if 1.0.0",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossterm"
|
|
version = "0.17.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6f4919d60f26ae233e14233cc39746c8c8bb8cd7b05840ace83604917b51b6c7"
|
|
dependencies = [
|
|
"bitflags",
|
|
"crossterm_winapi",
|
|
"lazy_static",
|
|
"libc",
|
|
"mio 0.7.7",
|
|
"parking_lot 0.10.2",
|
|
"signal-hook 0.1.17",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossterm"
|
|
version = "0.18.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e86d73f2a0b407b5768d10a8c720cf5d2df49a9efc10ca09176d201ead4b7fb"
|
|
dependencies = [
|
|
"bitflags",
|
|
"crossterm_winapi",
|
|
"lazy_static",
|
|
"libc",
|
|
"mio 0.7.7",
|
|
"parking_lot 0.11.1",
|
|
"signal-hook 0.1.17",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossterm_winapi"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c2265c3f8e080075d9b6417aa72293fc71662f34b4af2612d8d1b074d29510db"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv"
|
|
version = "1.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9d58633299b24b515ac72a3f869f8b91306a3cec616a602843a383acd6f9e97"
|
|
dependencies = [
|
|
"bstr",
|
|
"csv-core",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "csv-core"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
dependencies = [
|
|
"memchr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "daggy"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9293a0da7d1bc1f30090ece4d9f9de79a07be7302ddb00e5eb1fefb6ee6409e2"
|
|
dependencies = [
|
|
"petgraph",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
dependencies = [
|
|
"darling_core",
|
|
"darling_macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_core"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
dependencies = [
|
|
"fnv",
|
|
"ident_case",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"strsim 0.9.3",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "darling_macro"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
dependencies = [
|
|
"darling_core",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deflate"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
|
dependencies = [
|
|
"adler32",
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derivative"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "deunicode"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80115a2dfde04491e181c2440a39e4be26e52d9ca4e92bed213f65b94e0b8db1"
|
|
|
|
[[package]]
|
|
name = "diesel"
|
|
version = "1.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e2de9deab977a153492a1468d1b1c0662c1cf39e5ea87d0c060ecd59ef18d8c"
|
|
dependencies = [
|
|
"byteorder",
|
|
"diesel_derives",
|
|
"libsqlite3-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diesel_derives"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diesel_migrations"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
|
dependencies = [
|
|
"migrations_internals",
|
|
"migrations_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "directories-next"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"dirs-sys-next",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs"
|
|
version = "3.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
|
|
dependencies = [
|
|
"dirs-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-next"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"dirs-sys-next",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
|
|
dependencies = [
|
|
"libc",
|
|
"redox_users 0.3.5",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dirs-sys-next"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
dependencies = [
|
|
"libc",
|
|
"redox_users 0.4.0",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "discard"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
|
|
[[package]]
|
|
name = "dispatch"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04e93ca78226c51902d7aa8c12c988338aadd9e85ed9c6be8aaac39192ff3605"
|
|
|
|
[[package]]
|
|
name = "dispatch"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
|
|
|
[[package]]
|
|
name = "dlib"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b11f15d1e3268f140f68d390637d5e76d849782d971ae7063e0da69fe9709a76"
|
|
dependencies = [
|
|
"libloading 0.6.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dot_vox"
|
|
version = "4.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83c18405ef54de0398b77a3ec8394d3a1639e7bf060e1385201e8db40c44ab41"
|
|
dependencies = [
|
|
"byteorder",
|
|
"lazy_static",
|
|
"log",
|
|
"nom 4.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dotenv"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
|
|
|
|
[[package]]
|
|
name = "downcast-rs"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
[[package]]
|
|
name = "draw_state"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "33cf9537e2d06891448799b96d5a8c8083e0e90522a7fdabe6ebf4f41d79d651"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.28"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7"
|
|
dependencies = [
|
|
"enum-iterator-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-iterator-derive"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumset"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf6167d1be7a76696cadccfbdb89e5cb519244a42bab7da5577994579217dcff"
|
|
dependencies = [
|
|
"enumset_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumset_derive"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0d8a79bce471eb6165aa8ac86ebc8d788543b741eaa15e8b8486591696207d6c"
|
|
dependencies = [
|
|
"darling",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "error-chain"
|
|
version = "0.12.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
|
|
dependencies = [
|
|
"backtrace",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "error-code"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b49c94f66f2d2c5ee8685039e458b4e6c9f13af7c28736baf10ce42966a5ab52"
|
|
dependencies = [
|
|
"libc",
|
|
"str-buf",
|
|
]
|
|
|
|
[[package]]
|
|
name = "euc"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ed019c07d54f49d3efd699f68c47ced2958b9917fca7c48092c489792732faa5"
|
|
dependencies = [
|
|
"vek 0.10.4",
|
|
]
|
|
|
|
[[package]]
|
|
name = "euclid"
|
|
version = "0.22.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5337024b8293bdce5265dc9570ef6e608a34bfacbbc87fe1a5dcb5f1dac2f4e2"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "2.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
|
|
|
[[package]]
|
|
name = "fallible-iterator"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
[[package]]
|
|
name = "fehler"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d5729fe49ba028cd550747b6e62cd3d841beccab5390aa398538c31a2d983635"
|
|
dependencies = [
|
|
"fehler-macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fehler-macros"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ccb5acb1045ebbfa222e2c50679e392a71dd77030b78fb0189f2d9c5974400f9"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fetch_unroll"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8d44807d562d137f063cbfe209da1c3f9f2fa8375e11166ef495daab7b847f9"
|
|
dependencies = [
|
|
"libflate",
|
|
"tar",
|
|
"ureq",
|
|
]
|
|
|
|
[[package]]
|
|
name = "filetime"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"redox_syscall 0.2.5",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "find_folder"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f6d018fb95a0b59f854aed68ecd96ce2b80af7911b92b1fed3c4b1fa516b91b"
|
|
|
|
[[package]]
|
|
name = "fixedbitset"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
|
|
|
|
[[package]]
|
|
name = "flate2"
|
|
version = "1.0.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"crc32fast",
|
|
"libc",
|
|
"miniz_oxide 0.4.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "foreign-types"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
dependencies = [
|
|
"foreign-types-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "foreign-types-shared"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
|
|
dependencies = [
|
|
"matches",
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
dependencies = [
|
|
"bitflags",
|
|
"fsevent-sys 2.0.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "97f347202c95c98805c216f9e1df210e8ebaec9fdb2365700a43c10797a35e63"
|
|
dependencies = [
|
|
"bitflags",
|
|
"fsevent-sys 3.0.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent-sys"
|
|
version = "2.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fsevent-sys"
|
|
version = "3.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77a29c77f1ca394c3e73a9a5d24cfcabb734682d9634fc398f2204a63c994120"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
dependencies = [
|
|
"bitflags",
|
|
"fuchsia-zircon-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon-sys"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
[[package]]
|
|
name = "funty"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-executor",
|
|
"futures-io",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"futures-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-sink",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-task",
|
|
"futures-util",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-timer"
|
|
version = "3.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e64b03909df88034c26dc1547e8970b91f98bdb65165d6a4e9110d94263dbb2c"
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
|
|
dependencies = [
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-io",
|
|
"futures-macro",
|
|
"futures-sink",
|
|
"futures-task",
|
|
"memchr",
|
|
"pin-project-lite 0.2.4",
|
|
"pin-utils",
|
|
"proc-macro-hack",
|
|
"proc-macro-nested",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fxhash"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.13.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
dependencies = [
|
|
"typenum",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gethostname"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e692e296bfac1d2533ef168d0b60ff5897b8b70a4009276834014dd8924cc028"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.1.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx"
|
|
version = "0.18.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "01de46f9508a5c259aef105f0bff760ceddca832ea9c87ce03d1923e22ee155b"
|
|
dependencies = [
|
|
"draw_state",
|
|
"gfx_core",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_core"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "75fbddaef2e12b4995900539d7209d947b988a3d87ee8737484d049b526e5441"
|
|
dependencies = [
|
|
"bitflags",
|
|
"draw_state",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_device_gl"
|
|
version = "0.16.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "109c385fa380c18888633aa27d1e16cbae518469702a2f69dcb5f52d5378bebc"
|
|
dependencies = [
|
|
"gfx_core",
|
|
"gfx_gl",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gfx_gl"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2d38164670920cfb7491bc0cf6f49f0554bd1c44cdbedc6c78d2bf91691ff5e"
|
|
dependencies = [
|
|
"gl_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gilrs"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b64ac678e1174eb012be1cfd409ff2483f23cb79bc880ce4737147245b0fbff"
|
|
dependencies = [
|
|
"fnv",
|
|
"gilrs-core",
|
|
"log",
|
|
"serde",
|
|
"stdweb 0.4.20",
|
|
"uuid",
|
|
"vec_map",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gilrs-core"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1024d4046c5c67d2adb8c90f6ed235163b58e05d35a63bf699b53f0cceeba2c6"
|
|
dependencies = [
|
|
"core-foundation 0.6.4",
|
|
"io-kit-sys",
|
|
"libc",
|
|
"libudev-sys",
|
|
"log",
|
|
"nix 0.18.0",
|
|
"rusty-xinput",
|
|
"serde",
|
|
"stdweb 0.4.20",
|
|
"uuid",
|
|
"vec_map",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"indexmap",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gimli"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
|
|
|
[[package]]
|
|
name = "git2"
|
|
version = "0.13.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d250f5f82326884bd39c2853577e70a121775db76818ffa452ed1e80de12986"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
"libgit2-sys",
|
|
"log",
|
|
"openssl-probe",
|
|
"openssl-sys",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gl_generator"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
|
|
dependencies = [
|
|
"khronos_api",
|
|
"log",
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glam"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "579160312273c954cc51bd440f059dde741029ac8daf8c84fece76cb77f62c15"
|
|
dependencies = [
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
[[package]]
|
|
name = "glsl-include"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "daa2afb1631e7ab4543e0dde0e3fc68bb49c58fee89c07f30a26553b1f684ab6"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ae1cbb9176b9151c4ce03f012e3cd1c6c18c4be79edeaeb3d99f5d8085c5fa3"
|
|
dependencies = [
|
|
"android_glue",
|
|
"cgl",
|
|
"cocoa 0.23.0",
|
|
"core-foundation 0.9.1",
|
|
"glutin_egl_sys",
|
|
"glutin_emscripten_sys",
|
|
"glutin_gles2_sys",
|
|
"glutin_glx_sys",
|
|
"glutin_wgl_sys",
|
|
"lazy_static",
|
|
"libloading 0.6.7",
|
|
"log",
|
|
"objc",
|
|
"osmesa-sys",
|
|
"parking_lot 0.11.1",
|
|
"wayland-client 0.28.3",
|
|
"wayland-egl",
|
|
"winapi 0.3.9",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_egl_sys"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2abb6aa55523480c4adc5a56bbaa249992e2dddb2fc63dc96e04a3355364c211"
|
|
dependencies = [
|
|
"gl_generator",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_emscripten_sys"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80de4146df76e8a6c32b03007bc764ff3249dcaeb4f675d68a06caf1bac363f1"
|
|
|
|
[[package]]
|
|
name = "glutin_gles2_sys"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8094e708b730a7c8a1954f4f8a31880af00eb8a1c5b5bf85d28a0a3c6d69103"
|
|
dependencies = [
|
|
"gl_generator",
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_glx_sys"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e393c8fc02b807459410429150e9c4faffdb312d59b8c038566173c81991351"
|
|
dependencies = [
|
|
"gl_generator",
|
|
"x11-dl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glutin_wgl_sys"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3da5951a1569dbab865c6f2a863efafff193a93caf05538d193e9e3816d21696"
|
|
dependencies = [
|
|
"gl_generator",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glyph_brush"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e3f00b8574a76fb6c50890c48da03946ca50e4372a2778737922666a2238221"
|
|
dependencies = [
|
|
"glyph_brush_draw_cache",
|
|
"glyph_brush_layout",
|
|
"log",
|
|
"ordered-float 2.1.1",
|
|
"rustc-hash",
|
|
"twox-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glyph_brush_draw_cache"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac2c82074cafb68b9e459c50c655f7eedcb92d6ee7166813802934bc6fc29fa3"
|
|
dependencies = [
|
|
"ab_glyph",
|
|
"crossbeam-channel 0.5.0",
|
|
"crossbeam-deque 0.8.0",
|
|
"linked-hash-map",
|
|
"rayon",
|
|
"rustc-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glyph_brush_layout"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10bc06d530bf20c1902f1b02799ab7372ff43f6119770c49b0bc3f21bd148820"
|
|
dependencies = [
|
|
"ab_glyph",
|
|
"approx 0.4.0",
|
|
"xi-unicode",
|
|
]
|
|
|
|
[[package]]
|
|
name = "guillotiere"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc7cccefbf418f663e11e9500326f46a44273dc598210bbedc8bbe95e696531f"
|
|
dependencies = [
|
|
"euclid",
|
|
"svg_fmt",
|
|
]
|
|
|
|
[[package]]
|
|
name = "h2"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"fnv",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"futures-util",
|
|
"http",
|
|
"indexmap",
|
|
"slab",
|
|
"tokio 0.2.25",
|
|
"tokio-util",
|
|
"tracing",
|
|
"tracing-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "half"
|
|
version = "1.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62aca2aba2d62b4a7f5b33f3712cb1b0692779a56fb510499d5c0aa594daeaf3"
|
|
|
|
[[package]]
|
|
name = "hash32"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96282e96bfcd3da0d3aa9938bedf1e50df3269b6db08b4876d2da0bb1a0841cf"
|
|
dependencies = [
|
|
"ahash 0.3.8",
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hashbrown"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
|
dependencies = [
|
|
"ahash 0.4.7",
|
|
"rayon",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heapless"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "74911a68a1658cfcfb61bc0ccfbd536e3b6e906f8c2f7883ee50157e3e2184f1"
|
|
dependencies = [
|
|
"as-slice",
|
|
"generic-array 0.13.2",
|
|
"hash32",
|
|
"stable_deref_trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
|
[[package]]
|
|
name = "hibitset"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93a1bb8316a44459a7d14253c4d28dd7395cbd23cc04a68c46e851b8e46d64b1"
|
|
dependencies = [
|
|
"atom",
|
|
"rayon",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hound"
|
|
version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a164bb2ceaeff4f42542bdb847c41517c78a60f5649671b2a07312b6e117549"
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"fnv",
|
|
"itoa",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"http",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-body"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2861bd27ee074e5ee891e8b539837a9430012e249d7f0ca2d795650f579c1994"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"http",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
|
|
|
|
[[package]]
|
|
name = "httpdate"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.13.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"h2",
|
|
"http",
|
|
"http-body 0.3.1",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project 1.0.5",
|
|
"socket2",
|
|
"tokio 0.2.25",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8e946c2b1349055e0b72ae281b238baf1a3ea7307c7e9f9d64673bdd9c26ac7"
|
|
dependencies = [
|
|
"bytes 1.0.1",
|
|
"futures-channel",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http",
|
|
"http-body 0.4.0",
|
|
"httparse",
|
|
"httpdate",
|
|
"itoa",
|
|
"pin-project 1.0.5",
|
|
"socket2",
|
|
"tokio 1.2.0",
|
|
"tower-service",
|
|
"tracing",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-rustls"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"futures-util",
|
|
"hyper 0.13.10",
|
|
"log",
|
|
"rustls 0.18.1",
|
|
"tokio 0.2.25",
|
|
"tokio-rustls",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iced_core"
|
|
version = "0.3.0"
|
|
source = "git+https://github.com/hecrj/iced?rev=8d882d787e6b7fd7c2435f42f82933e2ed904edf#8d882d787e6b7fd7c2435f42f82933e2ed904edf"
|
|
|
|
[[package]]
|
|
name = "iced_futures"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/hecrj/iced?rev=8d882d787e6b7fd7c2435f42f82933e2ed904edf#8d882d787e6b7fd7c2435f42f82933e2ed904edf"
|
|
dependencies = [
|
|
"futures",
|
|
"log",
|
|
"wasm-bindgen-futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iced_graphics"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/hecrj/iced?rev=8d882d787e6b7fd7c2435f42f82933e2ed904edf#8d882d787e6b7fd7c2435f42f82933e2ed904edf"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"glam",
|
|
"iced_native",
|
|
"iced_style",
|
|
"raw-window-handle",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iced_native"
|
|
version = "0.3.0"
|
|
source = "git+https://github.com/hecrj/iced?rev=8d882d787e6b7fd7c2435f42f82933e2ed904edf#8d882d787e6b7fd7c2435f42f82933e2ed904edf"
|
|
dependencies = [
|
|
"iced_core",
|
|
"iced_futures",
|
|
"num-traits",
|
|
"twox-hash",
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iced_style"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/hecrj/iced?rev=8d882d787e6b7fd7c2435f42f82933e2ed904edf#8d882d787e6b7fd7c2435f42f82933e2ed904edf"
|
|
dependencies = [
|
|
"iced_core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iced_winit"
|
|
version = "0.2.0"
|
|
source = "git+https://github.com/hecrj/iced?rev=8d882d787e6b7fd7c2435f42f82933e2ed904edf#8d882d787e6b7fd7c2435f42f82933e2ed904edf"
|
|
dependencies = [
|
|
"iced_futures",
|
|
"iced_graphics",
|
|
"iced_native",
|
|
"log",
|
|
"thiserror",
|
|
"winapi 0.3.9",
|
|
"window_clipboard",
|
|
"winit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ident_case"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094"
|
|
dependencies = [
|
|
"matches",
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "image"
|
|
version = "0.23.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "293f07a1875fa7e9c5897b51aa68b2d8ed8271b87e1a44cb64b9c3d98aabbc0d"
|
|
dependencies = [
|
|
"bytemuck",
|
|
"byteorder",
|
|
"color_quant",
|
|
"num-iter",
|
|
"num-rational 0.3.2",
|
|
"num-traits",
|
|
"png",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indexmap"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
|
dependencies = [
|
|
"autocfg",
|
|
"hashbrown 0.9.1",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inline_tweak"
|
|
version = "1.0.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7033e97b20277cc0d043226d1940fa7719ff08d2305d1fc7421e53066d00eb4b"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inotify"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"inotify-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inotify"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d19f57db1baad9d09e43a3cd76dcf82ebdafd37d75c9498b87762dba77c93f15"
|
|
dependencies = [
|
|
"bitflags",
|
|
"inotify-sys",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "inotify-sys"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "io-kit-sys"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f21dcc74995dd4cd090b147e79789f8d65959cbfb5f0b118002db869ea3bd0a0"
|
|
dependencies = [
|
|
"core-foundation-sys 0.6.2",
|
|
"mach 0.2.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iovec"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ipnet"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
|
|
dependencies = [
|
|
"either",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
|
|
|
[[package]]
|
|
name = "jni"
|
|
version = "0.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1981310da491a4f0f815238097d0d43d8072732b5ae5f8bd0d8eadf5bf245402"
|
|
dependencies = [
|
|
"cesu8",
|
|
"combine 3.8.1",
|
|
"error-chain",
|
|
"jni-sys",
|
|
"log",
|
|
"walkdir 2.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jni"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "36bcc950632e48b86da402c5c077590583da5ac0d480103611d5374e7c967a3c"
|
|
dependencies = [
|
|
"cesu8",
|
|
"combine 4.5.2",
|
|
"error-chain",
|
|
"jni-sys",
|
|
"log",
|
|
"walkdir 2.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "jni-sys"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
[[package]]
|
|
name = "jobserver"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.47"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
|
|
dependencies = [
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
dependencies = [
|
|
"winapi 0.2.8",
|
|
"winapi-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "khronos_api"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
|
|
|
[[package]]
|
|
name = "lazy-bytes-cast"
|
|
version = "5.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
[[package]]
|
|
name = "lazycell"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
[[package]]
|
|
name = "leb128"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
|
|
|
|
[[package]]
|
|
name = "lewton"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
|
|
dependencies = [
|
|
"byteorder",
|
|
"ogg",
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.86"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
|
|
|
|
[[package]]
|
|
name = "libflate"
|
|
version = "1.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "389de7875e06476365974da3e7ff85d55f1972188ccd9f6020dd7c8156e17914"
|
|
dependencies = [
|
|
"adler32",
|
|
"crc32fast",
|
|
"libflate_lz77",
|
|
"rle-decode-fast",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libflate_lz77"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3286f09f7d4926fc486334f28d8d2e6ebe4f7f9994494b6dab27ddfad2c9b11b"
|
|
|
|
[[package]]
|
|
name = "libgit2-sys"
|
|
version = "0.12.18+1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3da6a42da88fc37ee1ecda212ffa254c25713532980005d5f7c0b0fbe7e6e885"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libssh2-sys",
|
|
"libz-sys",
|
|
"openssl-sys",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
|
dependencies = [
|
|
"cc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.6.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libm"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
|
|
|
|
[[package]]
|
|
name = "libsqlite3-sys"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e704a02bcaecd4a08b93a23f6be59d0bd79cd161e0963e9499165a0a35df7bd"
|
|
dependencies = [
|
|
"cc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libssh2-sys"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e0186af0d8f171ae6b9c4c90ec51898bad5d08a2d5e470903a50d9ad8959cbee"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"libz-sys",
|
|
"openssl-sys",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libudev-sys"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
|
|
dependencies = [
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linked-hash-map"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fb9b38af92608140b86b693604b9ffcc5824240a484d1ecd4795bacb2fe88f3"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lz-fear"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06aad1ce45e4ccf7a8d7d43e0c3ad38dc5d2255174a5f29a3c39d961fbc6181d"
|
|
dependencies = [
|
|
"bitflags",
|
|
"byteorder",
|
|
"fehler",
|
|
"thiserror",
|
|
"twox-hash",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mach"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mach"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matchers"
|
|
version = "0.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
|
|
dependencies = [
|
|
"regex-automata",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matches"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
[[package]]
|
|
name = "maybe-uninit"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memmap2"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "migrations_internals"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
|
|
dependencies = [
|
|
"diesel",
|
|
]
|
|
|
|
[[package]]
|
|
name = "migrations_macros"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
|
|
dependencies = [
|
|
"migrations_internals",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
[[package]]
|
|
name = "mime_guess"
|
|
version = "2.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
dependencies = [
|
|
"mime",
|
|
"unicase",
|
|
]
|
|
|
|
[[package]]
|
|
name = "minifb"
|
|
version = "0.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2eb411a297b8f714800f085846cbda55fbd2ae17ecd381f1b4652af0e5bebe63"
|
|
dependencies = [
|
|
"cc",
|
|
"orbclient",
|
|
"raw-window-handle",
|
|
"tempfile",
|
|
"wayland-client 0.27.0",
|
|
"wayland-cursor 0.27.0",
|
|
"wayland-protocols 0.27.0",
|
|
"winapi 0.3.9",
|
|
"x11-dl",
|
|
"xkb",
|
|
"xkbcommon-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
dependencies = [
|
|
"adler32",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
|
dependencies = [
|
|
"adler",
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.6.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"fuchsia-zircon",
|
|
"fuchsia-zircon-sys",
|
|
"iovec",
|
|
"kernel32-sys",
|
|
"libc",
|
|
"log",
|
|
"miow 0.2.2",
|
|
"net2",
|
|
"slab",
|
|
"winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.7.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e50ae3f04d169fcc9bde0b547d1c205219b7157e07ded9c5aff03e0637cb3ed7"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
"miow 0.3.6",
|
|
"ntapi",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-extras"
|
|
version = "2.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
dependencies = [
|
|
"lazycell",
|
|
"log",
|
|
"mio 0.6.23",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
dependencies = [
|
|
"kernel32-sys",
|
|
"net2",
|
|
"winapi 0.2.8",
|
|
"ws2_32-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
|
|
dependencies = [
|
|
"socket2",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mopa"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a785740271256c230f57462d3b83e52f998433a7062fc18f96d5999474a9f915"
|
|
|
|
[[package]]
|
|
name = "more-asserts"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
|
|
|
|
[[package]]
|
|
name = "native-dialog"
|
|
version = "0.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b797805fe732ea368a288e73c313952309287b8b775a13530d858b77cfe5c1cd"
|
|
dependencies = [
|
|
"cocoa 0.24.0",
|
|
"dirs",
|
|
"objc",
|
|
"objc-foundation",
|
|
"objc_id",
|
|
"once_cell",
|
|
"raw-window-handle",
|
|
"thiserror",
|
|
"wfd",
|
|
"which",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5eb167c1febed0a496639034d0c76b3b74263636045db5489eee52143c246e73"
|
|
dependencies = [
|
|
"jni-sys",
|
|
"ndk-sys",
|
|
"num_enum",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-glue"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdf399b8b7a39c6fb153c4ec32c72fd5fe789df24a647f229c239aa7adb15241"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"ndk",
|
|
"ndk-macro",
|
|
"ndk-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-macro"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
|
|
dependencies = [
|
|
"darling",
|
|
"proc-macro-crate",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ndk-sys"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
|
|
|
|
[[package]]
|
|
name = "net2"
|
|
version = "0.2.37"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.19.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cc",
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "noise"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82051dd6745d5184c6efb7bc8be14892a7f6d4f3ad6dbf754d1c7d7d5fe24b43"
|
|
dependencies = [
|
|
"rand 0.7.3",
|
|
"rand_xorshift",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "4.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
|
dependencies = [
|
|
"memchr",
|
|
"version_check 0.1.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "5.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
dependencies = [
|
|
"memchr",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "6.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
|
dependencies = [
|
|
"memchr",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "notify"
|
|
version = "4.0.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "80ae4a7688d1fab81c5bf19c64fc8db920be8d519ce6336ed4e7efe024724dbd"
|
|
dependencies = [
|
|
"bitflags",
|
|
"filetime",
|
|
"fsevent 0.4.0",
|
|
"fsevent-sys 2.0.1",
|
|
"inotify 0.7.1",
|
|
"libc",
|
|
"mio 0.6.23",
|
|
"mio-extras",
|
|
"walkdir 2.3.1",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "notify"
|
|
version = "5.0.0-pre.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58e54552360d7b89a698eca6de3927205a8e03e8080dc13d779de5c7876e098b"
|
|
dependencies = [
|
|
"anymap",
|
|
"bitflags",
|
|
"crossbeam-channel 0.5.0",
|
|
"filetime",
|
|
"fsevent 2.0.2",
|
|
"fsevent-sys 3.0.2",
|
|
"inotify 0.9.2",
|
|
"libc",
|
|
"mio 0.7.7",
|
|
"walkdir 2.3.1",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ntapi"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
|
|
dependencies = [
|
|
"num-bigint 0.2.6",
|
|
"num-complex 0.2.4",
|
|
"num-integer",
|
|
"num-iter",
|
|
"num-rational 0.2.4",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b7a8e9be5e039e2ff869df49155f1c06bd01ade2117ec783e56ab0932b67a8f"
|
|
dependencies = [
|
|
"num-bigint 0.3.1",
|
|
"num-complex 0.3.1",
|
|
"num-integer",
|
|
"num-iter",
|
|
"num-rational 0.3.2",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e9a41747ae4633fce5adffb4d2e81ffc5e89593cb19917f8fb2cc5ff76507bf"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-complex"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-complex"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-derive"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-iter"
|
|
version = "0.1.42"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-bigint 0.2.6",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
|
dependencies = [
|
|
"autocfg",
|
|
"num-bigint 0.3.1",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
|
dependencies = [
|
|
"autocfg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca565a7df06f3d4b485494f25ba05da1435950f4dc263440eda7a6fa9b8e36e4"
|
|
dependencies = [
|
|
"derivative",
|
|
"num_enum_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_enum_derive"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffa5a33ddddfee04c0283a7653987d634e880347e96b5b2ed64de07efb59db9d"
|
|
dependencies = [
|
|
"proc-macro-crate",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
dependencies = [
|
|
"malloc_buf",
|
|
]
|
|
|
|
[[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_id"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
|
dependencies = [
|
|
"objc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.22.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d3b63360ec3cb337817c2dbd47ab4a0f170d285d8e5a2064600f3def1402397"
|
|
dependencies = [
|
|
"crc32fast",
|
|
"indexmap",
|
|
]
|
|
|
|
[[package]]
|
|
name = "object"
|
|
version = "0.23.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
|
|
|
[[package]]
|
|
name = "oboe"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1aadc2b0867bdbb9a81c4d99b9b682958f49dbea1295a81d2f646cca2afdd9fc"
|
|
dependencies = [
|
|
"jni 0.14.0",
|
|
"ndk",
|
|
"ndk-glue",
|
|
"num-derive",
|
|
"num-traits",
|
|
"oboe-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "oboe-sys"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "68ff7a51600eabe34e189eec5c995a62f151d8d97e5fbca39e87ca738bb99b82"
|
|
dependencies = [
|
|
"fetch_unroll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ogg"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "old_school_gfx_glutin_ext"
|
|
version = "0.26.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "450a2a0e6805771787b965af9a552581c9dfc588dc33761c1be690117cd792e1"
|
|
dependencies = [
|
|
"gfx_core",
|
|
"gfx_device_gl",
|
|
"glutin",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
|
|
|
[[package]]
|
|
name = "oorandom"
|
|
version = "11.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.60"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
|
|
dependencies = [
|
|
"autocfg",
|
|
"cc",
|
|
"libc",
|
|
"pkg-config",
|
|
"vcpkg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "orbclient"
|
|
version = "0.3.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee68c3c79e81d82127e0870f94479675774d34c7ad5b55eecb9c320ef9701187"
|
|
dependencies = [
|
|
"libc",
|
|
"raw-window-handle",
|
|
"redox_syscall 0.2.5",
|
|
"sdl2",
|
|
"sdl2-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ordered-float"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ordered-float"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "766f840da25490628d8e63e529cd21c014f6600c6b8517add12a6fa6167a6218"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "osmesa-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
|
|
dependencies = [
|
|
"shared_library",
|
|
]
|
|
|
|
[[package]]
|
|
name = "owned_ttf_parser"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
|
|
dependencies = [
|
|
"ttf-parser 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "owned_ttf_parser"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "948b27637ba56144c62d3415929ef18986b3a383137ebcbe97d9362a968bf997"
|
|
dependencies = [
|
|
"ttf-parser 0.11.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "packed_simd_2"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"libm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
|
dependencies = [
|
|
"lock_api 0.3.4",
|
|
"parking_lot_core 0.7.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
|
dependencies = [
|
|
"instant",
|
|
"lock_api 0.4.2",
|
|
"parking_lot_core 0.8.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"cloudabi",
|
|
"libc",
|
|
"redox_syscall 0.1.57",
|
|
"smallvec",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"instant",
|
|
"libc",
|
|
"redox_syscall 0.2.5",
|
|
"smallvec",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "peeking_take_while"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
[[package]]
|
|
name = "petgraph"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
|
|
dependencies = [
|
|
"fixedbitset",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "0.4.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
|
|
dependencies = [
|
|
"pin-project-internal 0.4.27",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
|
|
dependencies = [
|
|
"pin-project-internal 1.0.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "0.4.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
[[package]]
|
|
name = "piston-float"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b058c3a640efd4bcf63266512e4bb03187192c1b29edd38b16d5a014613e3199"
|
|
|
|
[[package]]
|
|
name = "piston-viewport"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7d96dd995f7dabe6d57cda668ec0fda39d6fe6e1e0b23f772582f383f2013611"
|
|
dependencies = [
|
|
"piston-float",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pistoncore-input"
|
|
version = "0.24.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c612ce242c7bac8e96426a0ca34275fd980af440f0cca7c6c0e840ef8a4052f"
|
|
dependencies = [
|
|
"bitflags",
|
|
"piston-viewport",
|
|
"serde",
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
|
|
|
[[package]]
|
|
name = "plotters"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "45ca0ae5f169d0917a7c7f5a9c1a3d3d9598f18f529dd2b8373ed988efea307a"
|
|
dependencies = [
|
|
"num-traits",
|
|
"plotters-backend",
|
|
"plotters-svg",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "plotters-backend"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b07fffcddc1cb3a1de753caa4e4df03b79922ba43cf882acc1bdd7e8df9f4590"
|
|
|
|
[[package]]
|
|
name = "plotters-svg"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b38a02e23bd9604b842a812063aec4ef702b57989c37b655254bb61c471ad211"
|
|
dependencies = [
|
|
"plotters-backend",
|
|
]
|
|
|
|
[[package]]
|
|
name = "png"
|
|
version = "0.16.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
|
|
dependencies = [
|
|
"bitflags",
|
|
"crc32fast",
|
|
"deflate",
|
|
"miniz_oxide 0.3.7",
|
|
]
|
|
|
|
[[package]]
|
|
name = "portpicker"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/xMAC94x/portpicker-rs?rev=df6b37872f3586ac3b21d08b56c8ec7cd92fb172#df6b37872f3586ac3b21d08b56c8ec7cd92fb172"
|
|
dependencies = [
|
|
"rand 0.8.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
dependencies = [
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-hack"
|
|
version = "0.5.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
|
|
[[package]]
|
|
name = "proc-macro-nested"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "0.4.30"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
|
dependencies = [
|
|
"unicode-xid 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
|
dependencies = [
|
|
"unicode-xid 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c8425533e7122f0c3cc7a37e6244b16ad3a2cc32ae7ac6276e2a75da0d9c200d"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"fnv",
|
|
"lazy_static",
|
|
"parking_lot 0.11.1",
|
|
"regex",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "prometheus-hyper"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc47fa532a12d544229015dd3fae32394949af098b8fe9a327b8c1e4c911d1c8"
|
|
dependencies = [
|
|
"hyper 0.14.4",
|
|
"prometheus",
|
|
"tokio 1.2.0",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "publicsuffix"
|
|
version = "1.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3bbaa49075179162b49acac1c6aa45fb4dafb5f13cf6794276d77bc7fd95757b"
|
|
dependencies = [
|
|
"error-chain",
|
|
"idna",
|
|
"lazy_static",
|
|
"regex",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "qstring"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d464fae65fff2680baf48019211ce37aaec0c78e9264c84a3e484717f965104e"
|
|
dependencies = [
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "0.6.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
dependencies = [
|
|
"proc-macro2 0.4.30",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
]
|
|
|
|
[[package]]
|
|
name = "radium"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
dependencies = [
|
|
"getrandom 0.1.16",
|
|
"libc",
|
|
"rand_chacha 0.2.2",
|
|
"rand_core 0.5.1",
|
|
"rand_hc 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_chacha 0.3.0",
|
|
"rand_core 0.6.2",
|
|
"rand_hc 0.3.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
dependencies = [
|
|
"getrandom 0.1.16",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
|
dependencies = [
|
|
"getrandom 0.2.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
dependencies = [
|
|
"rand_core 0.6.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xorshift"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "77d416b86801d23dde1aa643023b775c3a462efc0ed96443add11546cdf1dca8"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "raw-window-handle"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0a441a7a6c80ad6473bd4b74ec1c9a4c951794285bf941c2126f607c72e48211"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
|
dependencies = [
|
|
"autocfg",
|
|
"crossbeam-deque 0.8.0",
|
|
"either",
|
|
"rayon-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
|
dependencies = [
|
|
"crossbeam-channel 0.5.0",
|
|
"crossbeam-deque 0.8.0",
|
|
"crossbeam-utils 0.8.1",
|
|
"lazy_static",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
|
dependencies = [
|
|
"getrandom 0.1.16",
|
|
"redox_syscall 0.1.57",
|
|
"rust-argon2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_users"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
dependencies = [
|
|
"getrandom 0.2.2",
|
|
"redox_syscall 0.2.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regalloc"
|
|
version = "0.0.31"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"
|
|
dependencies = [
|
|
"log",
|
|
"rustc-hash",
|
|
"smallvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
|
dependencies = [
|
|
"aho-corasick",
|
|
"memchr",
|
|
"regex-syntax",
|
|
"thread_local",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-automata"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
|
|
dependencies = [
|
|
"byteorder",
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
|
|
|
|
[[package]]
|
|
name = "region"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
"mach 0.3.2",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "reqwest"
|
|
version = "0.10.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bytes 0.5.6",
|
|
"encoding_rs",
|
|
"futures-core",
|
|
"futures-util",
|
|
"http",
|
|
"http-body 0.3.1",
|
|
"hyper 0.13.10",
|
|
"hyper-rustls",
|
|
"ipnet",
|
|
"js-sys",
|
|
"lazy_static",
|
|
"log",
|
|
"mime",
|
|
"mime_guess",
|
|
"percent-encoding",
|
|
"pin-project-lite 0.2.4",
|
|
"rustls 0.18.1",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_urlencoded",
|
|
"tokio 0.2.25",
|
|
"tokio-rustls",
|
|
"url",
|
|
"wasm-bindgen",
|
|
"wasm-bindgen-futures",
|
|
"web-sys",
|
|
"webpki-roots 0.20.0",
|
|
"winreg",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ring"
|
|
version = "0.16.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
"once_cell",
|
|
"spin",
|
|
"untrusted",
|
|
"web-sys",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rle-decode-fast"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cabe4fa914dec5870285fa7f71f602645da47c486e68486d2b4ceb4a343e90ac"
|
|
|
|
[[package]]
|
|
name = "rodio"
|
|
version = "0.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c9683532495146e98878d4948fa1a1953f584cd923f2a5f5c26b7a8701b56943"
|
|
dependencies = [
|
|
"cpal",
|
|
"hound",
|
|
"lewton",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ron"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "064ea8613fb712a19faf920022ec8ddf134984f100090764a4e1d768f3827f1f"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"bitflags",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "roots"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "84348444bd7ad45729d0c49a4240d7cdc11c9d512c06c5ad1835c1ad4acda6db"
|
|
|
|
[[package]]
|
|
name = "rust-argon2"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"blake2b_simd",
|
|
"constant_time_eq",
|
|
"crossbeam-utils 0.8.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
dependencies = [
|
|
"semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
|
|
dependencies = [
|
|
"base64 0.12.3",
|
|
"log",
|
|
"ring",
|
|
"sct",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustls"
|
|
version = "0.19.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"log",
|
|
"ring",
|
|
"sct",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusttype"
|
|
version = "0.7.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "310942406a39981bed7e12b09182a221a29e0990f3e7e0c971f131922ed135d5"
|
|
dependencies = [
|
|
"rusttype 0.8.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusttype"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f61411055101f7b60ecf1041d87fb74205fb20b0c7a723f07ef39174cf6b4c0"
|
|
dependencies = [
|
|
"approx 0.3.2",
|
|
"crossbeam-deque 0.7.3",
|
|
"crossbeam-utils 0.7.2",
|
|
"linked-hash-map",
|
|
"num_cpus",
|
|
"ordered-float 1.1.1",
|
|
"rustc-hash",
|
|
"stb_truetype",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusttype"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
|
|
dependencies = [
|
|
"ab_glyph_rasterizer",
|
|
"owned_ttf_parser 0.6.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rusty-xinput"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2aa654bc32eb9ca14cce1a084abc9dfe43949a4547c35269a094c39272db3bb"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
[[package]]
|
|
name = "same-file"
|
|
version = "1.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scan_fmt"
|
|
version = "0.2.5"
|
|
source = "git+https://github.com/Imberflur/scan_fmt#5f9e8eed73e93e8d19fa864d76e75bb4984cffe7"
|
|
dependencies = [
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "sct"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl2"
|
|
version = "0.34.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fcbb85f4211627a7291c83434d6bbfa723e28dcaa53c7606087e3c61929e4b9c"
|
|
dependencies = [
|
|
"bitflags",
|
|
"lazy_static",
|
|
"libc",
|
|
"raw-window-handle",
|
|
"sdl2-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sdl2-sys"
|
|
version = "0.34.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "28d81feded049b9c14eceb4a4f6d596a98cebbd59abdba949c5552a015466d33"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"cmake",
|
|
"flate2",
|
|
"libc",
|
|
"tar",
|
|
"unidiff",
|
|
"version-compare",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
dependencies = [
|
|
"semver-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.123"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
|
dependencies = [
|
|
"serde_derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_bytes"
|
|
version = "0.11.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_cbor"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622"
|
|
dependencies = [
|
|
"half",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.123"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.62"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ea1c6153794552ea7cf7cf63b1231a25de00ec90db326ba6264440fa08e31486"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_repr"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha1"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
|
|
[[package]]
|
|
name = "sharded-slab"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "79c719719ee05df97490f80a45acfc99e5a30ce98a1e4fb67aee422745ae14e3"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shared_library"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shellexpand"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "83bdb7831b2d85ddf4a7b148aa19d0587eddbe8671a436b7bd1182eaad0f2829"
|
|
dependencies = [
|
|
"dirs-next",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shlex"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
[[package]]
|
|
name = "shred"
|
|
version = "0.10.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c5f08237e667ac94ad20f8878b5943d91a93ccb231428446c57c21c57779016d"
|
|
dependencies = [
|
|
"arrayvec",
|
|
"hashbrown 0.7.2",
|
|
"mopa",
|
|
"rayon",
|
|
"shred-derive",
|
|
"smallvec",
|
|
"tynm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shred-derive"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d5404c36bd155e41a54276ab6aafedad2fb627e5e5849d36ec439c9ddc044a2f"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shrev"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5752e017e03af9d735b4b069f53b7a7fd90fefafa04d8bd0c25581b0bff437f"
|
|
|
|
[[package]]
|
|
name = "signal-hook"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"
|
|
dependencies = [
|
|
"libc",
|
|
"mio 0.7.7",
|
|
"signal-hook-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "844024c8913df6bfbfeee3061075ccc47216a897ac0b54a683dea3dfe16d19af"
|
|
dependencies = [
|
|
"libc",
|
|
"signal-hook-registry",
|
|
]
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
[[package]]
|
|
name = "slotmap"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab3003725ae562cf995f3dc82bb99e70926e09000396816765bb6d7adbe740b1"
|
|
dependencies = [
|
|
"serde",
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
|
|
|
[[package]]
|
|
name = "smithay-client-toolkit"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "316e13a3eb853ce7bf72ad3530dc186cb2005c57c521ef5f4ada5ee4eed74de6"
|
|
dependencies = [
|
|
"andrew",
|
|
"bitflags",
|
|
"calloop",
|
|
"dlib",
|
|
"lazy_static",
|
|
"log",
|
|
"memmap2 0.1.0",
|
|
"nix 0.18.0",
|
|
"wayland-client 0.28.3",
|
|
"wayland-cursor 0.28.3",
|
|
"wayland-protocols 0.28.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smithay-clipboard"
|
|
version = "0.6.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "06384dfaf645908220d976ae24ed39f6cf92efecb0225ea0a948e403014de527"
|
|
dependencies = [
|
|
"smithay-client-toolkit",
|
|
"wayland-client 0.28.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "specs"
|
|
version = "0.16.1"
|
|
source = "git+https://github.com/amethyst/specs.git?rev=d4435bdf496cf322c74886ca09dd8795984919b4#d4435bdf496cf322c74886ca09dd8795984919b4"
|
|
dependencies = [
|
|
"crossbeam-queue",
|
|
"hashbrown 0.9.1",
|
|
"hibitset",
|
|
"log",
|
|
"rayon",
|
|
"serde",
|
|
"shred",
|
|
"shrev",
|
|
"tuple_utils",
|
|
]
|
|
|
|
[[package]]
|
|
name = "specs-idvs"
|
|
version = "0.1.1"
|
|
source = "git+https://gitlab.com/veloren/specs-idvs.git?rev=9fab7b396acd6454585486e50ae4bfe2069858a9#9fab7b396acd6454585486e50ae4bfe2069858a9"
|
|
dependencies = [
|
|
"specs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spin"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
|
|
[[package]]
|
|
name = "spin_sleep"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a98101bdc3833e192713c2af0b0dd2614f50d1cf1f7a97c5221b7aac052acc7"
|
|
dependencies = [
|
|
"once_cell",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stable_deref_trait"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
[[package]]
|
|
name = "standback"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2beb4d1860a61f571530b3f855a1b538d0200f7871c63331ecd6f17b1f014f8"
|
|
dependencies = [
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "static_assertions"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
|
|
[[package]]
|
|
name = "stb_truetype"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f77b6b07e862c66a9f3e62a07588fee67cd90a9135a2b942409f195507b4fb51"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
|
|
|
|
[[package]]
|
|
name = "stdweb"
|
|
version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
dependencies = [
|
|
"discard",
|
|
"rustc_version",
|
|
"serde",
|
|
"serde_json",
|
|
"stdweb-derive",
|
|
"stdweb-internal-macros",
|
|
"stdweb-internal-runtime",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-derive"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"serde",
|
|
"serde_derive",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-internal-macros"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
dependencies = [
|
|
"base-x",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha1",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-internal-runtime"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
[[package]]
|
|
name = "str-buf"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d44a3643b4ff9caf57abcee9c2c621d6c03d9135e0d8b589bd9afb5992cb176a"
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
[[package]]
|
|
name = "strsim"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
|
|
[[package]]
|
|
name = "structopt"
|
|
version = "0.3.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5277acd7ee46e63e5168a80734c9f6ee81b1367a7d8772a2d765df2a3705d28c"
|
|
dependencies = [
|
|
"clap",
|
|
"lazy_static",
|
|
"structopt-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "structopt-derive"
|
|
version = "0.4.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5ba9cdfda491b814720b6b06e0cac513d922fc407582032e8706e9f137976f90"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro-error",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sum_type"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da5b4a0c9f3c7c8e891e445a7c776627e208e8bba23ab680798066dd283e6a15"
|
|
|
|
[[package]]
|
|
name = "svg_fmt"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "0.15.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
|
dependencies = [
|
|
"proc-macro2 0.4.30",
|
|
"quote 0.6.13",
|
|
"unicode-xid 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.60"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"unicode-xid 0.2.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tap"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
|
|
[[package]]
|
|
name = "tar"
|
|
version = "0.4.32"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0313546c01d59e29be4f09687bcb4fb6690cec931cc3607b6aec7a0e417f4cc6"
|
|
dependencies = [
|
|
"filetime",
|
|
"libc",
|
|
"xattr",
|
|
]
|
|
|
|
[[package]]
|
|
name = "target-lexicon"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ee5a98e506fb7231a304c3a1bd7c132a55016cf65001e0282480665870dfcb9"
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"libc",
|
|
"rand 0.8.3",
|
|
"redox_syscall 0.2.5",
|
|
"remove_dir_all",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
dependencies = [
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
|
|
dependencies = [
|
|
"thiserror-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
|
dependencies = [
|
|
"once_cell",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.2.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1195b046942c221454c2539395f85413b33383a067449d78aab2b7b052a142f7"
|
|
dependencies = [
|
|
"const_fn",
|
|
"libc",
|
|
"standback",
|
|
"stdweb 0.4.20",
|
|
"time-macros",
|
|
"version_check 0.9.2",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"time-macros-impl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-macros-impl"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
|
|
dependencies = [
|
|
"proc-macro-hack",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"standback",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinytemplate"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a2ada8616fad06a2d0c455adc530de4ef57605a8120cc65da9653e0e9623ca74"
|
|
dependencies = [
|
|
"serde",
|
|
"serde_json",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
|
dependencies = [
|
|
"tinyvec_macros",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec_macros"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "0.2.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"fnv",
|
|
"futures-core",
|
|
"iovec",
|
|
"lazy_static",
|
|
"memchr",
|
|
"mio 0.6.23",
|
|
"num_cpus",
|
|
"pin-project-lite 0.1.11",
|
|
"slab",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e8190d04c665ea9e6b6a0dc45523ade572c088d2e6566244c1122671dbf4ae3a"
|
|
dependencies = [
|
|
"autocfg",
|
|
"bytes 1.0.1",
|
|
"libc",
|
|
"memchr",
|
|
"mio 0.7.7",
|
|
"num_cpus",
|
|
"once_cell",
|
|
"pin-project-lite 0.2.4",
|
|
"signal-hook-registry",
|
|
"tokio-macros",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-macros"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "caf7b11a536f46a809a8a9f0bb4237020f70ecbf115b842360afb127ea2fda57"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-rustls"
|
|
version = "0.14.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
|
|
dependencies = [
|
|
"futures-core",
|
|
"rustls 0.18.1",
|
|
"tokio 0.2.25",
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-stream"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1981ad97df782ab506a1f43bf82c967326960d278acf3bf8279809648c3ff3ea"
|
|
dependencies = [
|
|
"futures-core",
|
|
"pin-project-lite 0.2.4",
|
|
"tokio 1.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-util"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
dependencies = [
|
|
"bytes 0.5.6",
|
|
"futures-core",
|
|
"futures-sink",
|
|
"log",
|
|
"pin-project-lite 0.1.11",
|
|
"tokio 0.2.25",
|
|
]
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tower-service"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"log",
|
|
"pin-project-lite 0.2.4",
|
|
"tracing-attributes",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-appender"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9965507e507f12c8901432a33e31131222abac31edd90cabbcf85cf544b7127a"
|
|
dependencies = [
|
|
"chrono",
|
|
"crossbeam-channel 0.5.0",
|
|
"tracing-subscriber",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "43f080ea7e4107844ef4766459426fa2d5c1ada2e47edba05dc7fa99d9629f47"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
|
dependencies = [
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-futures"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
|
|
dependencies = [
|
|
"pin-project 0.4.27",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-log"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5e0f8c7178e13481ff6765bd169b33e8d554c5d2bbede5e32c356194be02b9b9"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"log",
|
|
"tracing-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-subscriber"
|
|
version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1fa8f0c8f4c594e4fc9debc1990deab13238077271ba84dd853d54902ee3401"
|
|
dependencies = [
|
|
"ansi_term 0.12.1",
|
|
"chrono",
|
|
"lazy_static",
|
|
"matchers",
|
|
"regex",
|
|
"sharded-slab",
|
|
"smallvec",
|
|
"thread_local",
|
|
"tracing",
|
|
"tracing-core",
|
|
"tracing-log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-tracy"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b668a0e08f29842a38973cc33317dba03a3062538c762df7425aa6397bce480a"
|
|
dependencies = [
|
|
"tracing-core",
|
|
"tracing-subscriber",
|
|
"tracy-client",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracy-client"
|
|
version = "0.10.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e8ccdb37ca05e354a50011b8a195f115215e46324f65be92495859882cea453"
|
|
dependencies = [
|
|
"tracy-client-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracy-client-sys"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ee6f0f7878155b6102ab5aba86a92ec4357702ad44683df68ab5493ba3c86a2"
|
|
dependencies = [
|
|
"cc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "treeculler"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa14b9f5cd7d513bab5accebe8f403df8b1ac22302cac549a6ac99c0a007c84a"
|
|
dependencies = [
|
|
"num-traits",
|
|
"vek 0.11.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
[[package]]
|
|
name = "ttf-parser"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
|
|
|
|
[[package]]
|
|
name = "ttf-parser"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3e7994fc4aed0ee366a4b0d01562c8a7cd5a5017088bceb6921b0c8c538f34e"
|
|
|
|
[[package]]
|
|
name = "tui"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/fdehau/tui-rs.git?branch=paragraph-scroll#54b841fab6cfdb38e8dc1382176e965787964b4c"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cassowary",
|
|
"crossterm 0.17.7",
|
|
"unicode-segmentation",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tuple_utils"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44834418e2c5b16f47bedf35c28e148db099187dd5feee6367fb2525863af4f1"
|
|
|
|
[[package]]
|
|
name = "twox-hash"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"rand 0.7.3",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tynm"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4df2caa2dc9c3d1f7641ba981f4cd40ab229775aa7aeb834c9ab2850d50623d"
|
|
dependencies = [
|
|
"nom 5.1.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
dependencies = [
|
|
"version_check 0.9.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
dependencies = [
|
|
"matches",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
|
[[package]]
|
|
name = "unidiff"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8a62719acf1933bfdbeb73a657ecd9ecece70b405125267dd549e2e2edc232c"
|
|
dependencies = [
|
|
"encoding_rs",
|
|
"lazy_static",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unreachable"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
dependencies = [
|
|
"void",
|
|
]
|
|
|
|
[[package]]
|
|
name = "untrusted"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
|
|
[[package]]
|
|
name = "ureq"
|
|
version = "1.5.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "294b85ef5dbc3670a72e82a89971608a1fcc4ed5c7c5a2895230d31a95f0569b"
|
|
dependencies = [
|
|
"base64 0.13.0",
|
|
"chunked_transfer",
|
|
"cookie",
|
|
"cookie_store",
|
|
"log",
|
|
"once_cell",
|
|
"qstring",
|
|
"rustls 0.19.0",
|
|
"url",
|
|
"webpki",
|
|
"webpki-roots 0.21.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
|
|
dependencies = [
|
|
"form_urlencoded",
|
|
"idna",
|
|
"matches",
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
dependencies = [
|
|
"getrandom 0.2.2",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uvth"
|
|
version = "3.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e59a167890d173eb0fcd7a1b99b84dc05c521ae8d76599130b8e19bef287abbf"
|
|
dependencies = [
|
|
"crossbeam-channel 0.3.9",
|
|
"log",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
|
|
|
|
[[package]]
|
|
name = "vec_map"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
|
|
|
[[package]]
|
|
name = "vek"
|
|
version = "0.10.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4e44defd4e0c629bdc842e5d180dda428b3abd2c6b0c7e1fced8c718f65d5f77"
|
|
dependencies = [
|
|
"approx 0.3.2",
|
|
"num-integer",
|
|
"num-traits",
|
|
"rustc_version",
|
|
"serde",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vek"
|
|
version = "0.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2657d8704e5e0be82b60157c8dbc71a269273ad766984508fdc54030a0690c4d"
|
|
dependencies = [
|
|
"approx 0.3.2",
|
|
"num-integer",
|
|
"num-traits",
|
|
"rustc_version",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vek"
|
|
version = "0.12.0"
|
|
source = "git+https://gitlab.com/veloren/vek.git?branch=fix_intrinsics#237a78528b505f34f6dde5dc77db3b642388fe4a"
|
|
dependencies = [
|
|
"approx 0.3.2",
|
|
"num-integer",
|
|
"num-traits",
|
|
"rustc_version",
|
|
"serde",
|
|
"static_assertions",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-client"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"authc",
|
|
"byteorder",
|
|
"futures-executor",
|
|
"futures-timer",
|
|
"futures-util",
|
|
"hashbrown 0.9.1",
|
|
"image",
|
|
"num 0.3.1",
|
|
"num_cpus",
|
|
"rayon",
|
|
"specs",
|
|
"tokio 1.2.0",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"uvth",
|
|
"vek 0.12.0",
|
|
"veloren-common",
|
|
"veloren-common-net",
|
|
"veloren-common-sys",
|
|
"veloren-network",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-common"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"approx 0.4.0",
|
|
"arraygen",
|
|
"assets_manager",
|
|
"criterion",
|
|
"crossbeam-channel 0.5.0",
|
|
"crossbeam-utils 0.8.1",
|
|
"csv",
|
|
"directories-next",
|
|
"dot_vox",
|
|
"enum-iterator",
|
|
"hashbrown 0.9.1",
|
|
"image",
|
|
"indexmap",
|
|
"lazy_static",
|
|
"num-derive",
|
|
"num-traits",
|
|
"ordered-float 2.1.1",
|
|
"rand 0.8.3",
|
|
"rayon",
|
|
"ron",
|
|
"roots",
|
|
"serde",
|
|
"serde_json",
|
|
"serde_repr",
|
|
"slab",
|
|
"slotmap",
|
|
"specs",
|
|
"specs-idvs",
|
|
"spin_sleep",
|
|
"structopt",
|
|
"tracing",
|
|
"tracy-client",
|
|
"uuid",
|
|
"vek 0.12.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-common-net"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"authc",
|
|
"hashbrown 0.9.1",
|
|
"serde",
|
|
"specs",
|
|
"sum_type",
|
|
"tracing",
|
|
"tracy-client",
|
|
"vek 0.12.0",
|
|
"veloren-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-common-sys"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"hashbrown 0.9.1",
|
|
"indexmap",
|
|
"rand 0.8.3",
|
|
"rayon",
|
|
"serde",
|
|
"slab",
|
|
"specs",
|
|
"tar",
|
|
"toml",
|
|
"tracing",
|
|
"tracy-client",
|
|
"vek 0.12.0",
|
|
"veloren-common",
|
|
"veloren-common-net",
|
|
"veloren-plugin-api",
|
|
"wasmer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-network"
|
|
version = "0.3.0"
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-trait",
|
|
"bincode",
|
|
"bitflags",
|
|
"bytes 1.0.1",
|
|
"clap",
|
|
"criterion",
|
|
"crossbeam-channel 0.5.0",
|
|
"futures-core",
|
|
"futures-util",
|
|
"lazy_static",
|
|
"lz-fear",
|
|
"prometheus",
|
|
"prometheus-hyper",
|
|
"rand 0.8.3",
|
|
"serde",
|
|
"shellexpand",
|
|
"tokio 1.2.0",
|
|
"tokio-stream",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"veloren-network-protocol",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-network-protocol"
|
|
version = "0.5.0"
|
|
dependencies = [
|
|
"async-channel",
|
|
"async-trait",
|
|
"bitflags",
|
|
"bytes 1.0.1",
|
|
"criterion",
|
|
"prometheus",
|
|
"rand 0.8.3",
|
|
"tokio 1.2.0",
|
|
"tracing",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-plugin-api"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"serde",
|
|
"veloren-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-plugin-derive"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-plugin-rt"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"bincode",
|
|
"serde",
|
|
"veloren-plugin-api",
|
|
"veloren-plugin-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-server"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"authc",
|
|
"chrono",
|
|
"crossbeam-channel 0.5.0",
|
|
"diesel",
|
|
"diesel_migrations",
|
|
"dotenv",
|
|
"futures-channel",
|
|
"futures-executor",
|
|
"futures-timer",
|
|
"futures-util",
|
|
"hashbrown 0.9.1",
|
|
"itertools 0.9.0",
|
|
"lazy_static",
|
|
"libsqlite3-sys",
|
|
"portpicker",
|
|
"prometheus",
|
|
"prometheus-hyper",
|
|
"rand 0.8.3",
|
|
"rayon",
|
|
"ron",
|
|
"scan_fmt",
|
|
"serde",
|
|
"serde_json",
|
|
"slab",
|
|
"specs",
|
|
"specs-idvs",
|
|
"tokio 1.2.0",
|
|
"tracing",
|
|
"uvth",
|
|
"vek 0.12.0",
|
|
"veloren-common",
|
|
"veloren-common-net",
|
|
"veloren-common-sys",
|
|
"veloren-network",
|
|
"veloren-plugin-api",
|
|
"veloren-world",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-server-cli"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"ansi-parser",
|
|
"clap",
|
|
"crossterm 0.18.2",
|
|
"lazy_static",
|
|
"ron",
|
|
"serde",
|
|
"signal-hook 0.2.3",
|
|
"termcolor",
|
|
"tokio 1.2.0",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"tracing-tracy",
|
|
"tui",
|
|
"veloren-common",
|
|
"veloren-common-net",
|
|
"veloren-server",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-voxygen"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"backtrace",
|
|
"bincode",
|
|
"chrono",
|
|
"conrod_core",
|
|
"conrod_winit",
|
|
"copy_dir",
|
|
"coreaudio-sys",
|
|
"cpal",
|
|
"criterion",
|
|
"crossbeam",
|
|
"deunicode",
|
|
"directories-next",
|
|
"dispatch 0.1.4",
|
|
"dot_vox",
|
|
"enum-iterator",
|
|
"euc",
|
|
"gfx",
|
|
"gfx_device_gl",
|
|
"gfx_gl",
|
|
"gilrs",
|
|
"git2",
|
|
"glsl-include",
|
|
"glutin",
|
|
"glyph_brush",
|
|
"guillotiere",
|
|
"hashbrown 0.9.1",
|
|
"iced_native",
|
|
"iced_winit",
|
|
"image",
|
|
"inline_tweak",
|
|
"itertools 0.10.0",
|
|
"lazy_static",
|
|
"native-dialog",
|
|
"num 0.3.1",
|
|
"num_cpus",
|
|
"old_school_gfx_glutin_ext",
|
|
"ordered-float 2.1.1",
|
|
"rand 0.8.3",
|
|
"rodio",
|
|
"ron",
|
|
"serde",
|
|
"specs",
|
|
"specs-idvs",
|
|
"termcolor",
|
|
"tokio 1.2.0",
|
|
"tracing",
|
|
"tracing-appender",
|
|
"tracing-log",
|
|
"tracing-subscriber",
|
|
"tracing-tracy",
|
|
"treeculler",
|
|
"uvth",
|
|
"vek 0.12.0",
|
|
"veloren-client",
|
|
"veloren-common",
|
|
"veloren-common-net",
|
|
"veloren-common-sys",
|
|
"veloren-server",
|
|
"veloren-voxygen-anim",
|
|
"veloren-world",
|
|
"window_clipboard",
|
|
"winit",
|
|
"winres",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-voxygen-anim"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"find_folder",
|
|
"inline_tweak",
|
|
"lazy_static",
|
|
"libloading 0.6.7",
|
|
"notify 5.0.0-pre.5",
|
|
"tracing",
|
|
"vek 0.12.0",
|
|
"veloren-common",
|
|
]
|
|
|
|
[[package]]
|
|
name = "veloren-world"
|
|
version = "0.8.0"
|
|
dependencies = [
|
|
"arr_macro",
|
|
"bincode",
|
|
"bitvec",
|
|
"criterion",
|
|
"fxhash",
|
|
"hashbrown 0.9.1",
|
|
"image",
|
|
"itertools 0.10.0",
|
|
"lazy_static",
|
|
"minifb",
|
|
"noise",
|
|
"num 0.3.1",
|
|
"ordered-float 2.1.1",
|
|
"packed_simd_2",
|
|
"rand 0.8.3",
|
|
"rand_chacha 0.3.0",
|
|
"rayon",
|
|
"ron",
|
|
"serde",
|
|
"tracing",
|
|
"tracing-subscriber",
|
|
"vek 0.12.0",
|
|
"veloren-common",
|
|
"veloren-common-net",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version-compare"
|
|
version = "0.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
[[package]]
|
|
name = "void"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c66c0b9792f0a765345452775f3adbd28dde9d33f30d13e5dcc5ae17cf6f3780"
|
|
dependencies = [
|
|
"kernel32-sys",
|
|
"winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "walkdir"
|
|
version = "2.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
|
|
dependencies = [
|
|
"same-file",
|
|
"winapi 0.3.9",
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
dependencies = [
|
|
"log",
|
|
"try-lock",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"serde",
|
|
"serde_json",
|
|
"wasm-bindgen-macro",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
|
|
dependencies = [
|
|
"bumpalo",
|
|
"lazy_static",
|
|
"log",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
|
|
dependencies = [
|
|
"cfg-if 1.0.0",
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
"web-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
|
|
dependencies = [
|
|
"quote 1.0.9",
|
|
"wasm-bindgen-macro-support",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
"wasm-bindgen-backend",
|
|
"wasm-bindgen-shared",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.70"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
|
|
|
|
[[package]]
|
|
name = "wasmer"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a70cfae554988d904d64ca17ab0e7cd652ee5c8a0807094819c1ea93eb9d6866"
|
|
dependencies = [
|
|
"cfg-if 0.1.10",
|
|
"indexmap",
|
|
"more-asserts",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
"wasmer-compiler",
|
|
"wasmer-compiler-cranelift",
|
|
"wasmer-derive",
|
|
"wasmer-engine",
|
|
"wasmer-engine-jit",
|
|
"wasmer-engine-native",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
"wat",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-compiler"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6b7732a9cab472bd921d5a0c422f45b3d03f62fa2c40a89e0770cef6d47e383e"
|
|
dependencies = [
|
|
"enumset",
|
|
"serde",
|
|
"serde_bytes",
|
|
"smallvec",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
"wasmparser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-compiler-cranelift"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "48cb9395f094e1d81534f4c5e330ed4cdb424e8df870d29ad585620284f5fddb"
|
|
dependencies = [
|
|
"cranelift-codegen",
|
|
"cranelift-frontend",
|
|
"gimli 0.22.0",
|
|
"more-asserts",
|
|
"rayon",
|
|
"serde",
|
|
"smallvec",
|
|
"tracing",
|
|
"wasmer-compiler",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-derive"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8b86dcd2c3efdb8390728a2b56f762db07789aaa5aa872a9dc776ba3a7912ed"
|
|
dependencies = [
|
|
"proc-macro-error",
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"syn 1.0.60",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-engine"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "efe4667d6bd888f26ae8062a63a9379fa697415b4b4e380f33832e8418fd71b5"
|
|
dependencies = [
|
|
"backtrace",
|
|
"bincode",
|
|
"lazy_static",
|
|
"memmap2 0.2.1",
|
|
"more-asserts",
|
|
"rustc-demangle",
|
|
"serde",
|
|
"serde_bytes",
|
|
"target-lexicon",
|
|
"thiserror",
|
|
"wasmer-compiler",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-engine-jit"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "26770be802888011b4a3072f2a282fc2faa68aa48c71b3db6252a3937a85f3da"
|
|
dependencies = [
|
|
"bincode",
|
|
"cfg-if 0.1.10",
|
|
"region",
|
|
"serde",
|
|
"serde_bytes",
|
|
"wasmer-compiler",
|
|
"wasmer-engine",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-engine-native"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bb4083a6c69f2cd4b000b82a80717f37c6cc2e536aee3a8ffe9af3edc276a8b"
|
|
dependencies = [
|
|
"bincode",
|
|
"cfg-if 0.1.10",
|
|
"leb128",
|
|
"libloading 0.6.7",
|
|
"serde",
|
|
"tempfile",
|
|
"tracing",
|
|
"wasmer-compiler",
|
|
"wasmer-engine",
|
|
"wasmer-object",
|
|
"wasmer-types",
|
|
"wasmer-vm",
|
|
"which",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-object"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abf8e0c12b82ff81ebecd30d7e118be5fec871d6de885a90eeb105df0a769a7b"
|
|
dependencies = [
|
|
"object 0.22.0",
|
|
"thiserror",
|
|
"wasmer-compiler",
|
|
"wasmer-types",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-types"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7f4ac28c2951cd792c18332f03da523ed06b170f5cf6bb5b1bdd7e36c2a8218"
|
|
dependencies = [
|
|
"cranelift-entity",
|
|
"serde",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmer-vm"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a7635ba0b6d2fd325f588d69a950ad9fa04dddbf6ad08b6b2a183146319bf6ae"
|
|
dependencies = [
|
|
"backtrace",
|
|
"cc",
|
|
"cfg-if 0.1.10",
|
|
"indexmap",
|
|
"libc",
|
|
"memoffset 0.6.1",
|
|
"more-asserts",
|
|
"region",
|
|
"serde",
|
|
"thiserror",
|
|
"wasmer-types",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasmparser"
|
|
version = "0.65.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87cc2fe6350834b4e528ba0901e7aa405d78b89dc1fa3145359eb4de0e323fcf"
|
|
|
|
[[package]]
|
|
name = "wast"
|
|
version = "33.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d04fe175c7f78214971293e7d8875673804e736092206a3a4544dbc12811c1b"
|
|
dependencies = [
|
|
"leb128",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wat"
|
|
version = "1.0.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ec9c6ee01ae07a26adadcdfed22c7a97e0b8cbee9c06e0e96076ece5aeb5cfe"
|
|
dependencies = [
|
|
"wast",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-client"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab702fefbcd6d6f67fb5816e3a89a3b5a42a94290abbc015311c9a30d1068ae4"
|
|
dependencies = [
|
|
"bitflags",
|
|
"downcast-rs",
|
|
"libc",
|
|
"nix 0.17.0",
|
|
"wayland-commons 0.27.0",
|
|
"wayland-scanner 0.27.0",
|
|
"wayland-sys 0.27.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-client"
|
|
version = "0.28.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bdbdbe01d03b2267809f3ed99495b37395387fde789e0f2ebb78e8b43f75b6d7"
|
|
dependencies = [
|
|
"bitflags",
|
|
"downcast-rs",
|
|
"libc",
|
|
"nix 0.18.0",
|
|
"scoped-tls",
|
|
"wayland-commons 0.28.3",
|
|
"wayland-scanner 0.28.3",
|
|
"wayland-sys 0.28.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-commons"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e972e9336ad5a9dd861b4e21ff35ad71d3e5c6b4803d65c39913612f851b95f1"
|
|
dependencies = [
|
|
"nix 0.17.0",
|
|
"once_cell",
|
|
"smallvec",
|
|
"wayland-sys 0.27.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-commons"
|
|
version = "0.28.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "480450f76717edd64ad04a4426280d737fc3d10a236b982df7b1aee19f0e2d56"
|
|
dependencies = [
|
|
"nix 0.18.0",
|
|
"once_cell",
|
|
"smallvec",
|
|
"wayland-sys 0.28.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-cursor"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "539f346e1a3f706f38c8ccbe1196001e2fb1c9b3e6b605c27d665db2f5b60d41"
|
|
dependencies = [
|
|
"nix 0.17.0",
|
|
"wayland-client 0.27.0",
|
|
"xcursor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-cursor"
|
|
version = "0.28.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6eb122c160223a7660feeaf949d0100281d1279acaaed3720eb3c9894496e5f"
|
|
dependencies = [
|
|
"nix 0.18.0",
|
|
"wayland-client 0.28.3",
|
|
"xcursor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-egl"
|
|
version = "0.28.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c653507447113c967a1aeee413699acb42d96d6302ec967c6d51930eae8aa7f5"
|
|
dependencies = [
|
|
"wayland-client 0.28.3",
|
|
"wayland-sys 0.28.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-protocols"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3d6fc54b17b98b5083bc21ae3a30e6d75cb4b01647360e4c3a04648bcf8781d"
|
|
dependencies = [
|
|
"bitflags",
|
|
"wayland-client 0.27.0",
|
|
"wayland-commons 0.27.0",
|
|
"wayland-scanner 0.27.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-protocols"
|
|
version = "0.28.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "319a82b4d3054dd25acc32d9aee0f84fa95b63bc983fffe4703b6b8d47e01a30"
|
|
dependencies = [
|
|
"bitflags",
|
|
"wayland-client 0.28.3",
|
|
"wayland-commons 0.28.3",
|
|
"wayland-scanner 0.28.3",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-scanner"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "030f56009d932bd9400bb472764fea8109be1b0fc482d9cd75496c943ac30328"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-scanner"
|
|
version = "0.28.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7010ba5767b3fcd350decc59055390b4ebe6bd1b9279a9feb1f1888987f1133d"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24",
|
|
"quote 1.0.9",
|
|
"xml-rs",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-sys"
|
|
version = "0.27.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8bdeffbbb474477dfa2acb45ac7479e5fe8f741c64ab032c5d11b94d07edc269"
|
|
dependencies = [
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wayland-sys"
|
|
version = "0.28.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6793834e0c35d11fd96a97297abe03d37be627e1847da52e17d7e0e3b51cc099"
|
|
dependencies = [
|
|
"dlib",
|
|
"lazy_static",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.47"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
|
|
dependencies = [
|
|
"js-sys",
|
|
"wasm-bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki"
|
|
version = "0.21.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
dependencies = [
|
|
"ring",
|
|
"untrusted",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
|
|
dependencies = [
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "webpki-roots"
|
|
version = "0.21.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"
|
|
dependencies = [
|
|
"webpki",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wfd"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e713040b67aae5bf1a0ae3e1ebba8cc29ab2b90da9aa1bff6e09031a8a41d7a8"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "which"
|
|
version = "4.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
|
|
dependencies = [
|
|
"libc",
|
|
"thiserror",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-build"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-wsapoll"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "window_clipboard"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "37cf16659e398a96f4ab8deff2b9db2ca0c3c5d6c1b59b1d577b7f888f0f03c6"
|
|
dependencies = [
|
|
"clipboard-win 4.0.3",
|
|
"clipboard_macos",
|
|
"clipboard_wayland",
|
|
"clipboard_x11",
|
|
"raw-window-handle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winit"
|
|
version = "0.24.0"
|
|
source = "git+https://gitlab.com/veloren/winit.git?branch=macos-test-spiffed#488c511802dfd95ca54f6f76a38547c93c7b02c9"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cocoa 0.24.0",
|
|
"core-foundation 0.9.1",
|
|
"core-graphics 0.22.2",
|
|
"core-video-sys",
|
|
"dispatch 0.2.0",
|
|
"instant",
|
|
"lazy_static",
|
|
"libc",
|
|
"log",
|
|
"mio 0.6.23",
|
|
"mio-extras",
|
|
"ndk",
|
|
"ndk-glue",
|
|
"ndk-sys",
|
|
"objc",
|
|
"parking_lot 0.11.1",
|
|
"percent-encoding",
|
|
"raw-window-handle",
|
|
"serde",
|
|
"smithay-client-toolkit",
|
|
"wayland-client 0.28.3",
|
|
"winapi 0.3.9",
|
|
"x11-dl",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winreg"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winres"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ff4fb510bbfe5b8992ff15f77a2e6fe6cf062878f0eda00c0f44963a807ca5dc"
|
|
dependencies = [
|
|
"toml",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ws2_32-sys"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
dependencies = [
|
|
"winapi 0.2.8",
|
|
"winapi-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wyz"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
|
|
[[package]]
|
|
name = "x11-clipboard"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e5e937afd03b64b7be4f959cc044e09260a47241b71e56933f37db097bf7859d"
|
|
dependencies = [
|
|
"xcb",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11-dl"
|
|
version = "2.18.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
|
|
dependencies = [
|
|
"lazy_static",
|
|
"libc",
|
|
"maybe-uninit",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "x11rb"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a4122702a684f01cf35cf8e00d0ba513f7c4c7d46f9881d9a699f3de787e61e4"
|
|
dependencies = [
|
|
"gethostname",
|
|
"nix 0.19.1",
|
|
"winapi 0.3.9",
|
|
"winapi-wsapoll",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xattr"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcb"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "62056f63138b39116f82a540c983cc11f1c90cd70b3d492a70c25eaa50bd22a6"
|
|
dependencies = [
|
|
"libc",
|
|
"log",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xcursor"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3a9a231574ae78801646617cefd13bfe94be907c0e4fa979cfd8b770aa3c5d08"
|
|
dependencies = [
|
|
"nom 6.1.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xdg"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d089681aa106a86fade1b0128fb5daf07d5867a509ab036d99988dec80429a57"
|
|
|
|
[[package]]
|
|
name = "xi-unicode"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
|
|
|
|
[[package]]
|
|
name = "xkb"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aec02bc5de902aa579f3d2f2c522edaf40fa42963cbaffe645b058ddcc68fdb2"
|
|
dependencies = [
|
|
"bitflags",
|
|
"libc",
|
|
"xkbcommon-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xkbcommon-sys"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa434980dca02ebf28795d71e570dbb78316d095a228707efd6117bf8246d78b"
|
|
dependencies = [
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "xml-rs"
|
|
version = "0.8.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
|