application-services/Cargo.lock

2999 строки
68 KiB
Plaintext
Исходник Обычный вид История

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "aho-corasick"
2020-03-13 22:53:20 +03:00
version = "0.7.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
dependencies = [
2020-01-31 15:59:58 +03:00
"memchr",
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi 0.3.8",
]
2019-05-03 17:46:30 +03:00
[[package]]
2019-11-18 18:52:15 +03:00
name = "anyhow"
2020-03-20 19:18:31 +03:00
version = "1.0.27"
2019-05-03 17:46:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "013a6e0a2cbe3d20f9c60b65458f7a7f7a5e636c5d0f45a5a6aee5d4b1f01785"
2019-05-03 17:46:30 +03:00
[[package]]
2019-08-20 20:22:03 +03:00
name = "arrayref"
2020-02-03 02:22:18 +03:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arrayvec"
2019-11-18 18:52:15 +03:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
[[package]]
name = "assert-json-diff"
2020-02-25 18:14:15 +03:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "9c356497fd3417158bcb318266ac83c391219ca3a5fa659049f42e0041ab57d6"
dependencies = [
2020-02-25 18:14:15 +03:00
"extend",
2020-01-31 15:59:58 +03:00
"serde",
"serde_json",
]
[[package]]
name = "atty"
2019-11-19 04:31:44 +03:00
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2020-01-31 15:59:58 +03:00
"hermit-abi",
"libc",
"winapi 0.3.8",
]
2020-01-10 22:48:27 +03:00
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2020-01-10 22:48:27 +03:00
[[package]]
name = "backtrace"
2020-03-25 18:23:01 +03:00
version = "0.3.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 18:23:01 +03:00
checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
dependencies = [
2020-01-31 15:59:58 +03:00
"backtrace-sys",
"cfg-if",
"libc",
"rustc-demangle",
]
[[package]]
name = "backtrace-sys"
2020-03-25 18:23:01 +03:00
version = "0.1.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 18:23:01 +03:00
checksum = "7de8aba10a69c8e8d7622c5710229485ec32e9d55fdad160ea559c086fdcd118"
dependencies = [
2020-01-31 15:59:58 +03:00
"cc",
"libc",
]
[[package]]
name = "base16"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8"
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
dependencies = [
2020-01-31 15:59:58 +03:00
"byteorder",
]
2019-01-11 02:28:51 +03:00
[[package]]
name = "base64"
version = "0.11.0"
2019-01-11 02:28:51 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2019-01-11 02:28:51 +03:00
2020-03-13 22:53:20 +03:00
[[package]]
name = "base64"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5ca2cd0adc3f48f9e9ea5a6bbdf9ccc0bfade884847e484d452414c7ccffb3"
2019-05-29 19:47:40 +03:00
[[package]]
name = "bincode"
2019-12-13 22:07:55 +03:00
version = "1.2.1"
2019-05-29 19:47:40 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
2019-05-29 19:47:40 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"byteorder",
"serde",
2019-05-29 19:47:40 +03:00
]
2019-07-09 21:00:48 +03:00
[[package]]
name = "bindgen"
2020-03-13 22:53:20 +03:00
version = "0.53.2"
2019-07-09 21:00:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "6bb26d6a69a335b8cb0e7c7e9775cd5666611dc50a37177c3f2cedcfc040e8c8"
2019-07-09 21:00:48 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"bitflags",
"cexpr",
"cfg-if",
"clang-sys",
"clap",
"env_logger",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"which",
2019-05-29 19:47:40 +03:00
]
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
2019-08-20 20:22:03 +03:00
name = "blake2b_simd"
2019-11-19 04:31:44 +03:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
dependencies = [
2020-01-31 15:59:58 +03:00
"arrayref",
"arrayvec",
"constant_time_eq",
]
2019-10-21 19:55:52 +03:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2019-10-21 19:55:52 +03:00
[[package]]
2019-07-08 20:47:55 +03:00
name = "bstr"
2020-03-13 22:53:20 +03:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "2889e6d50f394968c8bf4240dc3f2a7eb4680844d27308f798229ac9d4725f41"
2019-07-08 20:47:55 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"lazy_static",
"memchr",
"regex-automata",
"serde",
2019-07-08 20:47:55 +03:00
]
[[package]]
name = "bumpalo"
2020-03-25 18:23:01 +03:00
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 18:23:01 +03:00
checksum = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
[[package]]
name = "byteorder"
2020-02-11 18:13:16 +03:00
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2020-01-14 21:07:19 +03:00
[[package]]
name = "bytes"
2020-02-03 02:22:18 +03:00
version = "0.5.4"
2020-01-14 21:07:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
2020-01-14 21:07:19 +03:00
[[package]]
name = "caseless"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f"
dependencies = [
2020-01-31 15:59:58 +03:00
"regex",
"unicode-normalization",
]
2019-02-01 01:28:16 +03:00
[[package]]
name = "cast"
2019-11-18 18:52:15 +03:00
version = "0.2.3"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
2019-11-18 18:52:15 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"rustc_version",
2019-11-18 18:52:15 +03:00
]
2019-02-01 01:28:16 +03:00
[[package]]
name = "cc"
2020-01-10 22:48:27 +03:00
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
2019-07-09 21:00:48 +03:00
[[package]]
name = "cexpr"
2020-03-13 22:53:20 +03:00
version = "0.4.0"
2019-07-09 21:00:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
2019-07-09 21:00:48 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"nom",
2019-07-09 21:00:48 +03:00
]
2019-04-15 23:29:05 +03:00
[[package]]
2019-05-03 17:46:30 +03:00
name = "cfg-if"
2019-09-27 20:12:07 +03:00
version = "0.1.10"
2019-04-15 23:29:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-04-15 23:29:05 +03:00
[[package]]
name = "chrono"
2020-03-13 22:53:20 +03:00
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
dependencies = [
2020-01-31 15:59:58 +03:00
"num-integer",
"num-traits",
"time",
]
2019-07-09 21:00:48 +03:00
[[package]]
name = "clang-sys"
2020-03-13 22:53:20 +03:00
version = "0.29.2"
2019-07-09 21:00:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "f92986241798376849e1a007827041fed9bb36195822c2049d18e174420e0534"
2019-07-09 21:00:48 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"glob",
"libc",
"libloading",
2019-07-09 21:00:48 +03:00
]
[[package]]
name = "clap"
2019-03-27 00:35:50 +03:00
version = "2.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
dependencies = [
2020-01-31 15:59:58 +03:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "cli-support"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"failure",
"fxa-client",
"log",
"sync15",
"url",
"webbrowser",
]
2019-02-11 21:49:47 +03:00
[[package]]
name = "clicolors-control"
2019-08-30 18:30:04 +03:00
version = "1.0.1"
2019-02-11 21:49:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e"
2019-02-11 21:49:47 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"atty",
"lazy_static",
"libc",
"winapi 0.3.8",
2019-02-11 21:49:47 +03:00
]
2019-10-21 19:55:52 +03:00
[[package]]
name = "clipboard"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "25a904646c0340239dcf7c51677b33928bf24fdf424b79a57909c0109075b2e7"
2019-10-21 19:55:52 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"clipboard-win",
"objc",
"objc-foundation",
"objc_id",
"x11-clipboard",
2019-10-21 19:55:52 +03:00
]
[[package]]
name = "clipboard-win"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "e3a093d6fed558e5fe24c3dfc85a68bb68f1c824f440d3ba5aca189e2998786b"
2019-10-21 19:55:52 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi 0.3.8",
2019-10-21 19:55:52 +03:00
]
[[package]]
name = "colored"
2020-02-25 18:14:15 +03:00
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
dependencies = [
2020-01-31 15:59:58 +03:00
"atty",
"lazy_static",
"winapi 0.3.8",
]
2019-02-11 21:49:47 +03:00
[[package]]
name = "console"
2020-03-13 22:53:20 +03:00
version = "0.10.0"
2019-02-11 21:49:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "6728a28023f207181b193262711102bfbaf47cc9d13bc71d0736607ef8efe88c"
2019-02-11 21:49:47 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"clicolors-control",
"encode_unicode",
"lazy_static",
"libc",
"regex",
"termios",
"unicode-width",
"winapi 0.3.8",
2019-02-11 21:49:47 +03:00
]
[[package]]
name = "constant_time_eq"
2020-01-13 20:43:18 +03:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
[[package]]
name = "core-foundation"
2020-03-06 20:50:18 +03:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
dependencies = [
2020-01-31 15:59:58 +03:00
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2020-03-06 20:50:18 +03:00
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2019-02-01 01:28:16 +03:00
[[package]]
name = "criterion"
2020-02-03 02:22:18 +03:00
version = "0.3.1"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "1fc755679c12bda8e5523a71e4d654b6bf2e14bd838dfc48cde6559a05caf7d1"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"atty",
"cast",
"clap",
"criterion-plot",
"csv",
"itertools",
"lazy_static",
"num-traits",
"oorandom",
"plotters",
"rayon",
"regex",
"serde",
"serde_derive",
"serde_json",
"tinytemplate",
"walkdir",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "criterion-plot"
2020-02-03 02:22:18 +03:00
version = "0.4.1"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "a01e15e0ea58e8234f96146b1f91fa9d0e4dd7a38da93ff7a75d42c0b9d3a545"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"cast",
"itertools",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "crossbeam-deque"
2020-02-25 18:14:15 +03:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
dependencies = [
2020-01-31 15:59:58 +03:00
"crossbeam-epoch",
"crossbeam-utils",
2020-02-25 18:14:15 +03:00
"maybe-uninit",
]
[[package]]
name = "crossbeam-epoch"
2020-02-25 18:14:15 +03:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
dependencies = [
2020-02-25 18:14:15 +03:00
"autocfg",
2020-01-31 15:59:58 +03:00
"cfg-if",
"crossbeam-utils",
"lazy_static",
2020-02-25 18:14:15 +03:00
"maybe-uninit",
2020-01-31 15:59:58 +03:00
"memoffset",
"scopeguard",
]
2019-11-27 19:23:55 +03:00
[[package]]
name = "crossbeam-queue"
2019-12-26 18:11:32 +03:00
version = "0.2.1"
2019-11-27 19:23:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
2019-11-27 19:23:55 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
"crossbeam-utils",
2019-11-27 19:23:55 +03:00
]
2019-11-18 18:52:15 +03:00
[[package]]
name = "crossbeam-utils"
2020-02-25 18:14:15 +03:00
version = "0.7.2"
2019-11-18 18:52:15 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-11-18 18:52:15 +03:00
dependencies = [
2020-02-25 18:14:15 +03:00
"autocfg",
2020-01-31 15:59:58 +03:00
"cfg-if",
"lazy_static",
2019-11-18 18:52:15 +03:00
]
2019-02-01 01:28:16 +03:00
[[package]]
name = "csv"
2020-02-03 02:22:18 +03:00
version = "1.1.3"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"bstr",
"csv-core",
"itoa",
"ryu",
"serde",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "csv-core"
2020-02-25 18:14:15 +03:00
version = "0.1.10"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"memchr",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "ctor"
2020-02-25 18:14:15 +03:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "47c5e5ac752e18207b12e16b10631ae5f7f68f8805f335f9b817ead83d9ffce1"
dependencies = [
2020-01-31 15:59:58 +03:00
"quote",
"syn",
]
[[package]]
name = "ctrlc"
version = "3.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a4ba686dff9fa4c1c9636ce1010b0cf98ceb421361b0bb3d6faeec43bd217a7"
dependencies = [
2020-01-31 15:59:58 +03:00
"nix",
"winapi 0.3.8",
]
2019-02-11 21:49:47 +03:00
[[package]]
name = "dialoguer"
version = "0.5.0"
2019-02-11 21:49:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "94616e25d2c04fc97253d145f6ca33ad84a584258dc70c4e621cc79a57f903b6"
2019-02-11 21:49:47 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"console",
"lazy_static",
"tempfile",
2019-02-11 21:49:47 +03:00
]
[[package]]
name = "difference"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
[[package]]
name = "dirs"
Bookmark APIs for iOS and Kotlin and implement them using the FFI (#743) * Define conversions to/from protobuf types * Define bookmark message types * Add method of getting 'shallow' tree info * Properly provide parent/position for items * Add the rust side of the Bookmarks FFI * Kotlin bookmarks FFI * Copy xcode project over from logins to start places ios ffi * places ios: C bindings for places * protobuf setup for places ios (and docs) * Fix some things that were annoying me about BookmarkRootGuid, and move it to it's own file * Add a bookmarks FFI function to return all bookmarks with the requested URL * Clean up leftover logins stuff in places ios * Implement swift bookmarks API * Fix bad comment and missing null check in kotlin bookmarks * Try and add places to the iOS megazord (hit issue with msg_types name collision) * Rename msg_types to be unique, finish integration with iOS megazord * Finish documenting how to pass protobuf data back and forth for swift * Comment tweak and change canEdit -> isRoot * Small tweaks to the swift API (some renaming, change class => struct, etc) * Don't require type in update (since it can't be changed), and handle errors better * Undo struct -> class change since it subtly broke things * Respond to feedback from justin * Allow requesting a only the first level of folder children * connUseAfterApiClosed -> connUseAfterAPIClosed * WIP iOS tests * Make iOS tests build * Improve path handling for iOS * Fix megazord test setup and document the weird testing steps that were needed * Fix failing iOS tests * Move protobuf-returning functions into their own file * Add searchBookmarks function * Use a sealed class and data classes in the kotlin API * Require that callers of getBookmarksTree pass in the root and whether or not to fetch recursively, rather than using the most expensive possible default * rename deleteBookmark => deleteBookmarkNode * Use InterruptScope in the reader bookmark methods * Fix rebase issue * Allow interrupt() on iOS * Use changes from #788 to make places xcode project build much faster * Change `extern` to `public`, use fewer protobuf types in the rust because they make testing it painful * More tests of new rust code * Expose relevant errors over the FFI, and document them (also, fix the kotlin doc formatting) * fix 'its' being wrong basically everywhere * Fix many doc typos * Use FfiStr in bookmarks * Fix doc nit * Make missing titles come through as '' for better API consistency * Tests for the rest of the new rust functions * Clarify doc nit * Changelog entry for bookmark ffi * Expose runMaintenance to Swift * Handle NoItem => NoSuchGuid * Rename places::storage::bookmarks::public to places::storage::bookmarks::public_node * Lina's review feedback
2019-03-19 18:41:19 +03:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
dependencies = [
2020-01-31 15:59:58 +03:00
"libc",
"redox_users",
"winapi 0.3.8",
]
[[package]]
name = "dogear"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "268360cf7696c0c2c83061edb6af090cfea85cbde7d1b8425d6e4ffe9f1c0ec9"
dependencies = [
2020-01-31 15:59:58 +03:00
"log",
"smallbitvec",
]
[[package]]
name = "dtoa"
2020-02-03 02:22:18 +03:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
[[package]]
name = "ece"
2019-09-03 16:36:48 +03:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "f63d22c3e9165d2a16da68804e1d8fcda3a822b091d255c57f68969fe17b9d35"
dependencies = [
2020-01-31 15:59:58 +03:00
"base64 0.10.1",
"byteorder",
"failure",
"failure_derive",
"once_cell",
"serde",
]
2019-02-01 01:28:16 +03:00
[[package]]
name = "either"
2019-09-20 17:36:49 +03:00
version = "1.5.3"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2019-02-01 01:28:16 +03:00
[[package]]
name = "encode_unicode"
2019-08-30 18:30:04 +03:00
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
[[package]]
name = "encoding_rs"
2019-12-20 17:16:26 +03:00
version = "0.8.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "cd8d03faa7fe0c1431609dfad7bbe827af30f82e1e2ae6f7ee4fca6bd764bc28"
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
]
[[package]]
name = "env_logger"
2019-10-18 17:17:08 +03:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
dependencies = [
2020-01-31 15:59:58 +03:00
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]]
name = "error-support"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"failure",
]
2020-02-25 18:14:15 +03:00
[[package]]
name = "extend"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe9db393664b0e6c6230a14115e7e798f80b70f54038dc21165db24c6b7f28fc"
dependencies = [
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "failure"
2020-03-06 20:50:18 +03:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "b8529c2421efa3066a5cbd8063d2244603824daccb6936b079010bb2aa89464b"
dependencies = [
2020-01-31 15:59:58 +03:00
"backtrace",
"failure_derive",
]
[[package]]
name = "failure_derive"
2020-03-06 20:50:18 +03:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "030a733c8287d6213886dd487564ff5c8f6aae10278b3588ed177f9d18f8d231"
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro2",
"quote",
"syn",
"synstructure",
]
2019-04-12 07:24:25 +03:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
2019-04-12 07:24:25 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2019-04-12 07:24:25 +03:00
[[package]]
name = "fallible-streaming-iterator"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2019-04-12 07:24:25 +03:00
[[package]]
name = "ffi-support"
2020-01-13 11:24:24 +03:00
version = "0.4.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"backtrace",
"env_logger",
"lazy_static",
"log",
"rand 0.7.3",
"rayon",
]
2020-04-01 19:12:36 +03:00
[[package]]
name = "ffi-support"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "087be066eb6e85d7150f0c5400018a32802f99d688b2d3868c526f7bbfe17960"
dependencies = [
"lazy_static",
"log",
]
[[package]]
name = "find-places-db"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "156072cf5b7e3974da51941bf050f5b8ab5a8df56ad5c1adbd8c07e9d9455b95"
dependencies = [
2020-01-31 15:59:58 +03:00
"dirs",
"failure",
"log",
]
[[package]]
name = "fixedbitset"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "37ab347416e802de484e4d03c7316c48f1ecb56574dfd4a46a80f173ce1de04d"
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
2020-01-31 15:59:58 +03:00
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-02-06 21:36:13 +03:00
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2019-02-06 21:36:13 +03:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
2020-01-31 15:59:58 +03:00
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
2020-01-14 21:07:19 +03:00
name = "futures-channel"
2020-02-11 18:13:16 +03:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8"
2020-01-14 21:07:19 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"futures-core",
2020-01-14 21:07:19 +03:00
]
[[package]]
2020-01-14 21:07:19 +03:00
name = "futures-core"
2020-02-11 18:13:16 +03:00
version = "0.3.4"
2020-01-14 21:07:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a"
2020-01-14 21:07:19 +03:00
[[package]]
name = "futures-io"
2020-02-11 18:13:16 +03:00
version = "0.3.4"
2020-01-14 21:07:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6"
2020-01-14 21:07:19 +03:00
[[package]]
name = "futures-sink"
2020-02-11 18:13:16 +03:00
version = "0.3.4"
2020-01-14 21:07:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6"
2020-01-14 21:07:19 +03:00
[[package]]
name = "futures-task"
2020-02-11 18:13:16 +03:00
version = "0.3.4"
2020-01-14 21:07:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27"
2020-01-14 21:07:19 +03:00
[[package]]
name = "futures-util"
2020-02-11 18:13:16 +03:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5"
dependencies = [
2020-01-31 15:59:58 +03:00
"futures-core",
"futures-io",
"futures-task",
"memchr",
"pin-utils",
"slab",
]
[[package]]
name = "fxa-client"
version = "0.1.0"
dependencies = [
2020-03-13 22:53:20 +03:00
"base64 0.12.0",
2020-01-31 15:59:58 +03:00
"byteorder",
"cli-support",
"dialoguer",
"error-support",
"failure",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"hex",
"lazy_static",
"log",
"mockiato",
"prost",
"prost-build",
"prost-derive",
"rc_crypto",
"serde",
"serde_derive",
"serde_json",
"sync15",
"url",
"viaduct",
"viaduct-reqwest",
2020-01-31 15:59:58 +03:00
"webbrowser",
]
[[package]]
name = "fxaclient_ffi"
version = "0.1.0"
dependencies = [
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"fxa-client",
"lazy_static",
"log",
"prost",
"serde_json",
2020-01-31 15:59:58 +03:00
"url",
"viaduct",
]
[[package]]
name = "getrandom"
2020-01-10 22:48:27 +03:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
"libc",
"wasi",
]
2019-07-09 21:00:48 +03:00
[[package]]
name = "glob"
2019-08-20 20:22:03 +03:00
version = "0.3.0"
2019-07-09 21:00:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2019-07-09 21:00:48 +03:00
[[package]]
name = "h2"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7938e6aa2a31df4e21f224dc84704bd31c089a6d1355c535b03667371cccc843"
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"log",
"slab",
"tokio",
"tokio-util",
]
[[package]]
name = "hawk"
2020-01-14 21:07:19 +03:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "2706f480fb19dea88925385f596c870dcd5e30d21cf0e9bd0753f7149e87ca36"
dependencies = [
2020-01-31 15:59:58 +03:00
"base64 0.11.0",
"failure",
"log",
"once_cell",
"rand 0.7.3",
"url",
]
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
2020-01-31 15:59:58 +03:00
"unicode-segmentation",
2019-10-31 22:14:42 +03:00
]
[[package]]
name = "hermit-abi"
2020-02-25 18:14:15 +03:00
version = "0.1.8"
2019-10-31 22:14:42 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
2019-10-31 22:14:42 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"libc",
]
[[package]]
name = "hex"
2020-02-25 18:14:15 +03:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
[[package]]
name = "http"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"fnv",
"itoa",
]
2019-07-08 20:47:55 +03:00
[[package]]
name = "http-body"
2020-01-14 21:07:19 +03:00
version = "0.3.1"
2019-07-08 20:47:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
2019-07-08 20:47:55 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"http",
2019-07-08 20:47:55 +03:00
]
[[package]]
name = "httparse"
2019-07-08 20:47:55 +03:00
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
name = "humantime"
2019-09-13 17:20:01 +03:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
dependencies = [
2020-01-31 15:59:58 +03:00
"quick-error",
]
[[package]]
name = "hyper"
2020-03-25 18:23:01 +03:00
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 18:23:01 +03:00
checksum = "ed6081100e960d9d74734659ffc9cc91daf1c0fc7aceb8eaa94ee1a3f5046f2e"
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"itoa",
"log",
"net2",
"pin-project",
"time",
"tokio",
"tower-service",
"want",
]
[[package]]
name = "hyper-tls"
2020-01-14 21:07:19 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "3adcd308402b9553630734e9c36b77a7e48b3821251ca2493e8cd596763aafaa"
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-tls",
]
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
dependencies = [
2020-01-31 15:59:58 +03:00
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "index_vec"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "f1ad55c6c8931aababd9372a9be43cfeab198e6b87cc387bb505a5702d703786"
[[package]]
name = "indexmap"
2020-02-11 18:13:16 +03:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
2019-10-31 22:14:42 +03:00
dependencies = [
2020-02-25 18:14:15 +03:00
"autocfg",
2019-10-31 22:14:42 +03:00
]
[[package]]
name = "interrupt"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"failure",
]
[[package]]
name = "iovec"
2019-10-11 18:30:54 +03:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
dependencies = [
2020-01-31 15:59:58 +03:00
"libc",
]
2019-02-01 01:28:16 +03:00
[[package]]
name = "itertools"
2019-11-27 19:23:55 +03:00
version = "0.8.2"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"either",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "itoa"
2020-02-03 02:22:18 +03:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
[[package]]
name = "js-sys"
2020-03-06 20:50:18 +03:00
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "1cb931d43e71f560c81badb0191596562bafad2be06a3f9025b845c847c60df5"
dependencies = [
2020-01-31 15:59:58 +03:00
"wasm-bindgen",
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-12-04 00:56:14 +03:00
[[package]]
name = "lazycell"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
2019-12-04 00:56:14 +03:00
[[package]]
name = "libc"
2020-03-20 19:18:31 +03:00
version = "0.2.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
[[package]]
2019-07-09 21:00:48 +03:00
name = "libloading"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
2019-07-09 21:00:48 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"cc",
"winapi 0.3.8",
2019-07-09 21:00:48 +03:00
]
[[package]]
name = "libsqlite3-sys"
version = "0.17.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38c4446f020dfbfab9f8a1ab605c15e6c03a8924c08522dcb67314acc8d2b523"
dependencies = [
2020-01-31 15:59:58 +03:00
"cc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "linked-hash-map"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "ae91b68aebc4ddb91978b11a1b02ddd8602a05ec19002801c5666000e05e0f83"
[[package]]
name = "lockbox"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"fxaclient_ffi",
"logins_ffi",
"rc_log_ffi",
"viaduct",
]
[[package]]
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
]
[[package]]
name = "logins"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"chrono",
"clap",
"cli-support",
"env_logger",
"error-support",
"failure",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"fxa-client",
"interrupt",
"lazy_static",
"log",
"more-asserts",
"prettytable-rs",
2020-02-26 06:35:05 +03:00
"prost",
"prost-build",
"prost-derive",
2020-01-31 15:59:58 +03:00
"rusqlite",
"serde",
"serde_derive",
"serde_json",
"sql-support",
"sync-guid",
"sync15",
"tempdir",
"url",
]
[[package]]
name = "logins_ffi"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"base16",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"lazy_static",
"log",
"logins",
"prost",
2020-01-31 15:59:58 +03:00
"rusqlite",
"serde_json",
"sql-support",
"sync15",
"url",
"viaduct",
]
[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
2020-01-31 15:59:58 +03:00
"linked-hash-map",
]
2019-10-21 19:55:52 +03:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2019-10-21 19:55:52 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"libc",
2019-10-21 19:55:52 +03:00
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2020-02-25 18:14:15 +03:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-04-30 22:18:13 +03:00
[[package]]
name = "megazord"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"fxaclient_ffi",
"lazy_static",
"logins_ffi",
"places-ffi",
"push-ffi",
"rc_log_ffi",
"sync_manager_ffi",
"viaduct",
2019-04-30 22:18:13 +03:00
]
[[package]]
name = "megazord_ios"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"fxaclient_ffi",
"logins_ffi",
"places-ffi",
"rc_log_ffi",
"viaduct",
"viaduct-reqwest",
]
[[package]]
name = "memchr"
2020-02-25 18:14:15 +03:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
[[package]]
name = "memoffset"
2020-03-20 19:18:31 +03:00
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
dependencies = [
2020-03-20 19:18:31 +03:00
"autocfg",
]
[[package]]
name = "mime"
2020-01-10 22:48:27 +03:00
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
2020-03-06 20:50:18 +03:00
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
dependencies = [
2020-01-31 15:59:58 +03:00
"mime",
"unicase",
]
[[package]]
name = "mio"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
dependencies = [
2020-01-31 15:59:58 +03:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
]
[[package]]
name = "mockiato"
version = "0.9.5"
2019-07-08 21:11:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "32ab84f0c1bf24789b915accc69d662674a87df893f38fd08c36375acdbcf83c"
dependencies = [
2020-01-31 15:59:58 +03:00
"mockiato-codegen",
"nameof",
"nearly_eq",
"rustc_version",
]
[[package]]
name = "mockiato-codegen"
version = "0.9.5"
2019-07-08 21:11:07 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "1d0ea1407c509b9cf6e0eb0d92e97063b24dd73d5a2f12c49c40ee209f15594b"
dependencies = [
2020-01-31 15:59:58 +03:00
"heck",
"proc-macro2",
"quote",
"rustc_version",
"syn",
]
[[package]]
name = "mockito"
2020-02-25 18:14:15 +03:00
version = "0.23.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "ae82e6bad452dd42b0f4437414eae3c8c27b958a55dc6c198e351042c4e3024e"
dependencies = [
2020-01-31 15:59:58 +03:00
"assert-json-diff",
"colored",
"difference",
"httparse",
"lazy_static",
"log",
2020-02-11 18:13:16 +03:00
"percent-encoding",
2020-01-31 15:59:58 +03:00
"rand 0.7.3",
"regex",
"serde_json",
]
[[package]]
name = "more-asserts"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
[[package]]
name = "multimap"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "a97fbd5d00e0e37bfb10f433af8f5aaf631e739368dc9fc28286ca81ca4948dc"
[[package]]
name = "nameof"
2020-02-11 18:13:16 +03:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "7bb16d96257535632d01239d045a5dbb9692822d3486ade03c51b7b03c9bd8ad"
[[package]]
name = "native-tls"
2020-03-06 20:50:18 +03:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
dependencies = [
2020-01-31 15:59:58 +03:00
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "nearly_eq"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "a629868a433328c35d654e1e1fb4648a68a042e3c71de4e507a9bcf4602c5635"
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
"libc",
"winapi 0.3.8",
]
[[package]]
name = "nix"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
dependencies = [
2020-01-31 15:59:58 +03:00
"bitflags",
"cc",
"cfg-if",
"libc",
"void",
]
2019-07-09 21:00:48 +03:00
[[package]]
name = "nom"
2020-03-13 22:53:20 +03:00
version = "5.1.1"
2019-07-09 21:00:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
2019-07-09 21:00:48 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"memchr",
2020-03-13 22:53:20 +03:00
"version_check",
2019-07-09 21:00:48 +03:00
]
[[package]]
name = "nss"
version = "0.1.0"
dependencies = [
2020-03-13 22:53:20 +03:00
"base64 0.12.0",
2020-01-31 15:59:58 +03:00
"error-support",
"failure",
"failure_derive",
"nss_sys",
"serde",
"serde_derive",
2019-07-09 21:00:48 +03:00
]
[[package]]
name = "nss_build_common"
version = "0.1.0"
2019-07-09 21:00:48 +03:00
[[package]]
name = "nss_sys"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"bindgen",
"nss_build_common",
"serde",
"serde_derive",
"toml",
2019-07-09 21:00:48 +03:00
]
2019-04-15 23:29:05 +03:00
[[package]]
2019-05-03 17:46:30 +03:00
name = "num-integer"
2020-01-10 22:48:27 +03:00
version = "0.1.42"
2019-04-15 23:29:05 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
2019-04-15 23:29:05 +03:00
dependencies = [
2020-02-25 18:14:15 +03:00
"autocfg",
2020-01-31 15:59:58 +03:00
"num-traits",
2019-03-27 00:35:50 +03:00
]
[[package]]
2019-05-03 17:46:30 +03:00
name = "num-traits"
2020-01-10 22:48:27 +03:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
2019-07-08 20:47:55 +03:00
dependencies = [
2020-02-25 18:14:15 +03:00
"autocfg",
2019-07-08 20:47:55 +03:00
]
[[package]]
name = "num_cpus"
2020-02-03 02:22:18 +03:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
dependencies = [
2020-01-31 15:59:58 +03:00
"hermit-abi",
"libc",
]
2019-02-11 21:49:47 +03:00
[[package]]
name = "numtoa"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
2019-02-11 21:49:47 +03:00
2019-10-21 19:55:52 +03:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2019-10-21 19:55:52 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"malloc_buf",
2019-10-21 19:55:52 +03:00
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
2019-10-21 19:55:52 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"block",
"objc",
"objc_id",
2019-10-21 19:55:52 +03:00
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
2019-10-21 19:55:52 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"objc",
2019-10-21 19:55:52 +03:00
]
[[package]]
name = "once_cell"
2020-02-03 02:22:18 +03:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
2020-02-03 02:22:18 +03:00
[[package]]
name = "oorandom"
version = "11.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "ebcec7c9c2a95cacc7cd0ecb89d8a8454eca13906f6deb55258ffff0adeb9405"
[[package]]
name = "openssl"
2020-02-11 18:13:16 +03:00
version = "0.10.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "973293749822d7dd6370d6da1e523b0d1db19f06c459134c658b2a4261378b52"
dependencies = [
2020-01-31 15:59:58 +03:00
"bitflags",
"cfg-if",
"foreign-types",
"lazy_static",
"libc",
"openssl-sys",
]
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2019-08-14 20:57:50 +03:00
[[package]]
name = "openssl-src"
2020-03-20 19:18:31 +03:00
version = "111.7.0+1.1.1e"
2019-08-14 20:57:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "6fde5a8c01ef8aa31ff8d0aaf9bae248581ed8840fca0b66e51cc9f294a8cb2c"
2019-08-14 20:57:50 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"cc",
2019-08-14 20:57:50 +03:00
]
[[package]]
name = "openssl-sys"
2020-02-03 02:22:18 +03:00
version = "0.9.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
dependencies = [
2020-02-25 18:14:15 +03:00
"autocfg",
2020-01-31 15:59:58 +03:00
"cc",
"libc",
"openssl-src",
"pkg-config",
"vcpkg",
]
[[package]]
name = "output_vt100"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi 0.3.8",
]
[[package]]
2020-01-14 21:07:19 +03:00
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
2020-01-14 21:07:19 +03:00
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-10-04 16:47:08 +03:00
[[package]]
2020-01-14 21:07:19 +03:00
name = "petgraph"
version = "0.5.0"
2019-10-04 16:47:08 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "29c127eea4a29ec6c85d153c59dc1213f33ec74cead30fe4730aecc88cc1fd92"
2019-10-04 16:47:08 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"fixedbitset",
"indexmap",
2019-10-04 16:47:08 +03:00
]
2019-07-09 21:00:48 +03:00
[[package]]
2020-01-14 21:07:19 +03:00
name = "pin-project"
2020-02-03 02:22:18 +03:00
version = "0.4.8"
2019-07-09 21:00:48 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7804a463a8d9572f13453c516a5faea534a2403d7ced2f0c7e100eeff072772c"
2020-01-14 21:07:19 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"pin-project-internal",
2020-01-14 21:07:19 +03:00
]
2019-07-09 21:00:48 +03:00
[[package]]
2020-01-14 21:07:19 +03:00
name = "pin-project-internal"
2020-02-03 02:22:18 +03:00
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "385322a45f2ecf3410c68d2a549a4a2685e8051d0f278e39743ff4e451cb9b3f"
2020-01-14 21:07:19 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro2",
"quote",
"syn",
2020-01-14 21:07:19 +03:00
]
2019-08-30 18:30:04 +03:00
[[package]]
2020-01-14 21:07:19 +03:00
name = "pin-project-lite"
2020-02-03 02:22:18 +03:00
version = "0.1.4"
2019-08-30 18:30:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae"
2019-08-30 18:30:04 +03:00
[[package]]
2020-01-14 21:07:19 +03:00
name = "pin-utils"
version = "0.1.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
[[package]]
name = "pkg-config"
2019-11-18 18:52:15 +03:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
[[package]]
name = "places"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"bitflags",
"caseless",
"clap",
"cli-support",
"criterion",
"ctrlc",
"dogear",
"env_logger",
"error-support",
"failure",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"find-places-db",
"fxa-client",
"idna",
"interrupt",
"lazy_static",
"log",
"memchr",
"more-asserts",
2020-02-11 18:13:16 +03:00
"percent-encoding",
2020-01-31 15:59:58 +03:00
"pretty_assertions",
"prost",
"prost-build",
"prost-derive",
"rand 0.7.3",
"rusqlite",
"serde",
"serde_derive",
"serde_json",
"sql-support",
"structopt",
"sync-guid",
"sync15",
"tempdir",
"tempfile",
"termion",
"url",
]
[[package]]
name = "places-ffi"
version = "0.1.0"
dependencies = [
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"interrupt",
"lazy_static",
"log",
"places",
"prost",
"serde_json",
"sql-support",
"sync-guid",
"sync15",
"url",
"viaduct",
]
2020-02-03 02:22:18 +03:00
[[package]]
name = "plotters"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "4e3bb8da247d27ae212529352020f3e5ee16e83c0c258061d27b08ab92675eeb"
2020-02-03 02:22:18 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"js-sys",
"num-traits",
"wasm-bindgen",
"web-sys",
2020-02-03 02:22:18 +03:00
]
[[package]]
name = "ppv-lite86"
2019-10-31 22:14:42 +03:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
[[package]]
name = "pretty_assertions"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
dependencies = [
2020-01-31 15:59:58 +03:00
"ansi_term",
"ctor",
"difference",
"output_vt100",
]
[[package]]
name = "prettytable-rs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
dependencies = [
2020-01-31 15:59:58 +03:00
"atty",
"csv",
"encode_unicode",
"lazy_static",
"term",
"unicode-width",
]
[[package]]
name = "proc-macro-error"
2020-03-25 18:23:01 +03:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 18:23:01 +03:00
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
2020-03-13 22:53:20 +03:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2020-03-25 18:23:01 +03:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 18:23:01 +03:00
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro2",
"quote",
"syn",
"syn-mid",
2020-03-13 22:53:20 +03:00
"version_check",
]
[[package]]
name = "proc-macro2"
2020-02-25 18:14:15 +03:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
dependencies = [
2020-01-31 15:59:58 +03:00
"unicode-xid",
]
[[package]]
name = "prost"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "ce49aefe0a6144a45de32927c77bd2859a5f7677b55f220ae5b744e87389c212"
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"prost-derive",
]
[[package]]
name = "prost-build"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "02b10678c913ecbd69350e8535c3aef91a8676c0773fc1d7b95cdd196d7f2f26"
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"heck",
"itertools",
"log",
"multimap",
"petgraph",
"prost",
"prost-types",
"tempfile",
"which",
]
[[package]]
name = "prost-derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "537aa19b95acde10a12fec4301466386f757403de4cd4e5b4fa78fb5ecb18f72"
dependencies = [
2020-01-31 15:59:58 +03:00
"anyhow",
"itertools",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "prost-types"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "1834f67c0697c001304b75be76f67add9c89742eda3a085ad8ee0bb38c3417aa"
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"prost",
]
[[package]]
name = "push"
version = "0.1.0"
dependencies = [
2020-03-13 22:53:20 +03:00
"base64 0.12.0",
2020-01-31 15:59:58 +03:00
"bincode",
"env_logger",
"error-support",
"failure",
"failure_derive",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"hex",
"lazy_static",
"log",
"mockito",
"prost",
"prost-build",
"prost-derive",
"rc_crypto",
"rusqlite",
"serde",
"serde_derive",
"serde_json",
"sql-support",
"url",
"viaduct",
"viaduct-reqwest",
]
[[package]]
name = "push-ffi"
version = "0.1.0"
dependencies = [
2020-03-13 22:53:20 +03:00
"base64 0.12.0",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"lazy_static",
"log",
"prost",
"push",
"rusqlite",
"serde_json",
"url",
"viaduct",
]
[[package]]
name = "quick-error"
2020-01-03 17:35:09 +03:00
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
2020-03-06 20:50:18 +03:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro2",
]
[[package]]
name = "rand"
2019-02-06 21:36:13 +03:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
dependencies = [
2020-01-31 15:59:58 +03:00
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi 0.3.8",
]
[[package]]
name = "rand"
2020-01-13 20:43:18 +03:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2020-01-31 15:59:58 +03:00
"getrandom",
"libc",
"rand_chacha",
"rand_core 0.5.1",
"rand_hc",
]
[[package]]
name = "rand_chacha"
2020-03-13 22:53:20 +03:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
dependencies = [
2020-03-13 22:53:20 +03:00
"ppv-lite86",
2020-01-31 15:59:58 +03:00
"rand_core 0.5.1",
]
[[package]]
name = "rand_core"
2019-02-06 21:36:13 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
dependencies = [
2020-01-31 15:59:58 +03:00
"rand_core 0.4.2",
]
[[package]]
name = "rand_core"
2019-08-20 20:22:03 +03:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
2019-08-30 18:30:04 +03:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2020-01-31 15:59:58 +03:00
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
dependencies = [
2020-01-31 15:59:58 +03:00
"rand_core 0.5.1",
]
2019-02-01 01:28:16 +03:00
[[package]]
name = "rayon"
version = "1.3.0"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"crossbeam-deque",
"either",
"rayon-core",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "rayon-core"
version = "1.7.0"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils",
"lazy_static",
"num_cpus",
2019-02-01 01:28:16 +03:00
]
2019-07-09 21:00:48 +03:00
[[package]]
name = "rc_crypto"
version = "0.1.0"
dependencies = [
2020-03-13 22:53:20 +03:00
"base64 0.12.0",
2020-01-31 15:59:58 +03:00
"ece",
"error-support",
"failure",
"failure_derive",
"hawk",
"hex",
"libsqlite3-sys",
"nss",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "rc_log_ffi"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"lazy_static",
"log",
]
[[package]]
name = "rdrand"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
dependencies = [
2020-01-31 15:59:58 +03:00
"rand_core 0.3.1",
]
[[package]]
name = "redox_syscall"
2019-07-08 20:47:55 +03:00
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
[[package]]
name = "redox_termios"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
dependencies = [
2020-01-31 15:59:58 +03:00
"redox_syscall",
]
[[package]]
name = "redox_users"
2020-02-03 02:22:18 +03:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "09b23093265f8d200fa7b4c2c76297f47e681c655f6f1285a8780d6a022f7431"
dependencies = [
2020-01-31 15:59:58 +03:00
"getrandom",
"redox_syscall",
"rust-argon2",
]
[[package]]
name = "regex"
2020-03-25 18:23:01 +03:00
version = "1.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 18:23:01 +03:00
checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
dependencies = [
2020-01-31 15:59:58 +03:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2019-07-08 20:47:55 +03:00
]
[[package]]
name = "regex-automata"
2020-03-13 22:53:20 +03:00
version = "0.1.9"
2019-07-08 20:47:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4"
2019-07-08 20:47:55 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"byteorder",
]
[[package]]
name = "regex-syntax"
2020-03-13 22:53:20 +03:00
version = "0.6.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
[[package]]
name = "remerge"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"error-support",
"failure",
"index_vec",
"lazy_static",
"libsqlite3-sys",
"log",
"matches",
"nss_build_common",
"rusqlite",
"semver",
"serde",
"serde_json",
"sql-support",
"sync-guid",
"url",
]
[[package]]
name = "remove_dir_all"
2019-07-08 20:47:55 +03:00
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi 0.3.8",
]
[[package]]
name = "reqwest"
2020-03-06 20:50:18 +03:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "02b81e49ddec5109a9dcfc5f2a317ff53377c915e9ae9d4f2fb50914b85614e2"
2020-01-31 15:59:58 +03:00
dependencies = [
"base64 0.11.0",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-tls",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"native-tls",
2020-02-11 18:13:16 +03:00
"percent-encoding",
2020-01-31 15:59:58 +03:00
"pin-project-lite",
"serde",
"serde_urlencoded",
"time",
"tokio",
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
[[package]]
name = "rusqlite"
2020-01-08 09:59:40 +03:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "64a656821bb6317a84b257737b7934f79c0dbb7eb694710475908280ebad3e64"
dependencies = [
2020-01-31 15:59:58 +03:00
"bitflags",
"fallible-iterator",
"fallible-streaming-iterator",
"libsqlite3-sys",
"lru-cache",
"memchr",
"serde_json",
"time",
]
2019-08-20 20:22:03 +03:00
[[package]]
name = "rust-argon2"
2020-02-03 02:22:18 +03:00
version = "0.7.0"
2019-08-20 20:22:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "2bc8af4bda8e1ff4932523b94d3dd20ee30a87232323eda55903ffd71d2fb017"
2019-08-20 20:22:03 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"base64 0.11.0",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils",
2019-08-20 20:22:03 +03:00
]
[[package]]
name = "rustc-demangle"
2019-08-20 20:22:03 +03:00
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
2019-09-25 21:39:53 +03:00
[[package]]
name = "rustc-hash"
2020-02-11 18:13:16 +03:00
version = "1.1.0"
2019-09-25 21:39:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-11 18:13:16 +03:00
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2019-09-25 21:39:53 +03:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2020-01-31 15:59:58 +03:00
"semver",
]
[[package]]
name = "ryu"
2020-03-13 22:53:20 +03:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
2019-02-01 01:28:16 +03:00
[[package]]
name = "same-file"
2020-01-13 20:43:18 +03:00
version = "1.0.6"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi-util",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "schannel"
2020-03-20 19:18:31 +03:00
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "039c25b130bd8c1321ee2d7de7fde2659fa9c2744e4bb29711cfc852ea53cd19"
dependencies = [
2020-01-31 15:59:58 +03:00
"lazy_static",
"winapi 0.3.8",
]
2019-07-08 20:47:55 +03:00
[[package]]
name = "scopeguard"
2020-02-25 18:14:15 +03:00
version = "1.1.0"
2019-07-08 20:47:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-25 18:14:15 +03:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-07-08 20:47:55 +03:00
[[package]]
name = "security-framework"
2020-03-06 20:50:18 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "97bbedbe81904398b6ebb054b3e912f99d55807125790f3198ac990d98def5b0"
dependencies = [
2020-03-06 20:50:18 +03:00
"bitflags",
2020-01-31 15:59:58 +03:00
"core-foundation",
"core-foundation-sys",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2020-03-06 20:50:18 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "06fd2f23e31ef68dd2328cc383bd493142e46107a3a0e24f7d734e3f3b80fe4c"
dependencies = [
2020-01-31 15:59:58 +03:00
"core-foundation-sys",
2020-03-06 20:50:18 +03:00
"libc",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2020-01-31 15:59:58 +03:00
"semver-parser",
"serde",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[package]]
name = "serde"
2020-03-20 19:18:31 +03:00
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff"
2019-05-29 19:47:40 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"serde_derive",
2019-05-29 19:47:40 +03:00
]
[[package]]
name = "serde_derive"
2020-03-20 19:18:31 +03:00
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8"
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867"
dependencies = [
2020-01-31 15:59:58 +03:00
"indexmap",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_test"
2020-03-20 19:18:31 +03:00
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "4a6563891298bffe3306cbd5f058845f406f3ceb505c8cb2e4e103d12807d7ee"
dependencies = [
2020-01-31 15:59:58 +03:00
"serde",
]
[[package]]
name = "serde_urlencoded"
2020-01-14 21:07:19 +03:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
dependencies = [
2020-01-31 15:59:58 +03:00
"dtoa",
"itoa",
"serde",
"url",
]
2019-07-09 21:00:48 +03:00
[[package]]
name = "shlex"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
2019-07-09 21:00:48 +03:00
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
[[package]]
name = "smallbitvec"
2019-07-08 20:47:55 +03:00
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "b17a69077f717ddbf4945f16c34df16a0a251909c6b7c4a45bccdb4d377bf02b"
2019-11-27 19:23:55 +03:00
[[package]]
name = "smallvec"
2020-02-03 02:22:18 +03:00
version = "1.2.0"
2019-11-27 19:23:55 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
2019-11-27 19:23:55 +03:00
[[package]]
name = "sql-support"
version = "0.1.0"
dependencies = [
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"interrupt",
"lazy_static",
"log",
"rusqlite",
]
[[package]]
name = "strsim"
2019-03-27 00:35:50 +03:00
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
2020-03-20 19:18:31 +03:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "c8faa2719539bbe9d77869bfb15d4ee769f99525e707931452c97b693b3f159d"
dependencies = [
2020-01-31 15:59:58 +03:00
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
2020-03-20 19:18:31 +03:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-20 19:18:31 +03:00
checksum = "3f88b8e18c69496aad6f9ddf4630dd7d585bcaf765786cb415b9aec2fe5a0430"
dependencies = [
2020-01-31 15:59:58 +03:00
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "syn"
2020-03-25 18:23:01 +03:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 18:23:01 +03:00
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro2",
"quote",
"unicode-xid",
]
[[package]]
name = "syn-mid"
2020-02-03 02:22:18 +03:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "sync-guid"
version = "0.1.0"
dependencies = [
2020-03-13 22:53:20 +03:00
"base64 0.12.0",
2020-01-31 15:59:58 +03:00
"rand 0.7.3",
"rusqlite",
"serde",
"serde_test",
]
[[package]]
name = "sync-test"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"env_logger",
"failure",
"fxa-client",
"lazy_static",
"log",
"logins",
"rand 0.7.3",
"structopt",
"sync15",
"tabs",
"url",
"viaduct-reqwest",
]
[[package]]
name = "sync15"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"base16",
2020-03-13 22:53:20 +03:00
"base64 0.12.0",
"env_logger",
2020-01-31 15:59:58 +03:00
"error-support",
"failure",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"interrupt",
"lazy_static",
"log",
"rc_crypto",
"serde",
"serde_derive",
"serde_json",
"sync-guid",
"sync15-traits",
2020-01-31 15:59:58 +03:00
"url",
"viaduct",
]
[[package]]
name = "sync15-traits"
version = "0.1.0"
dependencies = [
"failure",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"log",
"serde",
"serde_json",
"sync-guid",
"url",
]
[[package]]
name = "sync_manager"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"error-support",
"failure",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"interrupt",
"lazy_static",
"log",
"logins",
"places",
"prost",
"prost-build",
"prost-derive",
"serde",
"serde_derive",
"serde_json",
"sql-support",
"sync15",
"tabs",
"url",
]
[[package]]
name = "sync_manager_ffi"
version = "0.1.0"
dependencies = [
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"log",
"logins_ffi",
"places-ffi",
"prost",
"sync15",
"sync_manager",
"tabs_ffi",
]
[[package]]
name = "synstructure"
2019-11-18 18:52:15 +03:00
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
2019-10-21 19:55:52 +03:00
[[package]]
name = "tabs"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"clap",
"cli-support",
"clipboard",
"error-support",
"failure",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"interrupt",
"log",
"prost",
"prost-build",
"prost-derive",
"serde",
"serde_derive",
"serde_json",
"sync-guid",
"sync15",
"url",
"viaduct-reqwest",
2019-10-21 19:55:52 +03:00
]
[[package]]
name = "tabs_ffi"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"base16",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"lazy_static",
"log",
"prost",
"serde_json",
"sync15",
"tabs",
"url",
"viaduct",
2019-10-21 19:55:52 +03:00
]
2019-02-01 01:28:16 +03:00
[[package]]
name = "tempdir"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"rand 0.4.6",
"remove_dir_all",
2019-02-11 21:49:47 +03:00
]
[[package]]
name = "tempfile"
2019-07-08 20:47:55 +03:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
"libc",
"rand 0.7.3",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.8",
]
[[package]]
name = "term"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
dependencies = [
2020-01-31 15:59:58 +03:00
"byteorder",
"dirs",
"winapi 0.3.8",
]
[[package]]
name = "termcolor"
2020-01-13 20:43:18 +03:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi-util",
]
[[package]]
name = "termion"
2020-02-03 02:22:18 +03:00
version = "1.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "c22cec9d8978d906be5ac94bceb5a010d885c626c4c8855721a4dbd20e3ac905"
dependencies = [
2020-01-31 15:59:58 +03:00
"libc",
"numtoa",
"redox_syscall",
"redox_termios",
]
2019-02-11 21:49:47 +03:00
[[package]]
name = "termios"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625"
2019-02-11 21:49:47 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"libc",
2019-02-11 21:49:47 +03:00
]
[[package]]
name = "textwrap"
2019-03-27 00:35:50 +03:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
2020-01-31 15:59:58 +03:00
"unicode-width",
]
[[package]]
name = "thread_local"
2020-01-13 20:43:18 +03:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
dependencies = [
2020-01-31 15:59:58 +03:00
"lazy_static",
]
[[package]]
name = "time"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
dependencies = [
2020-01-31 15:59:58 +03:00
"libc",
"redox_syscall",
"winapi 0.3.8",
]
2019-02-01 01:28:16 +03:00
[[package]]
name = "tinytemplate"
2020-01-03 17:35:09 +03:00
version = "1.0.3"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "57a3c6667d3e65eb1bc3aed6fd14011c6cbc3a0665218ab7f5daf040b9ec371a"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"serde",
"serde_json",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "tokio"
2020-03-06 20:50:18 +03:00
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616"
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"fnv",
"iovec",
"lazy_static",
"memchr",
"mio",
"num_cpus",
"pin-project-lite",
"slab",
]
[[package]]
2020-01-14 21:07:19 +03:00
name = "tokio-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "7bde02a3a5291395f59b06ec6945a3077602fac2b07eeeaf0dee2122f3619828"
dependencies = [
2020-01-31 15:59:58 +03:00
"native-tls",
"tokio",
]
[[package]]
2020-01-14 21:07:19 +03:00
name = "tokio-util"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "571da51182ec208780505a32528fc5512a8fe1443ab960b3f2f3ef093cd16930"
dependencies = [
2020-01-31 15:59:58 +03:00
"bytes",
"futures-core",
"futures-sink",
"log",
"pin-project-lite",
"tokio",
]
Bookmark APIs for iOS and Kotlin and implement them using the FFI (#743) * Define conversions to/from protobuf types * Define bookmark message types * Add method of getting 'shallow' tree info * Properly provide parent/position for items * Add the rust side of the Bookmarks FFI * Kotlin bookmarks FFI * Copy xcode project over from logins to start places ios ffi * places ios: C bindings for places * protobuf setup for places ios (and docs) * Fix some things that were annoying me about BookmarkRootGuid, and move it to it's own file * Add a bookmarks FFI function to return all bookmarks with the requested URL * Clean up leftover logins stuff in places ios * Implement swift bookmarks API * Fix bad comment and missing null check in kotlin bookmarks * Try and add places to the iOS megazord (hit issue with msg_types name collision) * Rename msg_types to be unique, finish integration with iOS megazord * Finish documenting how to pass protobuf data back and forth for swift * Comment tweak and change canEdit -> isRoot * Small tweaks to the swift API (some renaming, change class => struct, etc) * Don't require type in update (since it can't be changed), and handle errors better * Undo struct -> class change since it subtly broke things * Respond to feedback from justin * Allow requesting a only the first level of folder children * connUseAfterApiClosed -> connUseAfterAPIClosed * WIP iOS tests * Make iOS tests build * Improve path handling for iOS * Fix megazord test setup and document the weird testing steps that were needed * Fix failing iOS tests * Move protobuf-returning functions into their own file * Add searchBookmarks function * Use a sealed class and data classes in the kotlin API * Require that callers of getBookmarksTree pass in the root and whether or not to fetch recursively, rather than using the most expensive possible default * rename deleteBookmark => deleteBookmarkNode * Use InterruptScope in the reader bookmark methods * Fix rebase issue * Allow interrupt() on iOS * Use changes from #788 to make places xcode project build much faster * Change `extern` to `public`, use fewer protobuf types in the rust because they make testing it painful * More tests of new rust code * Expose relevant errors over the FFI, and document them (also, fix the kotlin doc formatting) * fix 'its' being wrong basically everywhere * Fix many doc typos * Use FfiStr in bookmarks * Fix doc nit * Make missing titles come through as '' for better API consistency * Tests for the rest of the new rust functions * Clarify doc nit * Changelog entry for bookmark ffi * Expose runMaintenance to Swift * Handle NoItem => NoSuchGuid * Rename places::storage::bookmarks::public to places::storage::bookmarks::public_node * Lina's review feedback
2019-03-19 18:41:19 +03:00
[[package]]
2019-07-09 21:00:48 +03:00
name = "toml"
2020-02-03 02:22:18 +03:00
version = "0.5.6"
Bookmark APIs for iOS and Kotlin and implement them using the FFI (#743) * Define conversions to/from protobuf types * Define bookmark message types * Add method of getting 'shallow' tree info * Properly provide parent/position for items * Add the rust side of the Bookmarks FFI * Kotlin bookmarks FFI * Copy xcode project over from logins to start places ios ffi * places ios: C bindings for places * protobuf setup for places ios (and docs) * Fix some things that were annoying me about BookmarkRootGuid, and move it to it's own file * Add a bookmarks FFI function to return all bookmarks with the requested URL * Clean up leftover logins stuff in places ios * Implement swift bookmarks API * Fix bad comment and missing null check in kotlin bookmarks * Try and add places to the iOS megazord (hit issue with msg_types name collision) * Rename msg_types to be unique, finish integration with iOS megazord * Finish documenting how to pass protobuf data back and forth for swift * Comment tweak and change canEdit -> isRoot * Small tweaks to the swift API (some renaming, change class => struct, etc) * Don't require type in update (since it can't be changed), and handle errors better * Undo struct -> class change since it subtly broke things * Respond to feedback from justin * Allow requesting a only the first level of folder children * connUseAfterApiClosed -> connUseAfterAPIClosed * WIP iOS tests * Make iOS tests build * Improve path handling for iOS * Fix megazord test setup and document the weird testing steps that were needed * Fix failing iOS tests * Move protobuf-returning functions into their own file * Add searchBookmarks function * Use a sealed class and data classes in the kotlin API * Require that callers of getBookmarksTree pass in the root and whether or not to fetch recursively, rather than using the most expensive possible default * rename deleteBookmark => deleteBookmarkNode * Use InterruptScope in the reader bookmark methods * Fix rebase issue * Allow interrupt() on iOS * Use changes from #788 to make places xcode project build much faster * Change `extern` to `public`, use fewer protobuf types in the rust because they make testing it painful * More tests of new rust code * Expose relevant errors over the FFI, and document them (also, fix the kotlin doc formatting) * fix 'its' being wrong basically everywhere * Fix many doc typos * Use FfiStr in bookmarks * Fix doc nit * Make missing titles come through as '' for better API consistency * Tests for the rest of the new rust functions * Clarify doc nit * Changelog entry for bookmark ffi * Expose runMaintenance to Swift * Handle NoItem => NoSuchGuid * Rename places::storage::bookmarks::public to places::storage::bookmarks::public_node * Lina's review feedback
2019-03-19 18:41:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
Bookmark APIs for iOS and Kotlin and implement them using the FFI (#743) * Define conversions to/from protobuf types * Define bookmark message types * Add method of getting 'shallow' tree info * Properly provide parent/position for items * Add the rust side of the Bookmarks FFI * Kotlin bookmarks FFI * Copy xcode project over from logins to start places ios ffi * places ios: C bindings for places * protobuf setup for places ios (and docs) * Fix some things that were annoying me about BookmarkRootGuid, and move it to it's own file * Add a bookmarks FFI function to return all bookmarks with the requested URL * Clean up leftover logins stuff in places ios * Implement swift bookmarks API * Fix bad comment and missing null check in kotlin bookmarks * Try and add places to the iOS megazord (hit issue with msg_types name collision) * Rename msg_types to be unique, finish integration with iOS megazord * Finish documenting how to pass protobuf data back and forth for swift * Comment tweak and change canEdit -> isRoot * Small tweaks to the swift API (some renaming, change class => struct, etc) * Don't require type in update (since it can't be changed), and handle errors better * Undo struct -> class change since it subtly broke things * Respond to feedback from justin * Allow requesting a only the first level of folder children * connUseAfterApiClosed -> connUseAfterAPIClosed * WIP iOS tests * Make iOS tests build * Improve path handling for iOS * Fix megazord test setup and document the weird testing steps that were needed * Fix failing iOS tests * Move protobuf-returning functions into their own file * Add searchBookmarks function * Use a sealed class and data classes in the kotlin API * Require that callers of getBookmarksTree pass in the root and whether or not to fetch recursively, rather than using the most expensive possible default * rename deleteBookmark => deleteBookmarkNode * Use InterruptScope in the reader bookmark methods * Fix rebase issue * Allow interrupt() on iOS * Use changes from #788 to make places xcode project build much faster * Change `extern` to `public`, use fewer protobuf types in the rust because they make testing it painful * More tests of new rust code * Expose relevant errors over the FFI, and document them (also, fix the kotlin doc formatting) * fix 'its' being wrong basically everywhere * Fix many doc typos * Use FfiStr in bookmarks * Fix doc nit * Make missing titles come through as '' for better API consistency * Tests for the rest of the new rust functions * Clarify doc nit * Changelog entry for bookmark ffi * Expose runMaintenance to Swift * Handle NoItem => NoSuchGuid * Rename places::storage::bookmarks::public to places::storage::bookmarks::public_node * Lina's review feedback
2019-03-19 18:41:19 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"serde",
Bookmark APIs for iOS and Kotlin and implement them using the FFI (#743) * Define conversions to/from protobuf types * Define bookmark message types * Add method of getting 'shallow' tree info * Properly provide parent/position for items * Add the rust side of the Bookmarks FFI * Kotlin bookmarks FFI * Copy xcode project over from logins to start places ios ffi * places ios: C bindings for places * protobuf setup for places ios (and docs) * Fix some things that were annoying me about BookmarkRootGuid, and move it to it's own file * Add a bookmarks FFI function to return all bookmarks with the requested URL * Clean up leftover logins stuff in places ios * Implement swift bookmarks API * Fix bad comment and missing null check in kotlin bookmarks * Try and add places to the iOS megazord (hit issue with msg_types name collision) * Rename msg_types to be unique, finish integration with iOS megazord * Finish documenting how to pass protobuf data back and forth for swift * Comment tweak and change canEdit -> isRoot * Small tweaks to the swift API (some renaming, change class => struct, etc) * Don't require type in update (since it can't be changed), and handle errors better * Undo struct -> class change since it subtly broke things * Respond to feedback from justin * Allow requesting a only the first level of folder children * connUseAfterApiClosed -> connUseAfterAPIClosed * WIP iOS tests * Make iOS tests build * Improve path handling for iOS * Fix megazord test setup and document the weird testing steps that were needed * Fix failing iOS tests * Move protobuf-returning functions into their own file * Add searchBookmarks function * Use a sealed class and data classes in the kotlin API * Require that callers of getBookmarksTree pass in the root and whether or not to fetch recursively, rather than using the most expensive possible default * rename deleteBookmark => deleteBookmarkNode * Use InterruptScope in the reader bookmark methods * Fix rebase issue * Allow interrupt() on iOS * Use changes from #788 to make places xcode project build much faster * Change `extern` to `public`, use fewer protobuf types in the rust because they make testing it painful * More tests of new rust code * Expose relevant errors over the FFI, and document them (also, fix the kotlin doc formatting) * fix 'its' being wrong basically everywhere * Fix many doc typos * Use FfiStr in bookmarks * Fix doc nit * Make missing titles come through as '' for better API consistency * Tests for the rest of the new rust functions * Clarify doc nit * Changelog entry for bookmark ffi * Expose runMaintenance to Swift * Handle NoItem => NoSuchGuid * Rename places::storage::bookmarks::public to places::storage::bookmarks::public_node * Lina's review feedback
2019-03-19 18:41:19 +03:00
]
[[package]]
2020-01-14 21:07:19 +03:00
name = "tower-service"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2019-03-27 00:35:50 +03:00
[[package]]
2020-01-14 21:07:19 +03:00
name = "try-lock"
version = "0.2.2"
2019-03-27 00:35:50 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
2019-03-27 00:35:50 +03:00
[[package]]
name = "unicase"
2019-11-18 18:52:15 +03:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2020-03-13 22:53:20 +03:00
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
dependencies = [
2020-01-31 15:59:58 +03:00
"matches",
]
[[package]]
name = "unicode-normalization"
2020-02-03 02:22:18 +03:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
2019-02-06 21:36:13 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"smallvec",
2019-02-06 21:36:13 +03:00
]
[[package]]
name = "unicode-segmentation"
2019-11-18 18:52:15 +03:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
[[package]]
name = "unicode-width"
2019-12-13 22:07:55 +03:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-08-30 18:30:04 +03:00
[[package]]
name = "url"
2020-01-10 22:48:27 +03:00
version = "2.1.1"
2019-08-30 18:30:04 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2019-08-30 18:30:04 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"idna",
"matches",
2020-02-11 18:13:16 +03:00
"percent-encoding",
2020-01-31 15:59:58 +03:00
"serde",
]
[[package]]
name = "vcpkg"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
2019-11-18 18:52:15 +03:00
[[package]]
name = "version_check"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
2019-11-18 18:52:15 +03:00
2019-03-22 00:05:11 +03:00
[[package]]
name = "viaduct"
version = "0.1.0"
dependencies = [
2020-01-31 15:59:58 +03:00
"failure",
"failure_derive",
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
2020-01-31 15:59:58 +03:00
"log",
"once_cell",
2020-01-31 15:59:58 +03:00
"prost",
"prost-build",
"prost-derive",
"serde",
"serde_json",
"url",
2019-03-22 00:05:11 +03:00
]
[[package]]
name = "viaduct-reqwest"
version = "0.1.0"
dependencies = [
2020-04-01 19:12:36 +03:00
"ffi-support 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
"lazy_static",
"log",
"reqwest",
"viaduct",
]
[[package]]
name = "void"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
2019-02-01 01:28:16 +03:00
[[package]]
name = "walkdir"
2020-01-13 20:43:18 +03:00
version = "2.3.1"
2019-02-01 01:28:16 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2019-02-01 01:28:16 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"same-file",
"winapi 0.3.8",
"winapi-util",
2019-02-01 01:28:16 +03:00
]
[[package]]
name = "want"
2020-01-14 21:07:19 +03:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2020-01-31 15:59:58 +03:00
"log",
"try-lock",
]
2019-08-20 20:22:03 +03:00
[[package]]
name = "wasi"
2020-01-10 22:48:27 +03:00
version = "0.9.0+wasi-snapshot-preview1"
2019-08-20 20:22:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-08-20 20:22:03 +03:00
[[package]]
name = "wasm-bindgen"
2020-03-06 20:50:18 +03:00
version = "0.2.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "3557c397ab5a8e347d434782bcd31fc1483d927a6826804cec05cc792ee2519d"
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2020-03-06 20:50:18 +03:00
version = "0.2.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "e0da9c9a19850d3af6df1cb9574970b566d617ecfaf36eb0b706b6f3ef9bd2f8"
dependencies = [
2020-01-31 15:59:58 +03:00
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
2020-01-14 21:07:19 +03:00
[[package]]
name = "wasm-bindgen-futures"
2020-03-06 20:50:18 +03:00
version = "0.4.9"
2020-01-14 21:07:19 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "457414a91863c0ec00090dba537f88ab955d93ca6555862c29b6d860990b8a8a"
2020-01-14 21:07:19 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
2020-01-14 21:07:19 +03:00
]
[[package]]
name = "wasm-bindgen-macro"
2020-03-06 20:50:18 +03:00
version = "0.2.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "0f6fde1d36e75a714b5fe0cffbb78978f222ea6baebb726af13c78869fdb4205"
dependencies = [
2020-01-31 15:59:58 +03:00
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-03-06 20:50:18 +03:00
version = "0.2.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "25bda4168030a6412ea8a047e27238cadf56f0e53516e1e83fec0a8b7c786f6d"
dependencies = [
2020-01-31 15:59:58 +03:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2020-03-06 20:50:18 +03:00
version = "0.2.59"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "fc9f36ad51f25b0219a3d4d13b90eb44cd075dff8b6280cca015775d7acaddd8"
[[package]]
name = "web-sys"
2020-03-06 20:50:18 +03:00
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-06 20:50:18 +03:00
checksum = "721c6263e2c66fd44501cc5efbfa2b7dfa775d13e4ea38c46299646ed1f9c70a"
dependencies = [
2020-01-31 15:59:58 +03:00
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webbrowser"
2019-08-23 19:47:16 +03:00
version = "0.5.2"
2019-02-11 21:49:47 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "97d468a911faaaeb783693b004e1c62e0063e646b0afae5c146cd144e566e66d"
2019-02-11 21:49:47 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"widestring",
"winapi 0.3.8",
2019-02-11 21:49:47 +03:00
]
2019-09-25 21:39:53 +03:00
[[package]]
name = "which"
2020-03-13 22:53:20 +03:00
version = "3.1.1"
2019-09-25 21:39:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-13 22:53:20 +03:00
checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
2019-09-25 21:39:53 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"libc",
2019-09-25 21:39:53 +03:00
]
2019-02-11 21:49:47 +03:00
[[package]]
name = "widestring"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "effc0e4ff8085673ea7b9b2e3c73f6bd4d118810c9009ed8f1e16bd96c331db6"
2019-02-11 21:49:47 +03:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
2019-08-30 18:30:04 +03:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2020-01-13 20:43:18 +03:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi 0.3.8",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "winreg"
2019-08-20 20:22:03 +03:00
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi 0.3.8",
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
2020-01-31 15:59:58 +03:00
"winapi 0.2.8",
"winapi-build",
]
2019-10-21 19:55:52 +03:00
[[package]]
name = "x11-clipboard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "89bd49c06c9eb5d98e6ba6536cf64ac9f7ee3a009b2f53996d405b3944f6bcea"
2019-10-21 19:55:52 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"xcb",
2019-10-21 19:55:52 +03:00
]
[[package]]
name = "xcb"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-01-31 15:59:58 +03:00
checksum = "5e917a3f24142e9ff8be2414e36c649d47d6cc2ba81f16201cdef96e533e02de"
2019-10-21 19:55:52 +03:00
dependencies = [
2020-01-31 15:59:58 +03:00
"libc",
"log",
]