2019-09-01 12:58:39 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.38"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
2021-01-31 12:00:27 +00:00
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
|
|
|
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2021-01-31 12:00:27 +00:00
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.5.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "block"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
2019-08-30 12:33:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-01-29 20:55:47 +00:00
|
|
|
version = "1.0.66"
|
2019-08-30 12:33:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
2019-08-30 12:33:40 +00:00
|
|
|
|
2019-09-04 17:31:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2021-01-29 20:55:47 +00:00
|
|
|
version = "1.0.0"
|
2019-09-25 18:52:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2019-09-25 18:52:21 +00:00
|
|
|
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dbus"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3b1334c0161ddfccd239ac81b188d62015b049c986c5cd0b7f9447cf2c54f4a3"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"libdbus-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2021-01-29 21:24:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "enum-as-inner"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
|
2021-01-29 21:24:24 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
2021-01-31 20:29:18 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2021-01-29 21:24:24 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 07:58:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "espanso"
|
2021-01-29 20:55:47 +00:00
|
|
|
version = "1.0.0"
|
2020-05-08 17:04:50 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"espanso-detect",
|
|
|
|
"espanso-ui",
|
|
|
|
"maplit",
|
|
|
|
"simplelog",
|
2020-05-08 17:04:50 +00:00
|
|
|
]
|
|
|
|
|
2019-09-09 13:15:01 +00:00
|
|
|
[[package]]
|
2021-01-29 20:55:47 +00:00
|
|
|
name = "espanso-detect"
|
|
|
|
version = "0.1.0"
|
2019-09-09 13:15:01 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"cc",
|
|
|
|
"enum-as-inner",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"widestring",
|
2021-01-30 17:41:47 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "espanso-ui"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"anyhow",
|
|
|
|
"cc",
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
2021-01-31 20:29:18 +00:00
|
|
|
"notify-rust",
|
2021-01-31 17:09:03 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
"widestring",
|
2019-09-09 13:15:01 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
2021-01-29 21:24:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
2021-01-29 21:24:24 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"unicode-segmentation",
|
2021-01-29 21:24:24 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2021-01-31 12:00:27 +00:00
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
2021-01-30 17:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2021-01-30 17:41:47 +00:00
|
|
|
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.2.84"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "1cca32fa0182e8c0989459524dc356b8f2b5c10f1b9eb521b7d182c03cf8c5ff"
|
2021-01-31 12:00:27 +00:00
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libdbus-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc12a3bc971424edbbf7edaf6e5740483444db63aa8e23d3751ff12a30f306f0"
|
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2019-09-13 22:38:45 +00:00
|
|
|
[[package]]
|
2021-01-29 20:55:47 +00:00
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
2019-09-13 22:38:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2019-09-13 22:38:45 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"cfg-if",
|
2019-09-13 22:38:45 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mac-notification-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dfb6b71a9a89cd38b395d994214297447e8e63b1ba5708a9a2b0b1048ceda76"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"chrono",
|
|
|
|
"dirs",
|
|
|
|
"objc-foundation",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "malloc_buf"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-01-30 17:41:47 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2021-01-30 17:41:47 +00:00
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "notify-rust"
|
|
|
|
version = "4.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95a3a5dd7b4b415b112ce0fae1988f3e6dee90a96918bf3950b5f2289b19a04b"
|
|
|
|
dependencies = [
|
|
|
|
"dbus",
|
|
|
|
"mac-notification-sys",
|
|
|
|
"winrt-notification",
|
|
|
|
]
|
|
|
|
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"autocfg",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "objc"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
dependencies = [
|
|
|
|
"malloc_buf",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc-foundation"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
|
dependencies = [
|
|
|
|
"block",
|
|
|
|
"objc",
|
|
|
|
"objc_id",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "objc_id"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
|
|
|
dependencies = [
|
|
|
|
"objc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
|
|
|
|
2021-01-29 21:24:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "1.0.24"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2021-01-29 21:24:24 +00:00
|
|
|
dependencies = [
|
2021-01-31 20:29:18 +00:00
|
|
|
"unicode-xid 0.2.1",
|
2021-01-29 21:24:24 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
|
|
|
2021-01-29 21:24:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
|
2021-01-29 21:24:24 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"proc-macro2",
|
2021-01-29 21:24:24 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.57"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
|
|
|
dependencies = [
|
|
|
|
"base64",
|
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2021-01-31 12:00:27 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.123"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"serde_derive",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.123"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"proc-macro2",
|
2021-01-31 20:29:18 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.61"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "simplelog"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"chrono",
|
|
|
|
"log",
|
|
|
|
"termcolor",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ca6e4730f517e041e547ffe23d29daab8de6b73af4b6ae2a002108169f5e7da"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3384590878eb0cab3b128e844412e2d010821e7e091211b9d87324173ada7db8"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15",
|
|
|
|
"syn 0.11.11",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15",
|
|
|
|
"synom",
|
|
|
|
"unicode-xid 0.0.4",
|
|
|
|
]
|
|
|
|
|
2021-01-29 21:24:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.60"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
2021-01-29 21:24:24 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"proc-macro2",
|
2021-01-31 20:29:18 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"unicode-xid 0.2.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4",
|
2021-01-29 21:24:24 +00:00
|
|
|
]
|
|
|
|
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"winapi-util",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"thiserror-impl",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"proc-macro2",
|
2021-01-31 20:29:18 +00:00
|
|
|
"quote 1.0.8",
|
|
|
|
"syn 1.0.60",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.44"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"libc",
|
2021-01-31 20:29:18 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
2021-01-31 17:09:03 +00:00
|
|
|
"winapi",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
2021-01-29 21:24:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2021-01-29 21:24:24 +00:00
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
|
|
|
|
2021-01-29 21:24:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2021-01-29 21:24:24 +00:00
|
|
|
|
2021-01-31 20:29:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
2021-01-31 12:00:27 +00:00
|
|
|
|
2019-09-04 17:31:02 +00:00
|
|
|
[[package]]
|
2021-01-29 20:55:47 +00:00
|
|
|
name = "widestring"
|
2019-09-25 18:52:21 +00:00
|
|
|
version = "0.4.3"
|
2019-09-10 20:53:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "c168940144dd21fd8046987c16a46a33d5fc84eec29ef9dcddc2ac9e31526b7c"
|
2019-09-14 20:54:16 +00:00
|
|
|
|
2021-01-31 12:00:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2021-01-31 12:00:27 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2021-01-31 12:00:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 17:09:03 +00:00
|
|
|
"winapi",
|
2021-01-31 12:00:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-31 17:09:03 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2021-01-31 20:29:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winrt"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7e30cba82e22b083dc5a422c2ee77e20dc7927271a0dc981360c57c1453cb48d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winrt-notification"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c31a65da50d792c6f9bd2e3216249566c4fb1d2d34f9b7d2d66d2e93f62a242"
|
|
|
|
dependencies = [
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"winapi",
|
|
|
|
"winrt",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1945e12e16b951721d7976520b0832496ef79c31602c7a29d950de79ba74621"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|