silicon/Cargo.lock

1557 lines
38 KiB
Plaintext
Raw Normal View History

2019-07-10 05:59:49 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "ab_glyph_rasterizer"
2020-09-21 01:24:22 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "2692800d602527d2b8fea50036119c37df74ab565b10e285706a3dcec0ec3e16"
2020-09-21 01:24:22 +00:00
[[package]]
name = "adler"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
2019-07-10 05:59:49 +00:00
[[package]]
name = "adler32"
2020-09-21 01:24:22 +00:00
version = "1.2.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2019-07-10 05:59:49 +00:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"winapi",
2019-07-10 05:59:49 +00:00
]
2020-09-21 01:55:06 +00:00
[[package]]
name = "anyhow"
version = "1.0.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b602bfe940d21c130f3895acd65221e8a61270debe89d628b9cb4e3ccb8569b"
2019-07-10 05:59:49 +00:00
[[package]]
2019-11-17 11:15:49 +00:00
name = "arrayref"
2020-03-04 06:30:49 +00:00
version = "0.3.6"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2019-07-10 05:59:49 +00:00
2019-11-17 11:15:49 +00:00
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
2019-11-17 11:15:49 +00:00
2019-07-10 05:59:49 +00:00
[[package]]
name = "atty"
2020-03-04 06:30:49 +00:00
version = "0.2.14"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"hermit-abi",
"libc",
"winapi",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "autocfg"
2020-09-21 01:24:22 +00:00
version = "1.0.1"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2019-07-10 05:59:49 +00:00
[[package]]
name = "base64"
2020-09-21 01:24:22 +00:00
version = "0.12.3"
2020-03-04 06:30:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2020-03-04 06:30:49 +00:00
2019-07-10 05:59:49 +00:00
[[package]]
name = "bincode"
2020-09-21 01:24:22 +00:00
version = "1.3.1"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"byteorder",
"serde",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "bitflags"
2019-11-17 11:15:49 +00:00
version = "1.2.1"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-07-10 05:59:49 +00:00
[[package]]
2019-11-17 11:15:49 +00:00
name = "blake2b_simd"
2020-03-04 06:30:49 +00:00
version = "0.5.10"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"arrayref",
"arrayvec",
"constant_time_eq",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-07-10 05:59:49 +00:00
2020-03-04 06:30:49 +00:00
[[package]]
name = "bytemuck"
2020-09-21 01:24:22 +00:00
version = "1.4.1"
2020-03-04 06:30:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
2020-03-04 06:30:49 +00:00
2019-07-10 05:59:49 +00:00
[[package]]
name = "byteorder"
2020-03-04 06:30:49 +00:00
version = "1.3.4"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-07-10 05:59:49 +00:00
[[package]]
name = "cc"
2020-09-21 01:24:22 +00:00
version = "1.0.60"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ef611cc68ff783f18535d77ddd080185275713d852c4f5cbb6122c462a7a825c"
2019-07-10 05:59:49 +00:00
[[package]]
name = "cfg-if"
2019-11-17 11:15:49 +00:00
version = "0.1.10"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-07-10 05:59:49 +00:00
2020-04-30 10:48:30 +00:00
[[package]]
name = "chrono"
2020-09-21 01:24:22 +00:00
version = "0.4.15"
2020-04-30 10:48:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "942f72db697d8767c22d46a598e01f2d3b475501ea43d0db4f16d90259182d0b"
2020-04-30 10:48:30 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"num-integer",
"num-traits",
2020-04-30 10:48:30 +00:00
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "clap"
2020-09-21 01:24:22 +00:00
version = "2.33.3"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"term_size",
"textwrap",
"unicode-width",
"vec_map",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "clipboard"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"clipboard-win 2.2.0",
"objc",
"objc-foundation",
"objc_id",
"x11-clipboard",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "clipboard-win"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"winapi",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "clipboard-win"
2020-09-21 01:24:22 +00:00
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "5123c6b97286809fea9e38d2c9bf530edbcb9fc0d8f8272c28b0c95f067fa92d"
dependencies = [
2020-09-21 01:24:22 +00:00
"error-code",
"str-buf",
"winapi",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "cmake"
2020-05-26 05:50:39 +00:00
version = "0.1.44"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"cc",
2019-07-10 05:59:49 +00:00
]
2019-08-13 01:11:15 +00:00
[[package]]
name = "cocoa"
2019-11-17 11:15:49 +00:00
version = "0.19.1"
2019-08-13 01:11:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "f29f7768b2d1be17b96158e3285951d366b40211320fb30826a76cb7a0da6400"
2019-08-13 01:11:15 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"bitflags",
"block",
"core-foundation 0.6.4",
"core-graphics 0.17.3",
"foreign-types",
"libc",
"objc",
2019-08-13 01:11:15 +00:00
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "constant_time_eq"
2020-03-04 06:30:49 +00:00
version = "0.1.5"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2019-07-10 05:59:49 +00:00
[[package]]
name = "conv"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"custom_derive",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "core-foundation"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"core-foundation-sys 0.6.2",
"libc",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "core-foundation"
2020-09-21 01:24:22 +00:00
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
dependencies = [
2020-09-21 01:24:22 +00:00
"core-foundation-sys 0.8.1",
"libc",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "core-foundation-sys"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2019-07-10 05:59:49 +00:00
[[package]]
name = "core-foundation-sys"
2020-09-21 01:24:22 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "c0af3b5e4601de3837c9332e29e0aae47a0d46ebfa246d12b82f564bac233393"
2019-07-10 05:59:49 +00:00
[[package]]
name = "core-graphics"
version = "0.17.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "56790968ab1c8a1202a102e6de05fc6e1ec87da99e4e93e9a7d13efbfc1e95a9"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"bitflags",
"core-foundation 0.6.4",
"foreign-types",
"libc",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "core-graphics"
2020-09-21 01:24:22 +00:00
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "fc239bba52bab96649441699533a68de294a101533b0270b2d65aa402b29a7f9"
dependencies = [
2020-09-21 01:24:22 +00:00
"bitflags",
"core-foundation 0.9.1",
"core-graphics-types",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
2020-09-21 01:24:22 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
dependencies = [
2020-09-21 01:24:22 +00:00
"bitflags",
"core-foundation 0.9.1",
"foreign-types",
"libc",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "core-text"
2020-09-21 01:24:22 +00:00
version = "19.1.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "d2c7f46e8b820fd5f4b28528104b28b0a91cbe9e9c5bde8017087fb44bc93a60"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"core-foundation 0.9.1",
"core-graphics 0.22.1",
"foreign-types",
"libc",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"cfg-if",
2019-07-10 05:59:49 +00:00
]
[[package]]
2020-09-21 01:24:22 +00:00
name = "crossbeam-channel"
version = "0.4.4"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"crossbeam-utils",
"maybe-uninit",
2019-07-10 05:59:49 +00:00
]
[[package]]
2020-09-21 01:24:22 +00:00
name = "crossbeam-deque"
version = "0.7.3"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"crossbeam-epoch",
"crossbeam-utils",
"maybe-uninit",
2019-07-10 05:59:49 +00:00
]
[[package]]
2020-09-21 01:24:22 +00:00
name = "crossbeam-epoch"
version = "0.8.2"
2019-11-17 11:15:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2019-11-17 11:15:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
"cfg-if",
"crossbeam-utils",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
2019-11-17 11:15:49 +00:00
]
[[package]]
name = "crossbeam-utils"
2020-03-04 06:30:49 +00:00
version = "0.7.2"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
"cfg-if",
"lazy_static",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "custom_derive"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
2019-07-10 05:59:49 +00:00
[[package]]
name = "deflate"
2020-09-21 01:24:22 +00:00
version = "0.8.6"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"adler32",
"byteorder",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "dirs"
version = "2.0.2"
2019-08-05 04:00:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "13aea89a5c93364a98e9b37b2fa237effbb694d5cfe01c5b70941f7eb087d5e3"
2019-08-05 04:00:42 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"cfg-if",
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2020-09-21 01:24:22 +00:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
dependencies = [
2020-09-21 01:24:22 +00:00
"libc",
"redox_users",
"winapi",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "dwrote"
version = "0.11.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"lazy_static",
"libc",
"winapi",
"wio",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "either"
2020-09-21 01:24:22 +00:00
version = "1.6.1"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2019-07-10 05:59:49 +00:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
2020-09-21 01:24:22 +00:00
"atty",
"humantime",
"log",
"termcolor",
]
[[package]]
name = "error-code"
2020-09-21 01:24:22 +00:00
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "56551f6cdadfbb3279fbb8d17693591e49c599dacf22b40088ef321571ae53ee"
dependencies = [
2020-09-21 01:24:22 +00:00
"libc",
"str-buf",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "expat-sys"
version = "2.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"cmake",
"pkg-config",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "flate2"
2020-09-21 01:24:22 +00:00
version = "1.0.17"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "766d0e77a2c1502169d4a93ff3b8c15a71fd946cd0126309752104e5f3c46d94"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"cfg-if",
"crc32fast",
"libc",
"miniz_oxide 0.4.2",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "float-ord"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
2019-07-10 05:59:49 +00:00
[[package]]
name = "fnv"
2020-05-26 05:50:39 +00:00
version = "1.0.7"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-07-10 05:59:49 +00:00
[[package]]
name = "font-kit"
version = "0.10.0"
2019-08-06 07:05:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "1f9042cb45150fb2b2a012fc03d0f1d2071f18e90397b9d2a5ec8ade8464bf20"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"bitflags",
"byteorder",
"core-foundation 0.9.1",
"core-graphics 0.22.1",
"core-text",
"dirs",
"dwrote",
"float-ord",
"freetype",
"lazy_static",
"libc",
"log",
"pathfinder_geometry",
"pathfinder_simd",
"servo-fontconfig",
"walkdir",
"winapi",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"foreign-types-shared",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-07-10 05:59:49 +00:00
[[package]]
name = "freetype"
version = "0.7.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"freetype-sys",
"libc",
]
[[package]]
name = "freetype-sys"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
dependencies = [
2020-09-21 01:24:22 +00:00
"cmake",
"libc",
"pkg-config",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "getrandom"
2020-09-21 01:24:22 +00:00
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
dependencies = [
2020-09-21 01:24:22 +00:00
"cfg-if",
"libc",
"wasi",
]
2020-09-21 01:24:22 +00:00
[[package]]
name = "hashbrown"
version = "0.9.0"
2020-05-26 05:50:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "00d63df3d41950fb462ed38308eea019113ad1508da725bbedcd0fa5a85ef5f7"
2020-05-26 05:50:39 +00:00
2019-07-10 05:59:49 +00:00
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"unicode-segmentation",
2019-11-17 11:15:49 +00:00
]
[[package]]
name = "hermit-abi"
2020-09-21 01:24:22 +00:00
version = "0.1.15"
2019-11-17 11:15:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
2019-11-17 11:15:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"libc",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "humantime"
version = "1.3.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"quick-error",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "image"
version = "0.23.9"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "974e194911d1f7efe3cd8a8f9db3b767e43536327e899e8bc9a12ef5711b74d2"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"bytemuck",
"byteorder",
"jpeg-decoder",
"num-iter",
"num-rational",
"num-traits",
"png",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "imageproc"
version = "0.21.0"
2019-08-06 07:05:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "7b0fbd0ced24e3bc65052406fa6466203fe9c8d1990a3327567433e47109ed1a"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"conv",
"image",
"itertools",
"num 0.3.0",
"rand",
"rand_distr",
"rayon",
"rulinalg",
"rusttype",
2020-04-30 10:48:30 +00:00
]
[[package]]
name = "indexmap"
2020-09-21 01:24:22 +00:00
version = "1.6.0"
2020-04-30 10:48:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
2020-04-30 10:48:30 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
"hashbrown",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "itertools"
version = "0.9.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"either",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "itoa"
2020-09-21 01:24:22 +00:00
version = "0.4.6"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
2019-07-10 05:59:49 +00:00
[[package]]
name = "jpeg-decoder"
2020-09-21 01:24:22 +00:00
version = "0.1.20"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "cc797adac5f083b8ff0ca6f6294a999393d76e197c36488e2ef732c4715f6fa3"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"byteorder",
"rayon",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "lazy_static"
2019-11-17 11:15:49 +00:00
version = "1.4.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-07-10 05:59:49 +00:00
[[package]]
name = "lazycell"
2020-09-21 01:24:22 +00:00
version = "1.3.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2019-07-10 05:59:49 +00:00
[[package]]
name = "libc"
2020-09-21 01:24:22 +00:00
version = "0.2.77"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
2019-07-10 05:59:49 +00:00
[[package]]
name = "line-wrap"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"safemem",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "log"
version = "0.4.11"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"cfg-if",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"libc",
2019-07-10 05:59:49 +00:00
]
2019-08-26 06:02:55 +00:00
[[package]]
name = "matrixmultiply"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "dcad67dcec2d58ff56f6292582377e6921afdf3bfbd533e26fb8900ae575e002"
2019-08-26 06:02:55 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"rawpointer",
2019-08-26 06:02:55 +00:00
]
2020-03-04 06:30:49 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2020-03-04 06:30:49 +00:00
2019-07-10 05:59:49 +00:00
[[package]]
name = "memoffset"
2020-09-21 01:24:22 +00:00
version = "0.5.6"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "miniz_oxide"
2020-09-21 01:24:22 +00:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
dependencies = [
"adler32",
]
[[package]]
name = "miniz_oxide"
version = "0.4.2"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "c60c0dfe32c10b43a144bad8fc83538c52f58302c92300ea7ec7bf7b38d5a7b9"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"adler",
"autocfg",
2019-07-10 05:59:49 +00:00
]
2019-08-26 06:02:55 +00:00
[[package]]
name = "num"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
2019-08-26 06:02:55 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"num-integer",
"num-iter",
"num-traits",
2019-08-26 06:02:55 +00:00
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "num"
version = "0.3.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ab3e176191bc4faad357e3122c4747aa098ac880e88b168f106386128736cf4a"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "num-bigint"
version = "0.3.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "b7f3fc75e3697059fb1bc465e3d8cca6cf92f56854f201158b3f9c77d5a3cfa0"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
"num-integer",
"num-traits",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "num-complex"
version = "0.3.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "b05ad05bd8977050b171b3f6b48175fea6e0565b7981059b486075e1026a9fb5"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"num-traits",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "num-integer"
version = "0.1.43"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
"num-traits",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "num-iter"
version = "0.1.41"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
"num-integer",
"num-traits",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "num-rational"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138"
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
"num-bigint",
"num-integer",
"num-traits",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "num-traits"
version = "0.2.12"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "num_cpus"
2020-04-30 10:48:30 +00:00
version = "1.13.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"hermit-abi",
"libc",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "objc"
2019-11-17 11:15:49 +00:00
version = "0.2.7"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"malloc_buf",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"block",
"objc",
"objc_id",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"objc",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "onig"
2020-09-21 01:24:22 +00:00
version = "6.1.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "8a155d13862da85473665694f4c05d77fb96598bdceeaf696433c84ea9567e20"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"bitflags",
"lazy_static",
"libc",
"onig_sys",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "onig_sys"
2020-09-21 01:24:22 +00:00
version = "69.5.1"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "9bff06597a6b17855040955cae613af000fc0bfc8ad49ea68b9479a74e59292d"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"cc",
"pkg-config",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "owned_ttf_parser"
version = "0.6.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "9f923fb806c46266c02ab4a5b239735c144bdeda724a50ed058e5226f594cde3"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"ttf-parser",
2019-07-10 05:59:49 +00:00
]
2019-08-13 01:11:15 +00:00
[[package]]
name = "pasteboard"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "e3072b52a104ff92cd638c1634edcb3443784b44475976adc19fdbf6b1d4636c"
2019-08-13 01:11:15 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"cocoa",
"objc",
"structopt 0.2.18",
2019-08-13 01:11:15 +00:00
]
2020-04-30 10:48:30 +00:00
[[package]]
name = "pathfinder_geometry"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
2020-04-30 10:48:30 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"log",
"pathfinder_simd",
2020-04-30 10:48:30 +00:00
]
[[package]]
name = "pathfinder_simd"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "b451513912d6b3440e443aa75a73ab22203afedc4a90df8526d008c0f86f7cb3"
2020-04-30 10:48:30 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"rustc_version",
2020-04-30 10:48:30 +00:00
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "pkg-config"
2020-09-21 01:24:22 +00:00
version = "0.3.18"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
2019-07-10 05:59:49 +00:00
[[package]]
name = "plist"
version = "1.0.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "7b336d94e8e4ce29bf15bba393164629764744c567e8ad306cc1fdd0119967fd"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"base64",
"chrono",
"indexmap",
"line-wrap",
"serde",
"xml-rs",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "png"
2020-09-21 01:24:22 +00:00
version = "0.16.7"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "dfe7f9f1c730833200b134370e1d5098964231af8450bce9b78ee3ab5278b970"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"bitflags",
"crc32fast",
"deflate",
"miniz_oxide 0.3.7",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "ppv-lite86"
2020-09-21 01:24:22 +00:00
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
[[package]]
name = "proc-macro-error"
2020-09-21 01:24:22 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
2020-09-21 01:24:22 +00:00
"proc-macro-error-attr",
"proc-macro2 1.0.21",
"quote 1.0.7",
"syn 1.0.41",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2020-09-21 01:24:22 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
2020-09-21 01:24:22 +00:00
"proc-macro2 1.0.21",
"quote 1.0.7",
"version_check",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "proc-macro2"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"unicode-xid 0.1.0",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "proc-macro2"
2020-09-21 01:24:22 +00:00
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "36e28516df94f3dd551a587da5357459d9b36d945a7c37c3557928c1c2ff2a2c"
dependencies = [
2020-09-21 01:24:22 +00:00
"unicode-xid 0.2.1",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "quick-error"
2020-03-04 06:30:49 +00:00
version = "1.2.3"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2019-07-10 05:59:49 +00:00
[[package]]
name = "quote"
2019-07-23 04:29:03 +00:00
version = "0.6.13"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"proc-macro2 0.4.30",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "quote"
2020-09-21 01:24:22 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
dependencies = [
2020-09-21 01:24:22 +00:00
"proc-macro2 1.0.21",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "rand"
2020-03-04 06:30:49 +00:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2020-09-21 01:24:22 +00:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
]
[[package]]
name = "rand_chacha"
2020-04-30 10:48:30 +00:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
2020-09-21 01:24:22 +00:00
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2019-11-17 11:15:49 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2020-09-21 01:24:22 +00:00
"getrandom",
]
2019-07-10 05:59:49 +00:00
[[package]]
2020-03-04 06:30:49 +00:00
name = "rand_distr"
version = "0.2.2"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "96977acbdd3a6576fb1d27391900035bf3863d4a16422973a409b488cf29ffb2"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"rand",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2020-09-21 01:24:22 +00:00
"rand_core",
]
2019-08-26 06:02:55 +00:00
[[package]]
name = "rawpointer"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ebac11a9d2e11f2af219b8b8d833b76b1ea0e054aa0e8d8e9e4cbde353bdf019"
2019-08-26 06:02:55 +00:00
2019-07-10 05:59:49 +00:00
[[package]]
name = "rayon"
2020-09-21 01:24:22 +00:00
version = "1.4.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "cfd016f0c045ad38b5251be2c9c0ab806917f82da4d36b2a327e5166adad9270"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"autocfg",
"crossbeam-deque",
"either",
"rayon-core",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "rayon-core"
2020-09-21 01:24:22 +00:00
version = "1.8.1"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "redox_syscall"
2020-09-21 01:24:22 +00:00
version = "0.1.57"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
2019-07-10 05:59:49 +00:00
[[package]]
name = "redox_users"
2020-09-21 01:24:22 +00:00
version = "0.3.5"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"getrandom",
"redox_syscall",
"rust-argon2",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "regex-syntax"
2020-09-21 01:24:22 +00:00
version = "0.6.18"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
2019-07-10 05:59:49 +00:00
[[package]]
name = "remove_dir_all"
2020-09-21 01:24:22 +00:00
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
2020-09-21 01:24:22 +00:00
"winapi",
]
2019-08-26 06:02:55 +00:00
[[package]]
name = "rulinalg"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "04ada202c9685e1d72a7420c578e92b358dbf807d3dfabb676a3dab9cc3bb12f"
2019-08-26 06:02:55 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"matrixmultiply",
"num 0.1.42",
2019-08-26 06:02:55 +00:00
]
2019-11-17 11:15:49 +00:00
[[package]]
name = "rust-argon2"
2020-09-21 01:24:22 +00:00
version = "0.8.2"
2019-11-17 11:15:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
2019-11-17 11:15:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"base64",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
2019-11-17 11:15:49 +00:00
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-11-17 11:15:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"semver",
2019-11-17 11:15:49 +00:00
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "rusttype"
version = "0.9.2"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "dc7c727aded0be18c5b80c1640eae0ac8e396abf6fa8477d96cb37d18ee5ec59"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "ryu"
2020-09-21 01:24:22 +00:00
version = "1.0.5"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2019-07-10 05:59:49 +00:00
[[package]]
name = "safemem"
2019-11-17 11:15:49 +00:00
version = "0.3.3"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2019-07-10 05:59:49 +00:00
[[package]]
name = "same-file"
2020-03-04 06:30:49 +00:00
version = "1.0.6"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"winapi-util",
2019-07-10 05:59:49 +00:00
]
[[package]]
2019-11-17 11:15:49 +00:00
name = "scopeguard"
2020-03-04 06:30:49 +00:00
version = "1.1.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-07-10 05:59:49 +00:00
[[package]]
2019-11-17 11:15:49 +00:00
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2019-11-17 11:15:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"semver-parser",
2019-11-17 11:15:49 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-07-10 05:59:49 +00:00
[[package]]
name = "serde"
2020-09-21 01:24:22 +00:00
version = "1.0.116"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
2019-07-10 05:59:49 +00:00
[[package]]
name = "serde_derive"
2020-09-21 01:24:22 +00:00
version = "1.0.116"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"proc-macro2 1.0.21",
"quote 1.0.7",
"syn 1.0.41",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "serde_json"
2020-09-21 01:24:22 +00:00
version = "1.0.57"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"itoa",
"ryu",
"serde",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "servo-fontconfig"
2020-09-21 01:24:22 +00:00
version = "0.5.1"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"libc",
"servo-fontconfig-sys",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "servo-fontconfig-sys"
version = "5.1.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"expat-sys",
"freetype-sys",
"pkg-config",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "silicon"
2020-05-26 05:50:39 +00:00
version = "0.3.2"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:55:06 +00:00
"anyhow",
2020-09-21 01:24:22 +00:00
"clipboard",
"clipboard-win 4.0.3",
"conv",
"env_logger",
"font-kit",
"image",
"imageproc",
"log",
"pasteboard",
"pathfinder_geometry",
"structopt 0.3.17",
"syntect",
"tempfile",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "str-buf"
2020-09-21 01:24:22 +00:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "0a47e418bf71fa32157eb3ab85e1bfafaafdc0912ba2af11931a3e1d9b20957a"
2019-08-13 01:11:15 +00:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2019-08-13 01:11:15 +00:00
2019-07-10 05:59:49 +00:00
[[package]]
name = "structopt"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"clap",
"structopt-derive 0.2.18",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "structopt"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "6cc388d94ffabf39b5ed5fadddc40147cb21e605f53db6f8f36a625d27489ac5"
dependencies = [
2020-09-21 01:24:22 +00:00
"clap",
"lazy_static",
"structopt-derive 0.4.10",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "structopt-derive"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"heck",
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "structopt-derive"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "5e2513111825077552a6751dfad9e11ce0fba07d7276a3943a037d7e93e64c5f"
dependencies = [
2020-09-21 01:24:22 +00:00
"heck",
"proc-macro-error",
"proc-macro2 1.0.21",
"quote 1.0.7",
"syn 1.0.41",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "syn"
2019-11-17 11:15:49 +00:00
version = "0.15.44"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "syn"
2020-09-21 01:24:22 +00:00
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "6690e3e9f692504b941dc6c3b188fd28df054f7fb8469ab40680df52fdcc842b"
dependencies = [
2020-09-21 01:24:22 +00:00
"proc-macro2 1.0.21",
"quote 1.0.7",
"unicode-xid 0.2.1",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "syntect"
version = "4.4.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "4e3978df05b5850c839a6b352d3c35ce0478944a4be689be826b53cf75363e88"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"bincode",
"bitflags",
"flate2",
"fnv",
"lazy_static",
"lazycell",
"onig",
"plist",
"regex-syntax",
"serde",
"serde_derive",
"serde_json",
"walkdir",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "tempfile"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [
2020-09-21 01:24:22 +00:00
"cfg-if",
"libc",
"rand",
"redox_syscall",
"remove_dir_all",
"winapi",
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "term_size"
2020-05-26 05:50:39 +00:00
version = "0.3.2"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "1e4129646ca0ed8f45d09b929036bafad5377103edd06e50bf574b353d2b08d9"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"libc",
"winapi",
2019-07-10 05:59:49 +00:00
]
2019-07-12 05:24:13 +00:00
[[package]]
name = "termcolor"
2020-03-04 06:30:49 +00:00
version = "1.1.0"
2019-07-12 05:24:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2019-07-12 05:24:13 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"winapi-util",
2019-07-12 05:24:13 +00:00
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"term_size",
"unicode-width",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "ttf-parser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "3e5d7cd7ab3e47dda6e56542f4bbf3824c15234958c6e1bd6aaa347e93499fdc"
2019-07-10 05:59:49 +00:00
[[package]]
name = "unicode-segmentation"
2019-11-17 11:15:49 +00:00
version = "1.6.0"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
2019-07-10 05:59:49 +00:00
[[package]]
name = "unicode-width"
2020-09-21 01:24:22 +00:00
version = "0.1.8"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
2019-07-10 05:59:49 +00:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
2019-07-10 05:59:49 +00:00
[[package]]
name = "unicode-xid"
2020-09-21 01:24:22 +00:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2019-08-13 01:11:15 +00:00
[[package]]
name = "vec_map"
2020-05-26 05:50:39 +00:00
version = "0.8.2"
2019-08-13 01:11:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2019-08-13 01:11:15 +00:00
2020-03-04 06:30:49 +00:00
[[package]]
name = "version_check"
2020-05-26 05:50:39 +00:00
version = "0.9.2"
2020-03-04 06:30:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2020-03-04 06:30:49 +00:00
2019-07-10 05:59:49 +00:00
[[package]]
name = "walkdir"
2020-03-04 06:30:49 +00:00
version = "2.3.1"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"same-file",
"winapi",
"winapi-util",
2019-07-10 05:59:49 +00:00
]
2019-11-17 11:15:49 +00:00
[[package]]
name = "wasi"
2020-03-04 06:30:49 +00:00
version = "0.9.0+wasi-snapshot-preview1"
2019-11-17 11:15:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-11-17 11:15:49 +00:00
2019-07-10 05:59:49 +00:00
[[package]]
name = "winapi"
2020-09-21 01:24:22 +00:00
version = "0.3.9"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-07-10 05:59:49 +00:00
[[package]]
name = "winapi-util"
2020-04-30 10:48:30 +00:00
version = "0.1.5"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"winapi",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-07-10 05:59:49 +00:00
2020-04-30 10:48:30 +00:00
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
2020-04-30 10:48:30 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"winapi",
2020-04-30 10:48:30 +00:00
]
2019-07-10 05:59:49 +00:00
[[package]]
name = "x11-clipboard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"xcb",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "xcb"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
2019-07-10 05:59:49 +00:00
dependencies = [
2020-09-21 01:24:22 +00:00
"libc",
"log",
2019-07-10 05:59:49 +00:00
]
[[package]]
name = "xml-rs"
2020-04-30 10:48:30 +00:00
version = "0.8.3"
2019-07-10 05:59:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-09-21 01:24:22 +00:00
checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a"