2020-04-11 06:00:13 +03:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-05-23 02:23:06 +03:00
|
|
|
version = 3
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aabb-quadtree"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "08e73342dae2885db4bdffbc75ffe3a668153720a95a6e57266a0ee8aacc96ca"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"fnv",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-01-02 21:28:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "abstio"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2022-02-10 20:38:08 +03:00
|
|
|
"base64",
|
2021-01-02 21:28:00 +03:00
|
|
|
"bincode",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2021-04-19 00:43:40 +03:00
|
|
|
"futures-channel",
|
2021-01-09 04:41:53 +03:00
|
|
|
"include_dir",
|
2021-01-02 21:28:00 +03:00
|
|
|
"instant",
|
2022-05-18 16:43:16 +03:00
|
|
|
"js-sys",
|
2021-01-02 21:28:00 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2021-03-16 05:51:45 +03:00
|
|
|
"reqwest",
|
2021-01-02 21:28:00 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-04-19 00:43:40 +03:00
|
|
|
"tokio",
|
2022-05-18 16:43:16 +03:00
|
|
|
"wasm-bindgen",
|
2021-01-02 21:28:00 +03:00
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "abstutil"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-10-27 01:07:51 +03:00
|
|
|
"bincode",
|
2020-11-27 01:40:05 +03:00
|
|
|
"console_log",
|
2020-12-07 23:58:47 +03:00
|
|
|
"env_logger",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2020-10-27 01:07:51 +03:00
|
|
|
"instant",
|
2021-06-17 01:26:47 +03:00
|
|
|
"itertools 0.10.1",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
|
|
|
"num_cpus",
|
|
|
|
"scoped_threadpool",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"termion",
|
2021-01-10 00:02:39 +03:00
|
|
|
"web-sys",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-06 01:09:12 +03:00
|
|
|
name = "adler"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.0.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-06 01:09:12 +03:00
|
|
|
name = "adler32"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
2020-10-06 01:09:12 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.4.7"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-12-07 23:58:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.7.18"
|
2020-12-07 23:58:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2020-12-07 23:58:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "alsa"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.5.0"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "75c4da790adcb2ce5e758c064b4f3ec17a30349f9961d3e5e6c9688b052a9e18"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"alsa-sys",
|
|
|
|
"bitflags",
|
|
|
|
"libc",
|
2021-05-23 02:23:06 +03:00
|
|
|
"nix 0.20.0",
|
2020-12-10 00:46:27 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alsa-sys"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.3.1"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-09-24 19:36:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "1.0.41"
|
2020-09-24 19:36:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "15af2628f6890fe2609a3b91bef4c83450512802e59489f9c1cb1fa5df064a61"
|
2020-09-24 19:36:26 +03:00
|
|
|
|
2020-10-23 20:41:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.4.0"
|
2020-10-23 20:41:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
|
2020-10-23 20:41:00 +03:00
|
|
|
dependencies = [
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-10-23 20:41:00 +03:00
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-10-27 01:07:51 +03:00
|
|
|
version = "0.5.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-06-20 19:35:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atk-sys"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.15.1"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "58aeb089fb698e06db8089971c7ee317ab9644bade33383f63631437b03aafb6"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atomic-polyfill"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e14bf7b4f565e5e717d7a7a65b2a05c0b8c96e4db636d6f780f03b15108cdd1b"
|
|
|
|
dependencies = [
|
|
|
|
"critical-section",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "1.1.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
|
|
|
|
|
2020-12-07 21:30:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.3.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.56.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
2022-05-10 18:35:37 +03:00
|
|
|
"shlex 0.1.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.58.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0f8523b410d7187a43085e7e064416ea32ded16bd0a4e6fc025e21616d01258f"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"clap",
|
|
|
|
"env_logger",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex 1.1.0",
|
|
|
|
"which",
|
2020-12-10 00:46:27 +03:00
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dcb6dd1c2376d2e096796e234a70e17e94cc2d5d54ff8ce42b28cef1d0d359a4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitfield"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.16"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "built"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.5.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "4f346b6890a0dfa7266974910e7df2d5088120dd54721b9b0e5aae1ae5e05715"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"cargo-lock",
|
|
|
|
"chrono",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "3.7.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-05-09 19:48:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "1.7.0"
|
2020-05-09 19:48:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "9966d2ab714d0f785dbac0a0396251a35280aeb42413281617d0209ab4898435"
|
2020-05-09 19:48:23 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.4.3"
|
2021-02-09 03:40:25 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2021-02-09 03:40:25 +03:00
|
|
|
|
2021-02-04 05:13:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cairo-sys-rs"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.15.1"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "3c55d429bef56ac9172d25fecb85dc8068307d17acd74b377866b7a1ef25d3c8"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "calloop"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.10.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "a22a6a8f622f797120d452c630b0ab12e1331a1a753e2039ce7868d4ac77b4ee"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
2022-07-29 19:14:28 +03:00
|
|
|
"nix 0.24.2",
|
|
|
|
"slotmap",
|
|
|
|
"thiserror",
|
|
|
|
"vec_map",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo-lock"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "7.0.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "a19807e9f4f8af2c8ece4236ed7d229b9179da1f3f2ba44e765c7ba934748f99"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-06-17 01:26:47 +03:00
|
|
|
"semver 1.0.3",
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
|
|
|
"toml",
|
2021-02-09 03:34:56 +03:00
|
|
|
"url",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "1.0.73"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2021-05-23 02:23:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[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 = [
|
2020-12-15 04:48:47 +03:00
|
|
|
"nom 5.1.2",
|
2020-12-10 00:46:27 +03:00
|
|
|
]
|
|
|
|
|
2022-02-22 20:35:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "295b6eb918a60a25fec0b23a5e633e74fddbaf7bb04411e65a10c366aca4b5cd"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:07:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cgl"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.4.19"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2021-05-23 02:23:06 +03:00
|
|
|
"time",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.2.0"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"glob",
|
|
|
|
"libc",
|
2022-02-22 19:50:53 +03:00
|
|
|
"libloading",
|
2020-12-10 00:46:27 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "2.33.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim 0.8.0",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-09-14 21:53:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cli"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-09-15 04:45:36 +03:00
|
|
|
"aabb-quadtree",
|
2021-09-14 21:53:06 +03:00
|
|
|
"abstio",
|
|
|
|
"abstutil",
|
2021-09-14 22:27:25 +03:00
|
|
|
"anyhow",
|
|
|
|
"csv",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2022-06-22 22:00:30 +03:00
|
|
|
"geo",
|
2021-09-14 22:27:25 +03:00
|
|
|
"geom",
|
2021-09-15 05:44:25 +03:00
|
|
|
"importer",
|
2021-09-14 22:27:25 +03:00
|
|
|
"log",
|
2021-09-14 21:53:06 +03:00
|
|
|
"map_model",
|
2021-09-14 22:27:25 +03:00
|
|
|
"osmio",
|
2021-09-14 21:53:06 +03:00
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
2021-09-14 22:27:25 +03:00
|
|
|
"serde",
|
2021-09-14 21:53:06 +03:00
|
|
|
"sim",
|
|
|
|
"structopt",
|
2022-01-28 15:50:04 +03:00
|
|
|
"synthpop",
|
2021-09-15 05:16:44 +03:00
|
|
|
"tokio",
|
2021-09-14 21:53:06 +03:00
|
|
|
]
|
|
|
|
|
2021-03-13 23:54:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "clipboard"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
|
|
|
|
dependencies = [
|
|
|
|
"clipboard-win",
|
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"objc_id",
|
|
|
|
"x11-clipboard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clipboard-win"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
|
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
|
|
|
version = "0.1.48"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e8ad8cef104ac57b68b89df3208164d228503abbdce70f6880ffa3d970e7443a"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2020-12-12 07:47:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa"
|
|
|
|
version = "0.24.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"block",
|
|
|
|
"cocoa-foundation",
|
2022-07-29 19:14:28 +03:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
|
|
|
"foreign-types 0.3.2",
|
2020-12-12 07:47:00 +03:00
|
|
|
"libc",
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2020-10-03 07:31:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cocoa-foundation"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bitflags",
|
|
|
|
"block",
|
2022-07-29 19:14:28 +03:00
|
|
|
"core-foundation",
|
2020-10-27 01:07:51 +03:00
|
|
|
"core-graphics-types",
|
2022-07-29 19:14:28 +03:00
|
|
|
"foreign-types 0.3.2",
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
|
|
|
"objc",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-11-06 03:16:40 +03:00
|
|
|
[[package]]
|
|
|
|
name = "collisions"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"geom",
|
|
|
|
"kml",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-10-27 01:07:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2020-04-28 04:48:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "colorous"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.0.5"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "3709fbbf6c748d84846a3ad0f7b97e6c7acc6126defcebc4b09fb77dce300750"
|
2020-12-10 00:46:27 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "4.6.0"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "a2d47c1b11006b87e492b53b313bb699ce60e16613c4dddaa91f8f7c220ab2fa"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"bytes",
|
2020-12-10 00:46:27 +03:00
|
|
|
"memchr",
|
2020-12-15 04:48:47 +03:00
|
|
|
]
|
|
|
|
|
2020-10-06 01:09:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "console_log"
|
2020-11-11 23:02:53 +03:00
|
|
|
version = "0.2.0"
|
2020-10-06 01:09:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:02:53 +03:00
|
|
|
checksum = "501a375961cef1a0d44767200e66e4a559283097e91d0730b1d75dfb2f8a1494"
|
2020-10-06 01:09:12 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
|
|
|
"web-sys",
|
2020-10-06 01:09:12 +03:00
|
|
|
]
|
|
|
|
|
2020-07-21 03:03:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "contour"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "024c7de092fb673e050287f38a91aa0c587a23ebd0598f42f18b06320ef1c577"
|
2020-07-21 03:03:32 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"geojson",
|
|
|
|
"lazy_static",
|
|
|
|
"rustc-hash",
|
|
|
|
"serde_json",
|
|
|
|
"slab",
|
2020-07-21 03:03:32 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "convert_osm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2021-12-02 15:29:41 +03:00
|
|
|
"csv",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2020-10-27 01:07:51 +03:00
|
|
|
"geom",
|
2022-07-08 18:27:13 +03:00
|
|
|
"import_streets",
|
2020-10-27 01:07:51 +03:00
|
|
|
"kml",
|
2020-11-04 02:57:21 +03:00
|
|
|
"log",
|
2022-02-19 20:39:28 +03:00
|
|
|
"raw_map",
|
2021-02-09 03:34:56 +03:00
|
|
|
"serde",
|
2022-07-07 11:03:10 +03:00
|
|
|
"street_network",
|
2020-12-10 00:46:27 +03:00
|
|
|
]
|
|
|
|
|
2020-10-03 07:31:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"core-foundation-sys 0.8.2",
|
|
|
|
"libc",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
|
|
|
|
2020-10-03 07:31:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2020-10-27 01:07:51 +03:00
|
|
|
version = "0.8.2"
|
2020-10-03 07:31:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
|
2020-10-03 07:31:56 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.22.2"
|
2020-10-03 07:31:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bitflags",
|
2022-07-29 19:14:28 +03:00
|
|
|
"core-foundation",
|
2020-10-27 01:07:51 +03:00
|
|
|
"core-graphics-types",
|
2022-07-29 19:14:28 +03:00
|
|
|
"foreign-types 0.3.2",
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-graphics-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bitflags",
|
2022-07-29 19:14:28 +03:00
|
|
|
"core-foundation",
|
|
|
|
"foreign-types 0.3.2",
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
2022-07-29 19:14:28 +03:00
|
|
|
name = "core-text"
|
|
|
|
version = "19.2.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
|
|
|
"foreign-types 0.3.2",
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-rs"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.10.0"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"coreaudio-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-sys"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b7e3347be6a09b46aba228d6608386739fb70beff4f61e07422da87b0bb31fa"
|
|
|
|
dependencies = [
|
2022-05-10 18:35:37 +03:00
|
|
|
"bindgen 0.56.0",
|
2020-12-10 00:46:27 +03:00
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cortex-m"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd20d4ac4aa86f4f75f239d59e542ef67de87cce2c282818dc6e84155d3ea126"
|
|
|
|
dependencies = [
|
|
|
|
"bare-metal 0.2.5",
|
|
|
|
"bitfield",
|
|
|
|
"embedded-hal",
|
|
|
|
"volatile-register",
|
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cpal"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.13.3"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "8351ddf2aaa3c583fa388029f8b3d26f3c7035a20911fdd5f2e2ed7ab57dad25"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"alsa",
|
|
|
|
"core-foundation-sys 0.6.2",
|
|
|
|
"coreaudio-rs",
|
2021-05-23 02:23:06 +03:00
|
|
|
"jni",
|
2020-12-10 00:46:27 +03:00
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"mach",
|
2021-05-23 02:23:06 +03:00
|
|
|
"ndk 0.3.0",
|
|
|
|
"ndk-glue 0.3.0",
|
|
|
|
"nix 0.20.0",
|
2020-12-10 00:46:27 +03:00
|
|
|
"oboe",
|
2022-06-12 19:09:06 +03:00
|
|
|
"parking_lot 0.11.1",
|
2021-05-23 02:23:06 +03:00
|
|
|
"stdweb",
|
2020-12-10 00:46:27 +03:00
|
|
|
"thiserror",
|
|
|
|
"web-sys",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-12-10 00:46:27 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2020-10-27 01:07:51 +03:00
|
|
|
version = "1.2.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "critical-section"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95da181745b56d4bd339530ec393508910c909c784e8962d15d722bacf0bcbcd"
|
|
|
|
dependencies = [
|
|
|
|
"bare-metal 1.0.0",
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2022-06-13 19:30:51 +03:00
|
|
|
"cortex-m",
|
|
|
|
"riscv",
|
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "crossfont"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f66b1c1979c4362323f03ab6bf7fb522902bfc418e0c37319ab347f9561d980f"
|
|
|
|
dependencies = [
|
|
|
|
"cocoa",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys 0.8.2",
|
|
|
|
"core-graphics",
|
|
|
|
"core-text",
|
|
|
|
"dwrote",
|
|
|
|
"foreign-types 0.5.0",
|
|
|
|
"freetype-rs",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
"once_cell",
|
|
|
|
"pkg-config",
|
|
|
|
"servo-fontconfig",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.1.6"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bstr",
|
|
|
|
"csv-core",
|
2022-06-12 19:09:06 +03:00
|
|
|
"itoa 0.4.7",
|
2020-10-27 01:07:51 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"memchr",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-10-19 22:52:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "3.1.9"
|
2020-10-19 22:52:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "232295399409a8b7ae41276757b5a1cc21032848d42bff2352261f958b3ca29a"
|
2020-10-19 22:52:26 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"nix 0.20.0",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-10-19 22:52:26 +03:00
|
|
|
]
|
|
|
|
|
2022-02-22 19:50:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "cty"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
|
|
|
|
|
2020-07-06 23:09:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.10.2"
|
2020-07-06 23:09:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
2020-07-06 23:09:49 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"darling_macro 0.10.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f2c43f534ea4b0b049015d00269734195e6d3f0f6635cb692251aca6f9f8b3c"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.12.4",
|
|
|
|
"darling_macro 0.12.4",
|
2020-07-06 23:09:49 +03:00
|
|
|
]
|
|
|
|
|
2022-02-22 19:50:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0d720b8683f8dd83c65155f0530560cba68cd2bf395f6513a483caee57ff7f4"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.13.1",
|
|
|
|
"darling_macro 0.13.1",
|
|
|
|
]
|
|
|
|
|
2020-07-06 23:09:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.10.2"
|
2020-07-06 23:09:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
2020-07-06 23:09:49 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2021-02-09 03:34:56 +03:00
|
|
|
"strsim 0.9.3",
|
2020-10-27 01:07:51 +03:00
|
|
|
"syn",
|
2020-07-06 23:09:49 +03:00
|
|
|
]
|
|
|
|
|
2021-05-23 02:23:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e91455b86830a1c21799d94524df0845183fa55bafd9aa137b01c7d1065fa36"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2022-02-22 19:50:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a340f241d2ceed1deb47ae36c4144b2707ec7dd0b649f894cb39bb595986324"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.10.0",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-07-06 23:09:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.10.2"
|
2020-07-06 23:09:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
2020-07-06 23:09:49 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"darling_core 0.10.2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.12.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "29b5acf0dea37a7f66f7b25d2c5e93fd46f8f6968b1a5d7a3e02e97768afc95a"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.12.4",
|
2020-10-27 01:07:51 +03:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-07-06 23:09:49 +03:00
|
|
|
]
|
|
|
|
|
2022-02-22 19:50:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72c41b3b7352feb3211a0d743dc5700a4e3b60f51bd2b368892d1e0f9a95f44b"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core 0.13.1",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "data-url"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "d33fe99ccedd6e84bc035f1931bb2e6be79739d6242bd895e7311c886c50dc9c"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"matches",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-09 19:48:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "deflate"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "1.0.0"
|
2020-05-09 19:48:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
|
2020-05-09 19:48:23 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"adler32",
|
2020-05-09 19:48:23 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "2.2.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-03-13 21:06:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
|
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"darling 0.10.2",
|
2021-03-13 21:06:19 +03:00
|
|
|
"derive_builder_core",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
|
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"darling 0.10.2",
|
2021-03-13 21:06:19 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dispatch"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2021-05-23 02:23:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dlib"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
|
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"libloading",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
2020-09-24 19:36:26 +03:00
|
|
|
version = "1.2.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "dwrote"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"winapi",
|
|
|
|
"wio",
|
|
|
|
]
|
|
|
|
|
2020-07-17 01:33:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "earcutr"
|
2021-01-14 19:29:05 +03:00
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e9734102a0d57b956cac7944d73612ca7bc10a9ada09b128be403c81cd9c7c6d"
|
2020-07-17 01:33:01 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "1.6.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "embedded-hal"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff"
|
|
|
|
dependencies = [
|
|
|
|
"nb 0.1.3",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.8.28"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-09-15 06:56:43 +03:00
|
|
|
[[package]]
|
|
|
|
name = "enum_dispatch"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.7"
|
2020-09-15 06:56:43 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "bd53b3fde38a39a06b2e66dc282f3e86191e53bd04cc499929c15742beae3df8"
|
2020-09-15 06:56:43 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-09-15 06:56:43 +03:00
|
|
|
]
|
|
|
|
|
2020-07-06 23:09:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "enumset"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.0.6"
|
2020-07-06 23:09:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "fbd795df6708a599abf1ee10eacc72efd052b7a5f70fdf0715e4d5151a6db9c3"
|
2020-07-06 23:09:49 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"enumset_derive",
|
|
|
|
"serde",
|
2020-07-06 23:09:49 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "enumset_derive"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.5.4"
|
2020-07-06 23:09:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "e19c52f9ec503c8a68dc04daf71a04b07e690c32ab1a8b68e33897f255269d47"
|
2020-07-06 23:09:49 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"darling 0.12.4",
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-07-06 23:09:49 +03:00
|
|
|
]
|
|
|
|
|
2020-12-07 23:58:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.8.4"
|
2020-12-07 23:58:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
2020-12-07 23:58:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "euclid"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.22.6"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "da96828553a086d7b18dcebfc579bd9628b016f86590d7453c115e490fa74b80"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "expat-sys"
|
|
|
|
version = "2.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2021-02-09 01:15:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fast_paths"
|
2021-07-02 22:42:47 +03:00
|
|
|
version = "0.3.0-SNAPSHOT"
|
2021-09-13 10:14:27 +03:00
|
|
|
source = "git+https://github.com/easbar/fast_paths?rev=9a954e02f01ed16939d3c4a2dc9dd3fb4f6c03ee#9a954e02f01ed16939d3c4a2dc9dd3fb4f6c03ee"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
|
|
|
"priority-queue",
|
|
|
|
"serde",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-11-24 02:54:09 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fifteen_min"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-04 20:53:24 +03:00
|
|
|
"abstio",
|
2020-11-24 02:54:09 +03:00
|
|
|
"abstutil",
|
|
|
|
"contour",
|
|
|
|
"geojson",
|
|
|
|
"geom",
|
2021-02-09 03:34:56 +03:00
|
|
|
"getrandom",
|
2020-11-24 22:30:03 +03:00
|
|
|
"log",
|
2020-11-24 02:54:09 +03:00
|
|
|
"map_gui",
|
|
|
|
"map_model",
|
2022-01-31 14:20:50 +03:00
|
|
|
"structopt",
|
2022-03-30 17:56:37 +03:00
|
|
|
"synthpop",
|
2020-12-18 23:36:19 +03:00
|
|
|
"wasm-bindgen",
|
2020-11-24 02:54:09 +03:00
|
|
|
"widgetry",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
2021-07-11 00:33:01 +03:00
|
|
|
version = "0.4.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-11 00:33:01 +03:00
|
|
|
checksum = "398ea4fabe40b9b0d885340a2a991a44c8a645624075ad966d21f88688e2b69e"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2021-01-01 03:20:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flatbuffers"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a788f068dd10687940565bf4b5480ee943176cbd114b12e811074bcf7c04e4b9"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2021-02-04 05:13:06 +03:00
|
|
|
version = "1.0.20"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 05:13:06 +03:00
|
|
|
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2020-10-27 01:07:51 +03:00
|
|
|
"crc32fast",
|
|
|
|
"libc",
|
2021-05-23 02:23:06 +03:00
|
|
|
"miniz_oxide 0.4.4",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-01-01 03:20:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "flatgeobuf"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7197bc0c1909c1dd5ffc0927b8635c1dcf0df4758446711371b93f23c9c5745c"
|
2021-01-01 03:20:32 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
2021-05-23 02:23:06 +03:00
|
|
|
"bytes",
|
2021-02-09 01:15:58 +03:00
|
|
|
"fallible-streaming-iterator",
|
2021-01-01 03:20:32 +03:00
|
|
|
"flatbuffers",
|
|
|
|
"geozero",
|
|
|
|
"log",
|
2021-02-09 01:15:58 +03:00
|
|
|
"reqwest",
|
2021-01-01 03:20:32 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "float-cmp"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.9.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-06-01 19:18:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "float_next_after"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "4fc612c5837986b7104a87a0df74a5460931f1c5274be12f8d0f40aa2f30d632"
|
2020-06-01 19:18:17 +03:00
|
|
|
dependencies = [
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-06-01 19:18:17 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "1.0.7"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-06-26 21:22:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fontdb"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.9.1"
|
2020-12-07 21:30:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "122fa73a5566372f9df09768a16e8e3dad7ad18abe07835f1f0b71f84078ba4c"
|
2020-06-26 21:22:22 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
2022-02-22 20:24:03 +03:00
|
|
|
"ttf-parser",
|
2020-06-26 21:22:22 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"foreign-types-shared 0.1.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-macros",
|
|
|
|
"foreign-types-shared 0.3.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-macros"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8469d0d40519bc608ec6863f1cc88f3f1deee15913f2f3b3e573d81ed38cccc"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
|
|
|
|
|
2020-11-11 23:02:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.0.1"
|
2020-11-11 23:02:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-11-11 23:02:53 +03:00
|
|
|
dependencies = [
|
|
|
|
"matches",
|
2021-02-09 03:34:56 +03:00
|
|
|
"percent-encoding",
|
2020-11-11 23:02:53 +03:00
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "freetype-rs"
|
|
|
|
version = "0.26.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74eadec9d0a5c28c54bb9882e54787275152a4e36ce206b45d7451384e5bf5fb"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"freetype-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "freetype-sys"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
|
|
|
|
dependencies = [
|
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2022-01-17 20:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "fs-err"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ebd3504ad6116843b8375ad70df74e7bfe83cac77a1f3fe73200c844d43bfe0"
|
|
|
|
|
2020-10-08 20:51:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.15"
|
2020-10-08 20:51:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
|
2020-10-08 20:51:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-10-08 20:51:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-11 22:18:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.15"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
|
2020-05-11 22:18:19 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.15"
|
2020-10-08 20:51:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
|
2020-10-08 20:51:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.15"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
|
2020-10-08 20:51:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2020-10-08 20:51:13 +03:00
|
|
|
]
|
2020-05-11 22:18:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.15"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
|
2020-05-11 22:18:19 +03:00
|
|
|
|
2020-06-23 19:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.15"
|
2020-06-23 19:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
|
2020-06-23 19:00:41 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"autocfg",
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-06-23 19:00:41 +03:00
|
|
|
]
|
|
|
|
|
2020-05-11 22:18:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.15"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
|
2020-05-11 22:18:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.15"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
|
2020-05-11 22:18:19 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.15"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
|
2020-05-11 22:18:19 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"autocfg",
|
2020-10-27 01:07:51 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
2021-02-09 03:34:56 +03:00
|
|
|
"pin-project-lite",
|
2020-10-27 01:07:51 +03:00
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "game"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"aabb-quadtree",
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2021-01-01 03:20:32 +03:00
|
|
|
"anyhow",
|
2021-10-05 19:09:33 +03:00
|
|
|
"clipboard",
|
2020-11-06 04:53:54 +03:00
|
|
|
"collisions",
|
2020-10-27 01:07:51 +03:00
|
|
|
"colorous",
|
|
|
|
"contour",
|
2021-05-04 20:34:34 +03:00
|
|
|
"csv",
|
2020-10-27 01:07:51 +03:00
|
|
|
"downcast-rs",
|
|
|
|
"enumset",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2021-04-21 04:52:03 +03:00
|
|
|
"futures-channel",
|
2022-06-22 22:00:30 +03:00
|
|
|
"geo",
|
2020-10-27 01:07:51 +03:00
|
|
|
"geojson",
|
|
|
|
"geom",
|
2021-02-09 03:34:56 +03:00
|
|
|
"getrandom",
|
2020-10-27 01:07:51 +03:00
|
|
|
"instant",
|
|
|
|
"kml",
|
2021-05-11 21:18:58 +03:00
|
|
|
"lazy_static",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
|
|
|
"lttb",
|
2020-11-23 03:11:27 +03:00
|
|
|
"map_gui",
|
2020-10-27 01:07:51 +03:00
|
|
|
"map_model",
|
|
|
|
"maplit",
|
|
|
|
"petname",
|
2020-12-10 20:35:50 +03:00
|
|
|
"popdat",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-10-27 01:07:51 +03:00
|
|
|
"rand_xorshift",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sim",
|
2021-11-11 23:58:57 +03:00
|
|
|
"structopt",
|
2020-10-27 01:07:51 +03:00
|
|
|
"svg_face",
|
2022-01-28 15:33:39 +03:00
|
|
|
"synthpop",
|
2020-10-27 01:07:51 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"widgetry",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdal"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f05358ac96cd0a0420ef0fdb84e4d9039f6deb6c923a1643ecc8e19e34f7ca45"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-02-09 03:34:56 +03:00
|
|
|
"bitflags",
|
2020-10-27 01:07:51 +03:00
|
|
|
"gdal-sys",
|
2021-01-04 07:01:27 +03:00
|
|
|
"geo-types",
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2021-06-17 01:26:47 +03:00
|
|
|
"semver 0.11.0",
|
2021-01-04 07:01:27 +03:00
|
|
|
"thiserror",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdal-sys"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30a320e53209a395011eb98d413bd31a44c8f3b3f561eb3d49065775bd24491f"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-05-10 18:35:37 +03:00
|
|
|
"bindgen 0.58.1",
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2021-06-17 01:26:47 +03:00
|
|
|
"semver 0.11.0",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gdk-pixbuf-sys"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.15.1"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "413424d9818621fa3cfc8a3a915cdb89a7c3c507d56761b4ec83a9a98e587171"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gdk-sys"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.15.1"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "32e7a08c1e8f06f4177fb7e51a777b8c1689f743a7bc11ea91d44d2226073a88"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
2022-06-13 19:30:51 +03:00
|
|
|
name = "geo"
|
2022-06-24 20:23:34 +03:00
|
|
|
version = "0.22.0"
|
2022-06-13 19:30:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-24 20:23:34 +03:00
|
|
|
checksum = "6f9a9248b7d4f0168bbf24d66d1cf6f11f49949abe44f8b8c15657dafd067cd0"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"float_next_after",
|
2021-01-04 07:01:27 +03:00
|
|
|
"geo-types",
|
2022-06-13 19:30:51 +03:00
|
|
|
"geographiclib-rs",
|
|
|
|
"log",
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2021-02-09 03:34:56 +03:00
|
|
|
"robust",
|
2022-06-22 22:00:30 +03:00
|
|
|
"rstar",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geo-types"
|
2022-06-24 20:23:34 +03:00
|
|
|
version = "0.7.6"
|
2022-02-22 19:45:49 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-24 20:23:34 +03:00
|
|
|
checksum = "d9805fbfcea97de816e6408e938603241879cc41eea3fba3f84f122f4f6f9c54"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"approx",
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2022-06-22 22:00:30 +03:00
|
|
|
"rstar",
|
2020-10-23 20:41:00 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "geographiclib-rs"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "b78e20d5d868fa2c4182a8170cb4df261e781a605810e3c1500269c1907da461"
|
2020-10-23 20:41:00 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"lazy_static",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-07-04 21:29:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "geojson"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.22.2"
|
2021-02-09 03:34:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "9c209e446d28d9142fb23127808bef2a1485924e7b42cd8c9407ea7cbfe09ccc"
|
2020-07-04 21:29:45 +03:00
|
|
|
dependencies = [
|
2021-01-04 07:01:27 +03:00
|
|
|
"geo-types",
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-11-11 23:02:53 +03:00
|
|
|
"thiserror",
|
2020-07-04 21:29:45 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "geom"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"aabb-quadtree",
|
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-10-27 01:07:51 +03:00
|
|
|
"earcutr",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2022-06-22 22:00:30 +03:00
|
|
|
"geo",
|
2020-10-29 22:23:39 +03:00
|
|
|
"geojson",
|
2020-10-27 01:07:51 +03:00
|
|
|
"histogram",
|
|
|
|
"instant",
|
|
|
|
"ordered-float",
|
|
|
|
"polylabel",
|
2021-06-28 19:32:05 +03:00
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
2022-07-15 11:37:07 +03:00
|
|
|
"serde_json",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-01-01 03:20:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "geozero"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.7.4"
|
2021-01-01 03:20:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "917cdab5cb89696c58122acc2afea6def1b5a389a472d84fa742754d363b28f7"
|
2021-01-01 03:20:32 +03:00
|
|
|
dependencies = [
|
2021-01-04 07:01:27 +03:00
|
|
|
"geo-types",
|
2021-01-01 03:20:32 +03:00
|
|
|
"geojson",
|
2021-05-23 02:23:06 +03:00
|
|
|
"thiserror",
|
2021-01-01 03:20:32 +03:00
|
|
|
]
|
|
|
|
|
2021-01-04 06:48:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-05-23 02:36:57 +03:00
|
|
|
version = "0.2.3"
|
2021-01-04 06:48:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:36:57 +03:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2021-01-04 06:48:03 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2021-02-04 05:13:06 +03:00
|
|
|
"js-sys",
|
2021-01-04 06:48:03 +03:00
|
|
|
"libc",
|
2022-06-12 19:09:06 +03:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2021-01-05 22:12:03 +03:00
|
|
|
"wasm-bindgen",
|
2021-01-04 06:48:03 +03:00
|
|
|
]
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gio-sys"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.15.6"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "1d0fa5052773f5a56b8ae47dab09d040f5d9ce1311f4f99006e16e9a08269296"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2021-04-13 23:39:50 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gl_generator"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.14.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"khronos_api",
|
|
|
|
"log",
|
|
|
|
"xml-rs",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glib-sys"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.15.6"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "f4366377bd56697de8aaee24e673c575d2694d72e7756324ded2b0428829a7b8"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glow"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.11.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"js-sys",
|
|
|
|
"slotmap",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glutin"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.28.0"
|
2022-07-29 19:14:28 +03:00
|
|
|
source = "git+https://github.com/rust-windowing/glutin#2bffbf52d6b4f4c32adc463818e10ac8082948e4"
|
2020-10-27 01:07:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"cgl",
|
2022-02-22 19:50:53 +03:00
|
|
|
"cocoa",
|
2022-07-29 19:14:28 +03:00
|
|
|
"core-foundation",
|
2020-10-27 01:07:51 +03:00
|
|
|
"glutin_egl_sys",
|
|
|
|
"glutin_gles2_sys",
|
|
|
|
"glutin_glx_sys",
|
|
|
|
"glutin_wgl_sys",
|
|
|
|
"lazy_static",
|
2022-02-22 19:50:53 +03:00
|
|
|
"libloading",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
|
|
|
"objc",
|
|
|
|
"osmesa-sys",
|
2022-07-29 19:14:28 +03:00
|
|
|
"parking_lot 0.12.1",
|
|
|
|
"raw-window-handle 0.5.0",
|
2020-10-27 01:07:51 +03:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-egl",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-10-27 01:07:51 +03:00
|
|
|
"winit",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glutin_egl_sys"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.1.5"
|
2022-07-29 19:14:28 +03:00
|
|
|
source = "git+https://github.com/rust-windowing/glutin#2bffbf52d6b4f4c32adc463818e10ac8082948e4"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"gl_generator",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glutin_gles2_sys"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.1.5"
|
2022-07-29 19:14:28 +03:00
|
|
|
source = "git+https://github.com/rust-windowing/glutin#2bffbf52d6b4f4c32adc463818e10ac8082948e4"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"gl_generator",
|
|
|
|
"objc",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glutin_glx_sys"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.1.7"
|
2022-07-29 19:14:28 +03:00
|
|
|
source = "git+https://github.com/rust-windowing/glutin#2bffbf52d6b4f4c32adc463818e10ac8082948e4"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"gl_generator",
|
|
|
|
"x11-dl",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glutin_wgl_sys"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.1.5"
|
2022-07-29 19:14:28 +03:00
|
|
|
source = "git+https://github.com/rust-windowing/glutin#2bffbf52d6b4f4c32adc463818e10ac8082948e4"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"gl_generator",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "gobject-sys"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.15.5"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "df6859463843c20cf3837e3a9069b6ab2051aeeadf4c899d33344f4aea83189a"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gtk-sys"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.15.3"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "d5bc2f0587cba247f60246a0ca11fe25fb733eabc3de12d1965fc07efab87c84"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"atk-sys",
|
|
|
|
"cairo-sys-rs",
|
|
|
|
"gdk-pixbuf-sys",
|
|
|
|
"gdk-sys",
|
|
|
|
"gio-sys",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"pango-sys",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
2021-02-04 05:13:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "0.3.13"
|
2021-02-04 05:13:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
|
2021-02-04 05:13:06 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"bytes",
|
2020-10-27 01:07:51 +03:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
2021-02-09 01:15:58 +03:00
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
2020-10-27 01:07:51 +03:00
|
|
|
"tracing",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hash32"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2022-06-20 19:35:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hash32-derive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59d2aba832b60be25c1b169146b27c64115470981b128ed84c8db18c1b03c6ff"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2020-11-11 23:02:53 +03:00
|
|
|
version = "0.9.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:02:53 +03:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-06-12 19:09:06 +03:00
|
|
|
"ahash 0.4.7",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.11.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
|
|
|
dependencies = [
|
|
|
|
"ahash 0.7.6",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headless"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-10-29 22:00:34 +03:00
|
|
|
"geojson",
|
2020-10-27 01:07:51 +03:00
|
|
|
"geom",
|
2021-02-09 01:15:58 +03:00
|
|
|
"hyper",
|
2020-10-27 01:07:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"map_model",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-10-27 01:07:51 +03:00
|
|
|
"rand_xorshift",
|
|
|
|
"serde",
|
2020-10-29 22:00:34 +03:00
|
|
|
"serde_json",
|
2020-10-27 01:07:51 +03:00
|
|
|
"sim",
|
2021-10-26 21:10:08 +03:00
|
|
|
"structopt",
|
2022-01-28 15:50:04 +03:00
|
|
|
"synthpop",
|
2021-02-09 01:15:58 +03:00
|
|
|
"tokio",
|
2021-02-09 03:34:56 +03:00
|
|
|
"url",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heapless"
|
|
|
|
version = "0.7.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a08e755adbc0ad283725b29f4a4883deee15336f372d5f61fae59efec40f983"
|
|
|
|
dependencies = [
|
|
|
|
"atomic-polyfill",
|
2022-06-22 22:00:30 +03:00
|
|
|
"hash32",
|
2022-06-13 19:30:51 +03:00
|
|
|
"rustc_version 0.4.0",
|
|
|
|
"spin 0.9.3",
|
2020-10-27 01:07:51 +03:00
|
|
|
"stable_deref_trait",
|
2020-10-23 20:41:00 +03:00
|
|
|
]
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.3.3"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"unicode-segmentation",
|
|
|
|
]
|
|
|
|
|
2022-02-22 20:35:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.1.18"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "histogram"
|
|
|
|
version = "0.6.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "12cb882ccb290b8646e554b157ab0b71e64e8d5bef775cd66b6531e52d302669"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-06 01:09:12 +03:00
|
|
|
name = "htmlescape"
|
|
|
|
version = "0.3.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
2020-10-06 01:09:12 +03:00
|
|
|
name = "http"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.4"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"bytes",
|
2020-10-27 01:07:51 +03:00
|
|
|
"fnv",
|
2022-06-12 19:09:06 +03:00
|
|
|
"itoa 0.4.7",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-02-04 05:13:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.4.2"
|
2021-02-04 05:13:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
|
2021-02-04 05:13:06 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"bytes",
|
2020-10-27 01:07:51 +03:00
|
|
|
"http",
|
2021-05-23 02:23:06 +03:00
|
|
|
"pin-project-lite",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-10-06 01:09:12 +03:00
|
|
|
name = "httparse"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "1.7.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-09-24 19:36:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "1.0.1"
|
2020-09-24 19:36:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
|
2020-09-24 19:36:26 +03:00
|
|
|
|
2020-12-07 23:58:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "2.1.0"
|
2020-12-07 23:58:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2020-12-07 23:58:47 +03:00
|
|
|
|
2021-02-04 05:13:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "0.14.19"
|
2021-02-04 05:13:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "42dc3c131584288d375f2d07f822b0cb012d8c6fb899a5b9fdb3cb7eb9b6004f"
|
2021-02-04 05:13:06 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"bytes",
|
2021-02-04 05:13:06 +03:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-02-09 01:15:58 +03:00
|
|
|
"h2",
|
2021-02-04 05:13:06 +03:00
|
|
|
"http",
|
2021-02-09 01:15:58 +03:00
|
|
|
"http-body",
|
2021-02-04 05:13:06 +03:00
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2022-06-12 19:09:06 +03:00
|
|
|
"itoa 1.0.2",
|
2021-06-17 01:26:47 +03:00
|
|
|
"pin-project-lite",
|
2021-02-04 05:13:06 +03:00
|
|
|
"socket2",
|
2021-02-09 01:15:58 +03:00
|
|
|
"tokio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
2020-06-23 19:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-rustls"
|
2021-02-04 05:13:06 +03:00
|
|
|
version = "0.22.1"
|
2020-06-23 19:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 05:13:06 +03:00
|
|
|
checksum = "5f9f7a97316d44c0af9b0301e65010573a853a9fc97046d7331d7f6bc0fd5a64"
|
2020-06-23 19:00:41 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"futures-util",
|
2021-02-09 01:15:58 +03:00
|
|
|
"hyper",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rustls",
|
2021-02-09 01:15:58 +03:00
|
|
|
"tokio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"tokio-rustls",
|
|
|
|
"webpki",
|
2020-06-23 19:00:41 +03:00
|
|
|
]
|
|
|
|
|
2020-07-06 23:09:49 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2020-07-06 23:09:49 +03:00
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-09 19:48:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.24.3"
|
2020-05-09 19:48:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964"
|
2020-05-09 19:48:23 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bytemuck",
|
|
|
|
"byteorder",
|
|
|
|
"color_quant",
|
|
|
|
"num-rational",
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-10-27 01:07:51 +03:00
|
|
|
"png",
|
2020-05-09 19:48:23 +03:00
|
|
|
]
|
|
|
|
|
2022-07-08 18:27:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "import_streets"
|
|
|
|
version = "0.1.0"
|
2022-07-26 12:11:22 +03:00
|
|
|
source = "git+https://github.com/a-b-street/osm2streets#71a186179bab5c675478edb9dda8a592646a39f1"
|
2022-07-08 18:27:13 +03:00
|
|
|
dependencies = [
|
|
|
|
"abstutil",
|
|
|
|
"anyhow",
|
|
|
|
"geom",
|
|
|
|
"log",
|
|
|
|
"roxmltree",
|
|
|
|
"street_network",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "importer"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-11-30 21:58:47 +03:00
|
|
|
"aabb-quadtree",
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-11-06 03:16:40 +03:00
|
|
|
"collisions",
|
2020-10-27 01:07:51 +03:00
|
|
|
"convert_osm",
|
|
|
|
"csv",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2020-10-27 01:07:51 +03:00
|
|
|
"gdal",
|
2022-06-22 22:00:30 +03:00
|
|
|
"geo",
|
2021-11-18 02:52:09 +03:00
|
|
|
"geojson",
|
2020-10-27 01:07:51 +03:00
|
|
|
"geom",
|
2022-06-12 19:09:06 +03:00
|
|
|
"hashbrown 0.9.1",
|
2020-10-27 01:07:51 +03:00
|
|
|
"kml",
|
2021-06-09 20:21:25 +03:00
|
|
|
"libc",
|
2021-01-22 06:22:02 +03:00
|
|
|
"log",
|
2020-10-27 01:07:51 +03:00
|
|
|
"map_model",
|
2021-06-09 20:21:25 +03:00
|
|
|
"num-integer",
|
2021-01-13 22:18:51 +03:00
|
|
|
"popdat",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-10-27 01:07:51 +03:00
|
|
|
"rand_xorshift",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"sim",
|
2022-07-06 19:54:46 +03:00
|
|
|
"street_network",
|
2021-10-25 23:02:00 +03:00
|
|
|
"structopt",
|
2022-01-28 15:33:39 +03:00
|
|
|
"synthpop",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-09-24 19:36:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "include_dir"
|
2020-10-08 21:33:10 +03:00
|
|
|
version = "0.6.1-alpha.0"
|
2021-01-09 04:41:53 +03:00
|
|
|
source = "git+https://github.com/dabreegster/include_dir?branch=union#0e40ac82424165dac85496283304d3c64e080bb5"
|
2020-09-24 19:36:26 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"glob",
|
2021-01-09 04:41:53 +03:00
|
|
|
"include_dir_impl",
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro-hack",
|
2020-09-24 19:36:26 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
2020-09-24 19:36:26 +03:00
|
|
|
name = "include_dir_impl"
|
2020-10-08 21:33:10 +03:00
|
|
|
version = "0.6.1-alpha.0"
|
2021-01-09 04:41:53 +03:00
|
|
|
source = "git+https://github.com/dabreegster/include_dir?branch=union#0e40ac82424165dac85496283304d3c64e080bb5"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"anyhow",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-09 19:48:23 +03:00
|
|
|
[[package]]
|
2020-09-24 19:36:26 +03:00
|
|
|
name = "indexmap"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.6.2"
|
2020-05-09 19:48:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
|
2020-05-09 19:48:23 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"autocfg",
|
2022-06-12 19:09:06 +03:00
|
|
|
"hashbrown 0.9.1",
|
2020-05-09 19:48:23 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.1.9"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2020-10-27 01:07:51 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-09-24 19:36:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "2.3.1"
|
2020-09-24 19:36:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "68f2d64f2edebec4ce84ad108148e67e1064789bee435edc5b60ad398714a3a9"
|
2020-09-24 19:36:26 +03:00
|
|
|
|
2020-05-29 21:37:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
2020-05-29 21:37:21 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"either",
|
2020-05-29 21:37:21 +03:00
|
|
|
]
|
|
|
|
|
2021-01-04 07:01:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.10.1"
|
2021-01-04 07:01:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "69ddb889f9d0d08a67338271fa9b62996bc788c7796a5c18cf057420aaed5eaf"
|
2021-01-04 07:01:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.4.7"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.18.0"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "24967112a1e4301ca5342ea339763613a37592b8a6ce6cf2e4494537c7a42faf"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"cesu8",
|
2021-05-23 02:23:06 +03:00
|
|
|
"combine",
|
2020-12-10 00:46:27 +03:00
|
|
|
"jni-sys",
|
|
|
|
"log",
|
2021-05-23 02:23:06 +03:00
|
|
|
"thiserror",
|
2020-12-10 00:46:27 +03:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
2020-06-01 19:18:17 +03:00
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2021-05-23 02:23:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-11 22:18:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.51"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
|
2020-05-11 22:18:19 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"wasm-bindgen",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "khronos_api"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kml"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-11-04 20:47:19 +03:00
|
|
|
"csv",
|
2020-10-27 01:07:51 +03:00
|
|
|
"geom",
|
2021-01-22 06:22:02 +03:00
|
|
|
"log",
|
2021-05-23 02:23:06 +03:00
|
|
|
"roxmltree",
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kurbo"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.8.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "e30b1df631d23875f230ed3ddd1a88c231f269a04b2044eb6ca87e763b5f4c42"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-06-20 19:35:11 +03:00
|
|
|
"arrayvec 0.5.2",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "1.3.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lewton"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.10.2"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"ogg",
|
2021-02-09 03:34:56 +03:00
|
|
|
"tinyvec",
|
2020-12-10 00:46:27 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "0.2.126"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
|
2020-12-10 00:46:27 +03:00
|
|
|
|
2020-10-03 07:31:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.7.0"
|
2020-10-03 07:31:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "0.4.7"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-06-12 19:09:06 +03:00
|
|
|
"autocfg",
|
2020-10-27 01:07:51 +03:00
|
|
|
"scopeguard",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-04 05:13:06 +03:00
|
|
|
version = "0.4.14"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 05:13:06 +03:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lru"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "0.7.6"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "8015d95cb7b2ddd3c0d32ca38283ceb1eea09b4713ee380bceb942d85a244228"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-06-12 19:09:06 +03:00
|
|
|
"hashbrown 0.11.2",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-01-18 18:26:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ltn"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"abstio",
|
|
|
|
"abstutil",
|
2022-01-18 18:47:37 +03:00
|
|
|
"anyhow",
|
2022-01-22 19:42:13 +03:00
|
|
|
"contour",
|
2022-04-21 14:40:00 +03:00
|
|
|
"flate2",
|
2022-06-22 22:00:30 +03:00
|
|
|
"geo",
|
2022-01-18 18:47:37 +03:00
|
|
|
"geojson",
|
|
|
|
"geom",
|
2022-01-18 18:26:41 +03:00
|
|
|
"getrandom",
|
2022-01-18 18:47:37 +03:00
|
|
|
"lazy_static",
|
2022-01-18 18:26:41 +03:00
|
|
|
"log",
|
|
|
|
"map_gui",
|
|
|
|
"map_model",
|
2022-01-18 18:47:37 +03:00
|
|
|
"maplit",
|
2022-04-14 11:41:18 +03:00
|
|
|
"raw_map",
|
2022-04-21 14:40:00 +03:00
|
|
|
"regex",
|
2022-01-27 15:31:07 +03:00
|
|
|
"serde",
|
2022-01-18 18:47:37 +03:00
|
|
|
"serde_json",
|
2022-01-31 14:20:50 +03:00
|
|
|
"structopt",
|
2022-01-28 15:50:04 +03:00
|
|
|
"synthpop",
|
2022-01-18 18:26:41 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"widgetry",
|
|
|
|
]
|
|
|
|
|
2020-05-27 22:17:45 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lttb"
|
2020-06-19 03:44:12 +03:00
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "abfc750d3204167b4b1092f1c7ee3ddab3f3419627e2b0f8417bbdf2030b2448"
|
2020-05-27 22:17:45 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "lyon"
|
2020-11-11 23:02:53 +03:00
|
|
|
version = "0.16.2"
|
2020-06-19 03:44:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:02:53 +03:00
|
|
|
checksum = "28d083e12e9e22298eec27751ec4a0975abac5873a3b0dcdbbecc608d333f0e9"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"lyon_algorithms",
|
|
|
|
"lyon_tessellation",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lyon_algorithms"
|
2020-11-11 23:02:53 +03:00
|
|
|
version = "0.16.0"
|
2020-06-19 03:44:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:02:53 +03:00
|
|
|
checksum = "11033936a5e9d7bf35b7ba71a19f8b6bc838f3206304175dc5b3524ca16672a8"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"lyon_path",
|
|
|
|
"sid",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lyon_geom"
|
2020-11-11 23:02:53 +03:00
|
|
|
version = "0.16.2"
|
2020-06-19 03:44:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:02:53 +03:00
|
|
|
checksum = "6ce4e12203c428a58200b8cf1c0a3aad1cda907008ea11310bb3729593e5f933"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-06-20 19:35:11 +03:00
|
|
|
"arrayvec 0.5.2",
|
2020-10-27 01:07:51 +03:00
|
|
|
"euclid",
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lyon_path"
|
2020-11-11 23:02:53 +03:00
|
|
|
version = "0.16.2"
|
2020-06-19 03:44:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:02:53 +03:00
|
|
|
checksum = "243c71fff16677ecde2d38794a0253a8f0417cebaacc6390677c30733831d8cb"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"lyon_geom",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lyon_tessellation"
|
2020-11-11 23:02:53 +03:00
|
|
|
version = "0.16.2"
|
2020-06-19 03:44:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:02:53 +03:00
|
|
|
checksum = "6ecf3d769bec66396957d7c5cb91f998c4182e53fdc96cc435b6ebcd46a63cd9"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-06-20 19:35:11 +03:00
|
|
|
"arrayvec 0.5.2",
|
2020-10-27 01:07:51 +03:00
|
|
|
"lyon_path",
|
|
|
|
"sid",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "map_editor"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"aabb-quadtree",
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2020-10-27 01:07:51 +03:00
|
|
|
"geom",
|
2021-09-07 01:46:33 +03:00
|
|
|
"getrandom",
|
2020-12-29 04:21:20 +03:00
|
|
|
"log",
|
2022-02-19 20:39:28 +03:00
|
|
|
"raw_map",
|
2022-02-19 18:23:39 +03:00
|
|
|
"serde",
|
2021-10-27 21:48:34 +03:00
|
|
|
"structopt",
|
2021-09-07 01:46:33 +03:00
|
|
|
"wasm-bindgen",
|
2020-10-27 01:07:51 +03:00
|
|
|
"widgetry",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-11-23 03:11:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "map_gui"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"aabb-quadtree",
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-11-23 03:11:27 +03:00
|
|
|
"abstutil",
|
2021-01-01 03:20:32 +03:00
|
|
|
"anyhow",
|
2021-11-05 00:06:57 +03:00
|
|
|
"built",
|
|
|
|
"chrono",
|
2021-03-13 23:54:14 +03:00
|
|
|
"clipboard",
|
2020-11-23 03:11:27 +03:00
|
|
|
"colorous",
|
2020-11-24 02:54:09 +03:00
|
|
|
"contour",
|
2020-11-23 21:35:08 +03:00
|
|
|
"flate2",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2020-11-23 21:35:08 +03:00
|
|
|
"futures-channel",
|
2020-11-24 02:54:09 +03:00
|
|
|
"geojson",
|
2020-11-23 03:11:27 +03:00
|
|
|
"geom",
|
2020-11-23 21:35:08 +03:00
|
|
|
"instant",
|
2021-10-29 22:48:09 +03:00
|
|
|
"lazy_static",
|
2020-12-19 20:51:52 +03:00
|
|
|
"log",
|
2021-12-23 19:54:15 +03:00
|
|
|
"lyon_geom",
|
2020-11-23 03:11:27 +03:00
|
|
|
"map_model",
|
2021-10-29 22:48:09 +03:00
|
|
|
"regex",
|
2021-05-16 20:51:03 +03:00
|
|
|
"rfd",
|
2020-11-23 21:35:08 +03:00
|
|
|
"serde",
|
2020-11-23 03:11:27 +03:00
|
|
|
"sim",
|
2021-11-11 23:27:23 +03:00
|
|
|
"structopt",
|
2021-03-14 01:49:01 +03:00
|
|
|
"subprocess",
|
2022-01-28 15:50:04 +03:00
|
|
|
"synthpop",
|
2020-11-23 21:35:08 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-11-23 03:11:27 +03:00
|
|
|
"widgetry",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "map_model"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-10-27 01:07:51 +03:00
|
|
|
"enumset",
|
|
|
|
"fast_paths",
|
|
|
|
"geom",
|
2021-07-27 21:20:57 +03:00
|
|
|
"kml",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
2021-12-23 19:54:15 +03:00
|
|
|
"lyon_geom",
|
2021-08-18 20:23:20 +03:00
|
|
|
"md5",
|
2020-10-27 01:07:51 +03:00
|
|
|
"petgraph",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-10-27 01:07:51 +03:00
|
|
|
"rand_xorshift",
|
2022-02-19 20:39:28 +03:00
|
|
|
"raw_map",
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-10-25 23:02:00 +03:00
|
|
|
"structopt",
|
2020-10-27 01:07:51 +03:00
|
|
|
"thread_local",
|
2020-12-31 22:01:48 +03:00
|
|
|
"traffic_signal_data",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-06-10 23:58:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "md5"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
|
2020-06-10 23:58:16 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "2.4.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
2021-05-23 02:23:06 +03:00
|
|
|
name = "memmap2"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.5.5"
|
2021-05-23 02:23:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "3a79b39c93a7a5a27eeaf9a23b5ff43f1b9e0ad6b1cdd441140ae53c35613fc7"
|
2021-05-23 02:23:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-02-22 19:50:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2021-05-23 02:23:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.4.4"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"adler",
|
|
|
|
"autocfg",
|
2020-10-06 01:09:12 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.5.3"
|
2020-10-06 01:09:12 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "6f5c75688da582b8ffc1f1799e9db273f32133c49e048f614d22ec3256773ccc"
|
2020-10-06 01:09:12 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"adler",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-02-04 05:13:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "0.8.3"
|
2020-06-10 23:58:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
|
2020-06-10 23:58:16 +03:00
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"libc",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
2022-06-12 19:09:06 +03:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
"windows-sys",
|
2020-06-10 23:58:16 +03:00
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nb"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
|
|
|
|
dependencies = [
|
|
|
|
"nb 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nb"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "546c37ac5d9e56f55e73b677106873d9d9f5190605e41a856503623648488cae"
|
|
|
|
|
2020-06-01 19:18:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.3.0"
|
2020-06-01 19:18:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab"
|
2020-06-01 19:18:17 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"jni-sys",
|
2022-07-29 19:14:28 +03:00
|
|
|
"ndk-sys 0.2.2",
|
2022-02-22 19:50:53 +03:00
|
|
|
"num_enum",
|
2021-05-23 02:23:06 +03:00
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.7.0"
|
2021-05-23 02:23:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
|
2021-05-23 02:23:06 +03:00
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"bitflags",
|
2021-05-23 02:23:06 +03:00
|
|
|
"jni-sys",
|
2022-07-29 19:14:28 +03:00
|
|
|
"ndk-sys 0.4.0",
|
2022-02-22 19:50:53 +03:00
|
|
|
"num_enum",
|
2022-07-29 19:14:28 +03:00
|
|
|
"raw-window-handle 0.5.0",
|
2020-10-27 01:07:51 +03:00
|
|
|
"thiserror",
|
2020-06-01 19:18:17 +03:00
|
|
|
]
|
|
|
|
|
2022-02-22 19:50:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-context"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.1.1"
|
2022-02-22 19:50:53 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
2022-02-22 19:50:53 +03:00
|
|
|
|
2020-06-01 19:18:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.3.0"
|
2020-06-01 19:18:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385"
|
2020-06-01 19:18:17 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-02-22 19:50:53 +03:00
|
|
|
"ndk 0.3.0",
|
|
|
|
"ndk-macro 0.2.0",
|
2022-07-29 19:14:28 +03:00
|
|
|
"ndk-sys 0.2.2",
|
2021-05-23 02:23:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.7.0"
|
2021-05-23 02:23:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "0434fabdd2c15e0aab768ca31d5b7b333717f03cf02037d5a0a3ff3c278ed67f"
|
2021-05-23 02:23:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-07-29 19:14:28 +03:00
|
|
|
"ndk 0.7.0",
|
2022-02-22 19:50:53 +03:00
|
|
|
"ndk-context",
|
|
|
|
"ndk-macro 0.3.0",
|
2022-07-29 19:14:28 +03:00
|
|
|
"ndk-sys 0.4.0",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.12.1",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-macro"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"darling 0.10.2",
|
2022-02-22 19:50:53 +03:00
|
|
|
"proc-macro-crate 0.1.5",
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-06-01 19:18:17 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-02-22 19:50:53 +03:00
|
|
|
name = "ndk-macro"
|
|
|
|
version = "0.3.0"
|
2020-06-01 19:18:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "0df7ac00c4672f9d5aece54ee3347520b7e20f158656c7db2e6de01902eb7a6c"
|
|
|
|
dependencies = [
|
|
|
|
"darling 0.13.1",
|
|
|
|
"proc-macro-crate 1.1.2",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2020-06-01 19:18:17 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
2022-02-22 19:50:53 +03:00
|
|
|
name = "ndk-sys"
|
|
|
|
version = "0.2.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "e1bcdd74c20ad5d95aacd60ef9ba40fdf77f767051040541df557b7a9b2a2121"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "21d83ec9c63ec5bf950200a8e508bdad6659972187b625469f58ef8c08e29046"
|
|
|
|
dependencies = [
|
|
|
|
"jni-sys",
|
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.20.0"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "fa9b4819da1bc61c0ea48b63b7bc8604064dd43013e7cc325df098d49cd7c18a"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2020-12-10 00:46:27 +03:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.22.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.24.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "195cdbc1741b8134346d515b3a56a1c94b0912758009cfd53f99ea0f57b065fc"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2022-02-22 19:50:53 +03:00
|
|
|
"memoffset",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"memchr",
|
|
|
|
"version_check",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-15 04:48:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "6.1.2"
|
2020-12-15 04:48:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2"
|
2020-12-15 04:48:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.1.44"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"autocfg",
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-09 19:48:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.4.1"
|
2020-05-09 19:48:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
|
2020-05-09 19:48:23 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.2.14"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"autocfg",
|
2022-06-20 19:35:11 +03:00
|
|
|
"libm",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-09-24 19:36:26 +03:00
|
|
|
version = "1.13.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-05-23 02:23:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "226b45a5c2ac4dd696ed30fa6b94b057ad909c7b7fc2e0d0808192bced894066"
|
|
|
|
dependencies = [
|
|
|
|
"derivative",
|
2022-02-22 19:50:53 +03:00
|
|
|
"num_enum_derive",
|
2020-06-01 19:18:17 +03:00
|
|
|
]
|
|
|
|
|
2021-05-23 02:23:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1c0fd9eba1d5db0994a239e09c1be402d35622277e35468ba891aa5e3188ce7e"
|
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"proc-macro-crate 0.1.5",
|
2021-05-23 02:23:06 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"malloc_buf",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-03-13 23:54:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "objc-foundation"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
|
dependencies = [
|
|
|
|
"block",
|
|
|
|
"objc",
|
|
|
|
"objc_id",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
|
|
|
dependencies = [
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "oboe"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.4.2"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "dfa187b38ae20374617b7ad418034ed3dc90ac980181d211518bd03537ae8f8d"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"jni",
|
|
|
|
"ndk 0.3.0",
|
|
|
|
"ndk-glue 0.3.0",
|
2020-12-10 00:46:27 +03:00
|
|
|
"num-derive",
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-12-10 00:46:27 +03:00
|
|
|
"oboe-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oboe-sys"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.4.2"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "b88e64835aa3f579c08d182526dc34e3907343d5b97e87b71a40ba5bca7aca9e"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"cc",
|
2020-12-10 00:46:27 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ogg"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.8.0"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
2020-10-06 01:09:12 +03:00
|
|
|
name = "once_cell"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "1.13.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-09-24 19:36:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ordered-float"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "2.5.1"
|
2020-09-24 19:36:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "f100fcfb41e5385e0991f74981732049f9b896821542a219420491046baafdc2"
|
2020-09-24 19:36:26 +03:00
|
|
|
dependencies = [
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-11-24 01:52:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "osm_viewer"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-04 20:53:24 +03:00
|
|
|
"abstio",
|
2020-11-24 01:52:15 +03:00
|
|
|
"abstutil",
|
|
|
|
"geom",
|
2021-02-09 03:34:56 +03:00
|
|
|
"getrandom",
|
2020-11-24 01:52:15 +03:00
|
|
|
"map_gui",
|
|
|
|
"map_model",
|
2022-01-31 14:20:50 +03:00
|
|
|
"structopt",
|
2020-12-18 23:36:19 +03:00
|
|
|
"wasm-bindgen",
|
2020-11-24 01:52:15 +03:00
|
|
|
"widgetry",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "osmesa-sys"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "88cfece6e95d2e717e0872a7f53a8684712ad13822a7979bc760b9c77ec0013b"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"shared_library",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-03-13 21:06:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "osmio"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.4.0"
|
2021-03-13 21:06:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "4e01061106a742c4c2fc71b6b6717b8d4f151964699088d058cbf1e3f51fb46d"
|
2021-03-13 21:06:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"chrono",
|
|
|
|
"derive_builder",
|
|
|
|
"flate2",
|
|
|
|
"protobuf",
|
2021-09-02 05:23:13 +03:00
|
|
|
"quick-xml",
|
2021-03-13 21:06:19 +03:00
|
|
|
"separator",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pango-sys"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.15.1"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "7022c2fb88cd2d9d55e1a708a8c53a3ae8678234c4a54bf623400aeb7f31fac2"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.11.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"instant",
|
|
|
|
"lock_api",
|
2022-06-12 19:09:06 +03:00
|
|
|
"parking_lot_core 0.8.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.9.3",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.8.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2020-10-27 01:07:51 +03:00
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-05-23 02:23:06 +03:00
|
|
|
"redox_syscall",
|
2020-10-27 01:07:51 +03:00
|
|
|
"smallvec",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
|
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2022-06-12 19:09:06 +03:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2020-11-23 23:07:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "parking_mapper"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-04 20:53:24 +03:00
|
|
|
"abstio",
|
2020-11-23 23:07:30 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2020-11-23 23:07:30 +03:00
|
|
|
"geom",
|
2021-01-22 06:22:02 +03:00
|
|
|
"log",
|
2020-11-23 23:07:30 +03:00
|
|
|
"map_gui",
|
|
|
|
"map_model",
|
2021-02-09 01:15:58 +03:00
|
|
|
"reqwest",
|
2022-01-31 14:20:50 +03:00
|
|
|
"structopt",
|
2020-11-23 23:07:30 +03:00
|
|
|
"widgetry",
|
|
|
|
"xmltree",
|
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2021-01-04 07:01:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "2.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10f4872ae94d7b90ae48754df22fd42ad52ce740b8f370b03da4835417403e53"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2021-07-11 00:33:01 +03:00
|
|
|
version = "0.6.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-07-11 00:33:01 +03:00
|
|
|
checksum = "4a13a2fa9d0b63e5f22328828741e523766fff0ee9e779316902290dff3f824f"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"fixedbitset",
|
|
|
|
"indexmap",
|
2021-07-11 01:15:15 +03:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-29 21:37:21 +03:00
|
|
|
[[package]]
|
|
|
|
name = "petname"
|
2021-02-04 05:13:06 +03:00
|
|
|
version = "1.1.0"
|
2020-05-29 21:37:21 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 05:13:06 +03:00
|
|
|
checksum = "d9ed8e1c7b7cdd47819f76bbec141b4d4b59bb8ffd26c372cc236c90cd90becc"
|
2020-05-29 21:37:21 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"clap",
|
2021-01-04 07:01:27 +03:00
|
|
|
"itertools 0.9.0",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-05-29 21:37:21 +03:00
|
|
|
]
|
|
|
|
|
2020-06-26 21:22:22 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pico-args"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.4.2"
|
2020-10-27 01:07:51 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
|
2020-05-11 22:18:19 +03:00
|
|
|
|
2021-10-31 23:52:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "piggyback"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"abstio",
|
|
|
|
"abstutil",
|
|
|
|
"geom",
|
|
|
|
"getrandom",
|
|
|
|
"js-sys",
|
|
|
|
"log",
|
|
|
|
"map_gui",
|
|
|
|
"map_model",
|
|
|
|
"sim",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
"widgetry",
|
|
|
|
]
|
|
|
|
|
2020-12-15 04:48:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.6"
|
2020-12-15 04:48:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
|
2020-12-15 04:48:47 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
2020-06-10 23:58:16 +03:00
|
|
|
version = "0.1.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-10-27 01:07:51 +03:00
|
|
|
version = "0.3.19"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-05-09 19:48:23 +03:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.17.5"
|
2020-05-09 19:48:23 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "dc38c0ad57efb786dd57b9864e5b18bae478c00c824dc55a38bbc9da95dde3ba"
|
2020-05-09 19:48:23 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bitflags",
|
|
|
|
"crc32fast",
|
|
|
|
"deflate",
|
2022-07-29 19:14:28 +03:00
|
|
|
"miniz_oxide 0.5.3",
|
2020-05-09 19:48:23 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "polylabel"
|
2022-06-22 22:00:30 +03:00
|
|
|
version = "2.4.0"
|
2022-06-24 20:23:34 +03:00
|
|
|
source = "git+https://github.com/urschrei/polylabel-rs?rev=b919b8587b491b9a952a6d4c0670558bfd38e034#b919b8587b491b9a952a6d4c0670558bfd38e034"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-06-22 22:00:30 +03:00
|
|
|
"geo",
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-10-27 01:07:51 +03:00
|
|
|
"thiserror",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-10 09:11:05 +03:00
|
|
|
[[package]]
|
|
|
|
name = "popdat"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-02-02 17:24:02 +03:00
|
|
|
"abstio",
|
2020-12-10 09:11:05 +03:00
|
|
|
"abstutil",
|
2020-12-15 04:48:47 +03:00
|
|
|
"anyhow",
|
2021-01-01 03:20:32 +03:00
|
|
|
"flatgeobuf",
|
|
|
|
"futures",
|
2022-06-22 22:00:30 +03:00
|
|
|
"geo",
|
2021-05-23 02:23:06 +03:00
|
|
|
"geojson",
|
2020-12-10 09:11:05 +03:00
|
|
|
"geom",
|
2021-05-23 02:23:06 +03:00
|
|
|
"geozero",
|
2020-12-10 23:28:12 +03:00
|
|
|
"log",
|
2020-12-10 09:11:05 +03:00
|
|
|
"map_model",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2021-03-05 23:24:17 +03:00
|
|
|
"rand_distr",
|
2020-12-10 09:11:05 +03:00
|
|
|
"rand_xorshift",
|
2022-02-02 17:24:02 +03:00
|
|
|
"serde",
|
2020-12-15 04:48:47 +03:00
|
|
|
"serde_json",
|
2020-12-10 09:11:05 +03:00
|
|
|
"sim",
|
2022-01-28 15:50:04 +03:00
|
|
|
"synthpop",
|
2020-12-10 09:11:05 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.2.10"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "priority-queue"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.1.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "8e1340009a04e81f656a4e45e295f0b1191c81de424bf940c865e33577a8e223"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"autocfg",
|
|
|
|
"indexmap",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-06-01 19:18:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.1.5"
|
2020-06-01 19:18:17 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
2020-06-01 19:18:17 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"toml",
|
2020-06-01 19:18:17 +03:00
|
|
|
]
|
|
|
|
|
2022-02-22 19:50:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9dada8c9981fcf32929c3c0f0cd796a9284aca335565227ed88c83babb1d43dc"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2021-09-14 21:53:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2020-11-11 23:02:53 +03:00
|
|
|
version = "0.5.19"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-11 23:02:53 +03:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-06-23 19:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.1.7"
|
2020-06-23 19:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
2020-06-23 19:00:41 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "1.0.27"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"unicode-xid",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-03-13 21:06:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
|
|
|
version = "2.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70731852eec72c56d11226c8a5f96ad5058a3dab73647ca5f7ee351e464f2571"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.20.0"
|
2021-03-13 21:06:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
|
2021-03-13 21:06:19 +03:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.0.9"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-01-04 06:48:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-06-14 20:23:15 +03:00
|
|
|
version = "0.8.5"
|
2021-01-04 06:48:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-14 20:23:15 +03:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-01-04 06:48:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
2021-01-04 06:48:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.3.1"
|
2021-01-04 06:48:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-01-04 06:48:03 +03:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand_core",
|
2021-01-04 06:48:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.6.3"
|
2021-01-04 06:48:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2021-01-04 06:48:03 +03:00
|
|
|
dependencies = [
|
2021-02-09 03:34:56 +03:00
|
|
|
"getrandom",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-04-12 05:07:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_distr"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.4.1"
|
2020-04-12 05:07:48 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"
|
2020-04-12 05:07:48 +03:00
|
|
|
dependencies = [
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2021-01-04 06:48:03 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
2021-01-04 06:48:03 +03:00
|
|
|
version = "0.3.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 06:48:03 +03:00
|
|
|
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand_core",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-02-22 19:50:53 +03:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fba75eee94a9d5273a68c9e1e105d9cffe1ef700532325788389e5a83e2522b7"
|
|
|
|
dependencies = [
|
|
|
|
"cty",
|
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "raw-window-handle"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
|
|
|
|
dependencies = [
|
|
|
|
"cty",
|
|
|
|
]
|
|
|
|
|
2022-02-19 20:39:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "raw_map"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"abstio",
|
|
|
|
"abstutil",
|
|
|
|
"geom",
|
|
|
|
"serde",
|
2022-07-06 15:26:27 +03:00
|
|
|
"street_network",
|
2022-02-22 20:35:58 +03:00
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
2022-02-19 20:39:28 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rctree"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.4.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "9ae028b272a6e99d9f8260ceefa3caa09300a8d6c8d2b2001316474bc52122e9"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.2.9"
|
2021-02-04 05:13:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "5ab49abadf3f9e1c4bc499e8845e152ad87d2ad2d30371841171169e9d75feee"
|
2021-02-04 05:13:06 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.1.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"redox_syscall",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-07 23:58:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "1.5.6"
|
2020-12-07 23:58:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1"
|
2020-12-07 23:58:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.1.10"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-12-07 23:58:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "0.6.26"
|
2020-12-07 23:58:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64"
|
2020-12-07 23:58:47 +03:00
|
|
|
|
2021-02-04 05:13:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.11.3"
|
2021-02-04 05:13:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124"
|
2021-02-04 05:13:06 +03:00
|
|
|
dependencies = [
|
2021-02-09 03:34:56 +03:00
|
|
|
"base64",
|
2021-05-23 02:23:06 +03:00
|
|
|
"bytes",
|
2021-02-04 05:13:06 +03:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2021-02-09 01:15:58 +03:00
|
|
|
"http-body",
|
|
|
|
"hyper",
|
2021-02-04 05:13:06 +03:00
|
|
|
"hyper-rustls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
2021-02-09 03:34:56 +03:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustls",
|
2021-02-04 05:13:06 +03:00
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
2021-02-09 01:15:58 +03:00
|
|
|
"tokio",
|
2021-02-04 05:13:06 +03:00
|
|
|
"tokio-rustls",
|
2021-02-09 03:34:56 +03:00
|
|
|
"url",
|
2021-02-04 05:13:06 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2021-02-09 03:34:56 +03:00
|
|
|
"webpki-roots",
|
2020-10-27 01:07:51 +03:00
|
|
|
"winreg",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rfd"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.8.0"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "3ea377e07fe8a55cd3c0752683d32d346e8a3d0a4dda7431c567509dbe3e514b"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
|
|
|
"block",
|
|
|
|
"dispatch",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gtk-sys",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
2022-02-22 20:35:58 +03:00
|
|
|
"log",
|
2021-04-13 23:39:50 +03:00
|
|
|
"objc",
|
|
|
|
"objc-foundation",
|
|
|
|
"objc_id",
|
2022-07-29 19:14:28 +03:00
|
|
|
"raw-window-handle 0.4.2",
|
2021-04-13 23:39:50 +03:00
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
2022-02-22 20:35:58 +03:00
|
|
|
"windows",
|
2021-04-13 23:39:50 +03:00
|
|
|
]
|
|
|
|
|
2020-06-23 19:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ring"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.16.20"
|
2020-06-23 19:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
2020-06-23 19:00:41 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2022-06-13 19:30:51 +03:00
|
|
|
"spin 0.5.2",
|
2020-10-27 01:07:51 +03:00
|
|
|
"untrusted",
|
|
|
|
"web-sys",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-06-23 19:00:41 +03:00
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "riscv"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6907ccdd7a31012b70faf2af85cd9e5ba97657cc3987c4f13f8e4d2c2a088aba"
|
|
|
|
dependencies = [
|
|
|
|
"bare-metal 1.0.0",
|
|
|
|
"bit_field",
|
|
|
|
"riscv-target",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "riscv-target"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88aa938cda42a0cf62a20cfe8d139ff1af20c2e681212b5b34adb5a58333f222"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2020-06-01 19:18:17 +03:00
|
|
|
[[package]]
|
|
|
|
name = "robust"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.2.3"
|
2020-10-23 20:41:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "e5864e7ef1a6b7bcf1d6ca3f655e65e724ed3b52546a0d0a663c991522f552ea"
|
2020-10-23 20:41:00 +03:00
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rodio"
|
2021-05-23 02:36:57 +03:00
|
|
|
version = "0.14.0"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:36:57 +03:00
|
|
|
checksum = "4d98f5e557b61525057e2bc142c8cd7f0e70d75dc32852309bec440e6e046bf9"
|
2020-12-10 00:46:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"cpal",
|
|
|
|
"lewton",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "roxmltree"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.14.1"
|
2021-01-04 07:01:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
|
2021-01-04 07:01:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"xmlparser",
|
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rstar"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b40f1bfe5acdab44bc63e6699c28b74f75ec43afb59f3eda01e145aff86a25fa"
|
|
|
|
dependencies = [
|
2022-06-22 22:00:30 +03:00
|
|
|
"heapless",
|
2022-06-13 19:30:51 +03:00
|
|
|
"num-traits",
|
|
|
|
"smallvec",
|
|
|
|
]
|
|
|
|
|
2020-07-21 03:03:32 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2020-07-21 03:03:32 +03:00
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
|
|
|
dependencies = [
|
|
|
|
"semver 1.0.3",
|
|
|
|
]
|
|
|
|
|
2020-06-23 19:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustls"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.19.1"
|
2020-06-23 19:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
|
2020-06-23 19:00:41 +03:00
|
|
|
dependencies = [
|
2021-02-09 03:34:56 +03:00
|
|
|
"base64",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
|
|
|
"ring",
|
|
|
|
"sct",
|
|
|
|
"webpki",
|
2020-06-23 19:00:41 +03:00
|
|
|
]
|
|
|
|
|
2020-07-04 17:37:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "rustybuzz"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.5.0"
|
2020-07-04 17:37:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "25ff94f20221325d000e552781713e53b0d85c1d9551b6f420d12daf5a08eace"
|
2020-07-04 17:37:19 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bitflags",
|
2020-12-07 21:30:50 +03:00
|
|
|
"bytemuck",
|
|
|
|
"smallvec",
|
2022-02-22 20:24:03 +03:00
|
|
|
"ttf-parser",
|
2020-12-07 21:30:50 +03:00
|
|
|
"unicode-bidi-mirroring",
|
|
|
|
"unicode-ccc",
|
|
|
|
"unicode-general-category",
|
|
|
|
"unicode-script",
|
2020-07-04 17:37:19 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "1.0.5"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "safe_arch"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"winapi-util",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-19 21:01:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "santa"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-12-19 21:01:28 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-12-19 21:01:28 +03:00
|
|
|
"geom",
|
2021-02-09 03:34:56 +03:00
|
|
|
"getrandom",
|
2020-12-19 21:01:28 +03:00
|
|
|
"kml",
|
|
|
|
"log",
|
|
|
|
"map_gui",
|
|
|
|
"map_model",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-12-19 21:01:28 +03:00
|
|
|
"rand_xorshift",
|
|
|
|
"rodio",
|
|
|
|
"serde",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"widgetry",
|
|
|
|
]
|
|
|
|
|
2020-10-03 07:31:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
2020-10-03 07:31:56 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-06-23 19:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sct"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.6.1"
|
2020-06-23 19:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
2020-06-23 19:00:41 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-06-23 19:00:41 +03:00
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sctk-adwaita"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8cdeb3fbbd384de045d5683bfc3cadfc4c6ed1e6471f201ede801f31571581a"
|
|
|
|
dependencies = [
|
|
|
|
"crossfont",
|
|
|
|
"log",
|
|
|
|
"smithay-client-toolkit",
|
|
|
|
"tiny-skia",
|
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0",
|
|
|
|
]
|
|
|
|
|
2021-01-04 07:01:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
dependencies = [
|
2022-06-13 19:30:51 +03:00
|
|
|
"semver-parser 0.10.2",
|
2021-06-17 01:26:47 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5f3aac57ee7f3272d8395c6e4f502f434f0e289fcd62876f70daa008c20dcabe"
|
|
|
|
dependencies = [
|
2021-05-23 02:36:57 +03:00
|
|
|
"serde",
|
2021-01-04 07:01:27 +03:00
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
|
2021-01-04 07:01:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.10.2"
|
2021-01-04 07:01:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
2021-01-04 07:01:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
]
|
|
|
|
|
2021-03-13 21:06:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "separator"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.0.126"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde_derive",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.0.126"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.0.64"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-06-12 19:09:06 +03:00
|
|
|
"itoa 0.4.7",
|
2020-10-27 01:07:51 +03:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-11 22:18:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.7.0"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
2020-05-11 22:18:19 +03:00
|
|
|
dependencies = [
|
2020-12-15 04:48:47 +03:00
|
|
|
"form_urlencoded",
|
2022-06-12 19:09:06 +03:00
|
|
|
"itoa 0.4.7",
|
2020-12-15 04:48:47 +03:00
|
|
|
"ryu",
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"servo-fontconfig-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo-fontconfig-sys"
|
|
|
|
version = "5.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
|
|
|
|
dependencies = [
|
|
|
|
"expat-sys",
|
|
|
|
"freetype-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shared_library"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
|
2022-05-10 18:35:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sid"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "bd5ac56c121948b4879bba9e519852c211bcdd8f014efff766441deff0b91bdb"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-12-23 19:54:15 +03:00
|
|
|
"num-traits",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-06-10 23:58:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "1.4.0"
|
2020-06-10 23:58:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2020-06-10 23:58:16 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2020-06-10 23:58:16 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "sim"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-10-27 01:07:51 +03:00
|
|
|
"ctrlc",
|
|
|
|
"downcast-rs",
|
|
|
|
"enum_dispatch",
|
|
|
|
"geom",
|
|
|
|
"instant",
|
2022-06-20 19:35:11 +03:00
|
|
|
"libm",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
|
|
|
"map_model",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-10-27 01:07:51 +03:00
|
|
|
"rand_distr",
|
|
|
|
"rand_xorshift",
|
|
|
|
"serde",
|
2021-10-26 21:10:08 +03:00
|
|
|
"structopt",
|
2022-01-28 14:37:12 +03:00
|
|
|
"synthpop",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simplecss"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.2.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.3.9"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "a86232ab60fa71287d7f2ddae4a7073f6b7aac33631c3015abb556f08c6d0a3e"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.4.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "slotmap"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "1.0.6"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "1.6.1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smithay-client-toolkit"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.16.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bitflags",
|
|
|
|
"calloop",
|
2022-02-22 19:50:53 +03:00
|
|
|
"dlib",
|
2020-10-27 01:07:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
"log",
|
2022-02-22 20:24:03 +03:00
|
|
|
"memmap2",
|
2022-07-29 19:14:28 +03:00
|
|
|
"nix 0.24.2",
|
2022-02-22 19:50:53 +03:00
|
|
|
"pkg-config",
|
2020-10-27 01:07:51 +03:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-cursor",
|
|
|
|
"wayland-protocols",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-06-10 23:58:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "0.4.4"
|
2020-06-10 23:58:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
|
2020-06-10 23:58:16 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-06-10 23:58:16 +03:00
|
|
|
]
|
|
|
|
|
2020-06-23 19:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
2020-06-23 19:00:41 +03:00
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c530c2b0d0bf8b69304b39fe2001993e267461948b890cd037d8ad4293fa1a0d"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
]
|
|
|
|
|
2020-10-23 20:41:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2020-10-23 20:41:00 +03:00
|
|
|
|
2020-12-10 00:46:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "stdweb"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
|
|
|
|
|
2022-07-06 15:26:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "street_network"
|
|
|
|
version = "0.1.0"
|
2022-07-26 12:11:22 +03:00
|
|
|
source = "git+https://github.com/a-b-street/osm2streets#71a186179bab5c675478edb9dda8a592646a39f1"
|
2022-07-06 15:26:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"aabb-quadtree",
|
|
|
|
"abstutil",
|
|
|
|
"anyhow",
|
|
|
|
"geom",
|
|
|
|
"log",
|
|
|
|
"petgraph",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.9.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2021-05-23 02:23:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
2021-09-14 21:53:06 +03:00
|
|
|
name = "structopt"
|
|
|
|
version = "0.3.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf9d950ef167e25e0bdb073cf1d68e9ad2795ac826f2f3f59647817cf23c0bfa"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"lazy_static",
|
|
|
|
"structopt-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
|
|
|
version = "0.4.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "134d838a2c9943ac3125cf6df165eda53493451b719f3255b2a26b85f772d0ba"
|
|
|
|
dependencies = [
|
2022-02-22 20:35:58 +03:00
|
|
|
"heck 0.3.3",
|
2021-09-14 21:53:06 +03:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-05-06 18:43:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.21.0"
|
2021-05-06 18:43:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
|
2021-05-06 18:43:52 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.21.1"
|
2021-05-06 18:43:52 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
|
2021-05-06 18:43:52 +03:00
|
|
|
dependencies = [
|
2022-02-22 20:35:58 +03:00
|
|
|
"heck 0.3.3",
|
2021-05-06 18:43:52 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2021-03-14 01:49:01 +03:00
|
|
|
[[package]]
|
|
|
|
name = "subprocess"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.8"
|
2021-06-17 01:26:47 +03:00
|
|
|
source = "git+https://github.com/hniksic/rust-subprocess#c3e057d485dc9154396eeb322965b834e666b1c5"
|
2021-03-14 01:49:01 +03:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2021-03-14 01:49:01 +03:00
|
|
|
]
|
|
|
|
|
2020-05-26 03:10:15 +03:00
|
|
|
[[package]]
|
|
|
|
name = "svg_face"
|
2021-01-04 06:48:03 +03:00
|
|
|
version = "0.1.3"
|
2020-05-29 23:09:46 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-04 06:48:03 +03:00
|
|
|
checksum = "041a2fb33d3e573e9420a45b65275ae3e08caa60865c1cd3202509c5c6be222f"
|
2020-05-26 03:10:15 +03:00
|
|
|
dependencies = [
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-05-26 03:10:15 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "svgtypes"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.8.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "dabb3eb59a457c56d5282ab4545609e2cc382b41f6af239bb8d59a7267ef94b3"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"siphasher",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "1.0.73"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "f71489ff30030d2ae598524f61326b902466f72a0fb1a8564c001cc63425bcc7"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-01-28 14:24:30 +03:00
|
|
|
[[package]]
|
|
|
|
name = "synthpop"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"abstio",
|
|
|
|
"abstutil",
|
|
|
|
"anyhow",
|
|
|
|
"geom",
|
|
|
|
"log",
|
|
|
|
"map_model",
|
2022-06-14 20:23:15 +03:00
|
|
|
"rand",
|
|
|
|
"rand_xorshift",
|
2022-01-28 14:24:30 +03:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "6.0.2"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "a1a45a1c4c9015217e12347f2a411b57ce2c4fc543913b14b6fe40483328e709"
|
2021-04-13 23:39:50 +03:00
|
|
|
dependencies = [
|
2022-02-22 20:35:58 +03:00
|
|
|
"cfg-expr",
|
|
|
|
"heck 0.4.0",
|
2021-04-13 23:39:50 +03:00
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
|
|
|
"version-compare",
|
|
|
|
]
|
|
|
|
|
2022-06-20 19:35:11 +03:00
|
|
|
[[package]]
|
|
|
|
name = "taffy"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec27dea659b100d489dffa57cf0efc6d7bfefb119af817b92cc14006c0b214e3"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.7.2",
|
2022-06-22 22:00:30 +03:00
|
|
|
"hash32",
|
2022-06-20 19:35:11 +03:00
|
|
|
"hash32-derive",
|
|
|
|
"num-traits",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2020-12-07 23:58:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
2021-02-04 05:13:06 +03:00
|
|
|
version = "1.5.6"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 05:13:06 +03:00
|
|
|
checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
|
|
|
"numtoa",
|
2021-05-23 02:23:06 +03:00
|
|
|
"redox_syscall",
|
2020-10-27 01:07:51 +03:00
|
|
|
"redox_termios",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-11-05 23:42:52 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tests"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-11-05 23:42:52 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-11-05 23:42:52 +03:00
|
|
|
"convert_osm",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2020-11-05 23:42:52 +03:00
|
|
|
"geom",
|
|
|
|
"map_model",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-11-05 23:42:52 +03:00
|
|
|
"sim",
|
2022-01-28 15:50:04 +03:00
|
|
|
"synthpop",
|
2020-11-05 23:42:52 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"unicode-width",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "1.0.25"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"thiserror-impl",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "1.0.25"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "1.1.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-02-04 05:13:06 +03:00
|
|
|
"once_cell",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.1.43"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"libc",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tiny-skia"
|
|
|
|
version = "0.6.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d049bfef0eaa2521e75d9ffb5ce86ad54480932ae19b85f78bec6f52c4d30d78"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.5.2",
|
|
|
|
"bytemuck",
|
|
|
|
"cfg-if",
|
|
|
|
"png",
|
|
|
|
"safe_arch",
|
|
|
|
]
|
|
|
|
|
2020-12-15 04:48:47 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.2.0"
|
2020-12-15 04:48:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
|
2020-12-15 04:48:47 +03:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
|
|
|
2021-02-04 05:13:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "1.19.2"
|
2021-02-04 05:13:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
|
2021-02-04 05:13:06 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"bytes",
|
2021-02-04 05:13:06 +03:00
|
|
|
"libc",
|
|
|
|
"memchr",
|
2022-06-12 19:09:06 +03:00
|
|
|
"mio",
|
2021-02-04 05:13:06 +03:00
|
|
|
"num_cpus",
|
2021-02-04 05:33:06 +03:00
|
|
|
"once_cell",
|
2022-06-12 19:09:06 +03:00
|
|
|
"parking_lot 0.12.1",
|
2021-02-09 03:34:56 +03:00
|
|
|
"pin-project-lite",
|
2021-02-04 05:33:06 +03:00
|
|
|
"signal-hook-registry",
|
2022-06-12 19:09:06 +03:00
|
|
|
"socket2",
|
2021-02-04 05:33:06 +03:00
|
|
|
"tokio-macros",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2021-02-04 05:13:06 +03:00
|
|
|
]
|
|
|
|
|
2020-06-10 23:58:16 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "1.8.0"
|
2020-06-10 23:58:16 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
|
2020-06-10 23:58:16 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-02-09 01:15:58 +03:00
|
|
|
name = "tokio-rustls"
|
|
|
|
version = "0.22.0"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 01:15:58 +03:00
|
|
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6"
|
2020-05-11 22:18:19 +03:00
|
|
|
dependencies = [
|
2021-02-09 03:34:56 +03:00
|
|
|
"rustls",
|
2021-02-09 01:15:58 +03:00
|
|
|
"tokio",
|
|
|
|
"webpki",
|
2021-02-04 05:13:06 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2022-06-12 19:09:06 +03:00
|
|
|
version = "0.7.2"
|
2021-02-04 05:13:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-12 19:09:06 +03:00
|
|
|
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
|
2021-02-04 05:13:06 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"bytes",
|
2021-02-04 05:13:06 +03:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
2021-02-09 03:34:56 +03:00
|
|
|
"pin-project-lite",
|
2021-02-09 01:15:58 +03:00
|
|
|
"tokio",
|
2022-06-12 19:09:06 +03:00
|
|
|
"tracing",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.5.8"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-11 22:18:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.3.1"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-05-11 22:18:19 +03:00
|
|
|
|
2020-08-12 02:44:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.1.26"
|
2020-08-12 02:44:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
2020-08-12 02:44:19 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2021-02-09 03:34:56 +03:00
|
|
|
"pin-project-lite",
|
2022-06-12 19:09:06 +03:00
|
|
|
"tracing-attributes",
|
2020-10-27 01:07:51 +03:00
|
|
|
"tracing-core",
|
2020-08-12 02:44:19 +03:00
|
|
|
]
|
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
|
|
|
version = "0.1.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-08-12 02:44:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.1.18"
|
2020-08-12 02:44:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
|
2020-08-12 02:44:19 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-10-02 04:24:35 +03:00
|
|
|
[[package]]
|
|
|
|
name = "traffic_seitan"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
|
|
|
"geom",
|
2021-01-20 02:43:01 +03:00
|
|
|
"log",
|
2020-10-27 01:07:51 +03:00
|
|
|
"map_model",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-10-27 01:07:51 +03:00
|
|
|
"rand_xorshift",
|
|
|
|
"sim",
|
2021-10-26 22:02:40 +03:00
|
|
|
"structopt",
|
2020-10-02 04:24:35 +03:00
|
|
|
]
|
|
|
|
|
2020-12-31 22:01:48 +03:00
|
|
|
[[package]]
|
|
|
|
name = "traffic_signal_data"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-09 04:41:53 +03:00
|
|
|
"include_dir",
|
2020-12-31 22:01:48 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.2.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-12-07 21:30:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ttf-parser"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.15.0"
|
2021-02-04 05:13:06 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "c74c96594835e10fa545e2a51e8709f30b173a092bfd6036ef2cec53376244f3"
|
2021-02-04 05:13:06 +03:00
|
|
|
|
2020-10-23 20:41:00 +03:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "1.13.0"
|
2020-10-23 20:41:00 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
|
2020-10-23 20:41:00 +03:00
|
|
|
|
2021-01-04 07:01:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.5"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"matches",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-12-07 21:30:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi-mirroring"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ccc"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.1.2"
|
2020-12-07 21:30:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
|
2020-12-07 21:30:50 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-general-category"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.4.0"
|
2020-12-07 21:30:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "07547e3ee45e28326cc23faac56d44f58f16ab23e413db526debce3b0bfd2742"
|
2020-12-07 21:30:50 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-06-17 01:26:47 +03:00
|
|
|
version = "0.1.19"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-17 01:26:47 +03:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-02-09 03:34:56 +03:00
|
|
|
"tinyvec",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-script"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.5.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-vo"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.1.8"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-12-10 00:46:27 +03:00
|
|
|
|
2020-06-23 19:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "untrusted"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
2020-06-23 19:00:41 +03:00
|
|
|
|
2020-05-02 05:22:03 +03:00
|
|
|
[[package]]
|
|
|
|
name = "updater"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-02 21:28:00 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2021-01-05 22:35:03 +03:00
|
|
|
"anyhow",
|
2020-11-01 04:09:06 +03:00
|
|
|
"flate2",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2021-04-19 00:43:40 +03:00
|
|
|
"futures-channel",
|
2020-10-27 01:07:51 +03:00
|
|
|
"md5",
|
2021-11-01 22:46:57 +03:00
|
|
|
"structopt",
|
2021-02-09 01:15:58 +03:00
|
|
|
"tokio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"walkdir",
|
2020-05-02 05:22:03 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "2.2.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-11-11 23:02:53 +03:00
|
|
|
"form_urlencoded",
|
2021-02-09 03:34:56 +03:00
|
|
|
"idna",
|
2020-10-27 01:07:51 +03:00
|
|
|
"matches",
|
2021-02-09 03:34:56 +03:00
|
|
|
"percent-encoding",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "usvg"
|
2022-02-22 20:24:03 +03:00
|
|
|
version = "0.22.0"
|
2021-01-04 20:19:54 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:24:03 +03:00
|
|
|
checksum = "a261d60a7215fa339482047cc3dafd4e22e2bf34396aaebef2b707355bbb39c0"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2021-02-09 03:34:56 +03:00
|
|
|
"base64",
|
2020-10-27 01:07:51 +03:00
|
|
|
"data-url",
|
|
|
|
"flate2",
|
2022-02-22 20:24:03 +03:00
|
|
|
"float-cmp",
|
2020-10-27 01:07:51 +03:00
|
|
|
"fontdb",
|
|
|
|
"kurbo",
|
|
|
|
"log",
|
|
|
|
"pico-args",
|
|
|
|
"rctree",
|
2021-05-23 02:23:06 +03:00
|
|
|
"roxmltree",
|
2020-10-27 01:07:51 +03:00
|
|
|
"rustybuzz",
|
|
|
|
"simplecss",
|
|
|
|
"siphasher",
|
|
|
|
"svgtypes",
|
2022-02-22 20:24:03 +03:00
|
|
|
"ttf-parser",
|
2020-10-27 01:07:51 +03:00
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-script",
|
|
|
|
"unicode-vo",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vcell"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.8.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2021-04-13 23:39:50 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
2022-02-22 20:35:58 +03:00
|
|
|
version = "0.1.0"
|
2021-04-13 23:39:50 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 20:35:58 +03:00
|
|
|
checksum = "fe88247b92c1df6b6de80ddc290f3976dbdf2f5f5d3fd049a9fb598c6dd5ca73"
|
2021-04-13 23:39:50 +03:00
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.9.3"
|
2020-12-10 00:46:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2020-12-10 00:46:27 +03:00
|
|
|
|
2022-06-13 19:30:51 +03:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "volatile-register"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ee8f19f9d74293faf70901bc20ad067dc1ad390d2cbf1e3f75f721ffee908b6"
|
|
|
|
dependencies = [
|
|
|
|
"vcell",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "2.3.2"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"same-file",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-10-27 01:07:51 +03:00
|
|
|
"winapi-util",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-11 22:18:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2020-05-11 22:18:19 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
|
|
|
"try-lock",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-02-09 03:34:56 +03:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-09 03:34:56 +03:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-09-24 19:36:26 +03:00
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.74"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2020-10-27 01:07:51 +03:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.74"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.4.24"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
|
2020-05-11 22:18:19 +03:00
|
|
|
dependencies = [
|
2022-07-29 19:14:28 +03:00
|
|
|
"cfg-if",
|
2020-10-27 01:07:51 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.74"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.74"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.2.74"
|
2020-12-15 04:48:47 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
|
2020-12-15 04:48:47 +03:00
|
|
|
|
2021-07-16 20:43:27 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-streams"
|
2022-02-19 18:07:07 +03:00
|
|
|
version = "0.2.2"
|
2021-07-16 20:43:27 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-19 18:07:07 +03:00
|
|
|
checksum = "076e644811919817f3d28f9344a7d359d8a45cc72a7187c7ace7281d081a74ad"
|
2021-07-16 20:43:27 +03:00
|
|
|
dependencies = [
|
|
|
|
"futures",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.29.4"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
2022-02-22 19:50:53 +03:00
|
|
|
"nix 0.22.3",
|
2020-10-27 01:07:51 +03:00
|
|
|
"scoped-tls",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
"wayland-sys",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.29.4"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"nix 0.22.3",
|
2020-10-27 01:07:51 +03:00
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"wayland-sys",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-cursor"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.29.4"
|
2020-10-03 07:31:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "c52758f13d5e7861fc83d942d3d99bf270c83269575e52ac29e5b73cb956a6bd"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"nix 0.22.3",
|
2020-10-27 01:07:51 +03:00
|
|
|
"wayland-client",
|
|
|
|
"xcursor",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-egl"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.29.4"
|
2020-10-03 07:31:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "83281d69ee162b59031c666385e93bde4039ec553b90c4191cdb128ceea29a3a"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-sys",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.29.4"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"bitflags",
|
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.29.4"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"xml-rs",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2022-02-22 19:50:53 +03:00
|
|
|
version = "0.29.4"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-02-22 19:50:53 +03:00
|
|
|
checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"dlib",
|
2020-10-27 01:07:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
"pkg-config",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-05-11 22:18:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.3.51"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
|
2020-05-11 22:18:19 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|
|
|
|
|
2020-05-23 00:48:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webbrowser"
|
2020-09-24 19:36:26 +03:00
|
|
|
version = "0.5.5"
|
2020-05-23 00:48:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "ecad156490d6b620308ed411cfee90d280b3cbd13e189ea0d3fada8acc89158a"
|
2020-05-23 00:48:26 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"web-sys",
|
|
|
|
"widestring",
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2020-06-23 19:00:41 +03:00
|
|
|
[[package]]
|
|
|
|
name = "webpki"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.21.4"
|
2020-06-23 19:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
2020-06-23 19:00:41 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"ring",
|
|
|
|
"untrusted",
|
2020-06-23 19:00:41 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "webpki-roots"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.21.1"
|
2020-06-23 19:00:41 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
|
2020-06-23 19:00:41 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"webpki",
|
2020-06-23 19:00:41 +03:00
|
|
|
]
|
|
|
|
|
2022-05-10 18:35:37 +03:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "3.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-23 00:48:26 +03:00
|
|
|
[[package]]
|
|
|
|
name = "widestring"
|
2020-10-27 01:07:51 +03:00
|
|
|
version = "0.4.3"
|
2020-05-23 00:48:26 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
|
2020-05-23 00:48:26 +03:00
|
|
|
|
2020-08-27 20:37:04 +03:00
|
|
|
[[package]]
|
|
|
|
name = "widgetry"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-10-01 22:19:19 +03:00
|
|
|
"aabb-quadtree",
|
2022-02-19 18:07:07 +03:00
|
|
|
"abstio",
|
2020-10-27 01:07:51 +03:00
|
|
|
"abstutil",
|
2021-01-06 01:58:31 +03:00
|
|
|
"anyhow",
|
2022-07-25 14:39:18 +03:00
|
|
|
"colorous",
|
2020-10-27 01:07:51 +03:00
|
|
|
"downcast-rs",
|
2022-02-19 18:07:07 +03:00
|
|
|
"flate2",
|
2022-01-17 20:30:51 +03:00
|
|
|
"fs-err",
|
2022-02-19 18:07:07 +03:00
|
|
|
"futures",
|
|
|
|
"futures-channel",
|
2021-01-01 23:46:25 +03:00
|
|
|
"geojson",
|
2020-10-27 01:07:51 +03:00
|
|
|
"geom",
|
|
|
|
"glow",
|
|
|
|
"glutin",
|
|
|
|
"htmlescape",
|
|
|
|
"image",
|
|
|
|
"instant",
|
2022-02-19 18:07:07 +03:00
|
|
|
"js-sys",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
|
|
|
"lru",
|
|
|
|
"lyon",
|
|
|
|
"serde",
|
2021-01-01 23:46:25 +03:00
|
|
|
"serde_json",
|
2022-06-20 19:35:11 +03:00
|
|
|
"taffy",
|
2022-02-19 18:07:07 +03:00
|
|
|
"tokio",
|
2022-02-22 20:24:03 +03:00
|
|
|
"ttf-parser",
|
2020-10-27 01:07:51 +03:00
|
|
|
"usvg",
|
|
|
|
"wasm-bindgen",
|
2022-02-19 18:07:07 +03:00
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"wasm-streams",
|
2020-10-27 01:07:51 +03:00
|
|
|
"web-sys",
|
2022-02-23 17:43:58 +03:00
|
|
|
"webbrowser",
|
2020-10-27 01:07:51 +03:00
|
|
|
"winit",
|
2020-08-27 20:37:04 +03:00
|
|
|
]
|
|
|
|
|
2020-10-06 01:09:12 +03:00
|
|
|
[[package]]
|
|
|
|
name = "widgetry_demo"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-04 20:53:24 +03:00
|
|
|
"abstio",
|
2020-11-27 01:40:05 +03:00
|
|
|
"abstutil",
|
2020-10-27 01:07:51 +03:00
|
|
|
"geom",
|
2021-02-09 03:34:56 +03:00
|
|
|
"getrandom",
|
2020-10-27 01:07:51 +03:00
|
|
|
"log",
|
2021-02-09 03:34:56 +03:00
|
|
|
"rand",
|
2020-10-27 01:07:51 +03:00
|
|
|
"rand_xorshift",
|
|
|
|
"svg_face",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"widgetry",
|
2020-10-06 01:09:12 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.3.9"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.1.5"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2022-02-22 20:35:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbedf6db9096bc2364adce0ae0aa636dcd89f3c3f2cd67947062aaf0ca2a10ec"
|
|
|
|
dependencies = [
|
2022-06-12 19:09:06 +03:00
|
|
|
"windows_aarch64_msvc 0.32.0",
|
|
|
|
"windows_i686_gnu 0.32.0",
|
|
|
|
"windows_i686_msvc 0.32.0",
|
|
|
|
"windows_x86_64_gnu 0.32.0",
|
|
|
|
"windows_x86_64_msvc 0.32.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc 0.36.1",
|
|
|
|
"windows_i686_gnu 0.36.1",
|
|
|
|
"windows_i686_msvc 0.36.1",
|
|
|
|
"windows_x86_64_gnu 0.36.1",
|
|
|
|
"windows_x86_64_msvc 0.36.1",
|
2022-02-22 20:35:58 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
|
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
2022-02-22 20:35:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
|
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
2022-02-22 20:35:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
|
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
2022-02-22 20:35:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
|
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
2022-02-22 20:35:58 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.32.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
|
|
|
|
|
2022-06-12 19:09:06 +03:00
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|
|
|
|
|
2020-08-14 20:40:59 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winit"
|
2022-07-29 19:14:28 +03:00
|
|
|
version = "0.27.0"
|
2020-10-03 07:31:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-29 19:14:28 +03:00
|
|
|
checksum = "3464a81db85deec66bc170b5a4ca6413d4a5f43df460ff80b550c9207031ea7e"
|
2020-10-27 01:07:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2022-02-22 19:50:53 +03:00
|
|
|
"cocoa",
|
2022-07-29 19:14:28 +03:00
|
|
|
"core-foundation",
|
|
|
|
"core-graphics",
|
2020-10-27 01:07:51 +03:00
|
|
|
"dispatch",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-06-12 19:09:06 +03:00
|
|
|
"mio",
|
2022-07-29 19:14:28 +03:00
|
|
|
"ndk 0.7.0",
|
|
|
|
"ndk-glue 0.7.0",
|
2020-10-27 01:07:51 +03:00
|
|
|
"objc",
|
2022-07-29 19:14:28 +03:00
|
|
|
"once_cell",
|
|
|
|
"parking_lot 0.12.1",
|
2021-02-09 03:34:56 +03:00
|
|
|
"percent-encoding",
|
2022-07-29 19:14:28 +03:00
|
|
|
"raw-window-handle 0.5.0",
|
|
|
|
"sctk-adwaita",
|
2020-10-27 01:07:51 +03:00
|
|
|
"smithay-client-toolkit",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wayland-client",
|
2022-02-22 19:50:53 +03:00
|
|
|
"wayland-protocols",
|
2020-10-27 01:07:51 +03:00
|
|
|
"web-sys",
|
2022-07-29 19:14:28 +03:00
|
|
|
"windows-sys",
|
2020-10-27 01:07:51 +03:00
|
|
|
"x11-dl",
|
2020-08-14 20:40:59 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
2020-06-10 23:58:16 +03:00
|
|
|
version = "0.7.0"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2022-02-22 19:50:53 +03:00
|
|
|
"winapi",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2022-07-29 19:14:28 +03:00
|
|
|
[[package]]
|
|
|
|
name = "wio"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-03-13 23:54:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "x11-clipboard"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
|
|
|
|
dependencies = [
|
|
|
|
"xcb",
|
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
|
|
|
version = "2.18.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
|
2020-04-11 06:00:13 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"maybe-uninit",
|
|
|
|
"pkg-config",
|
2020-04-11 06:00:13 +03:00
|
|
|
]
|
|
|
|
|
2021-03-13 23:54:14 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xcb"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-10-03 07:31:56 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xcursor"
|
2020-12-15 04:48:47 +03:00
|
|
|
version = "0.3.3"
|
2020-10-03 07:31:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-15 04:48:47 +03:00
|
|
|
checksum = "3a9a231574ae78801646617cefd13bfe94be907c0e4fa979cfd8b770aa3c5d08"
|
2020-10-03 07:31:56 +03:00
|
|
|
dependencies = [
|
2021-05-23 02:23:06 +03:00
|
|
|
"nom 6.1.2",
|
2020-10-03 07:31:56 +03:00
|
|
|
]
|
|
|
|
|
2020-04-11 06:00:13 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2020-10-03 07:31:56 +03:00
|
|
|
version = "0.8.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xmlparser"
|
2020-10-06 01:09:12 +03:00
|
|
|
version = "0.13.3"
|
2020-04-11 06:00:13 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-27 01:07:51 +03:00
|
|
|
checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
|
2020-04-11 06:00:13 +03:00
|
|
|
|
2020-05-11 22:18:19 +03:00
|
|
|
[[package]]
|
|
|
|
name = "xmltree"
|
2021-05-23 02:23:06 +03:00
|
|
|
version = "0.10.3"
|
2020-05-11 22:18:19 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-23 02:23:06 +03:00
|
|
|
checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
|
2020-05-11 22:18:19 +03:00
|
|
|
dependencies = [
|
2020-10-27 01:07:51 +03:00
|
|
|
"xml-rs",
|
2020-05-11 22:18:19 +03:00
|
|
|
]
|