espanso/Cargo.lock

319 lines
7.8 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[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"
[[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"
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
[[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
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"libc",
"num-integer",
"num-traits",
"time",
"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",
"quote",
"syn",
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"
dependencies = [
2021-01-31 17:09:03 +00:00
"espanso-detect",
"espanso-ui",
"maplit",
"simplelog",
]
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",
"serde",
"serde_json",
"thiserror",
"widestring",
2019-09-09 13:15:01 +00:00
]
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
]
[[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-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
[[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"
[[package]]
2021-01-29 20:55:47 +00:00
name = "log"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-31 17:09:03 +00:00
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
dependencies = [
2021-01-31 17:09:03 +00:00
"cfg-if",
]
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
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"autocfg",
"num-traits",
]
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"autocfg",
]
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 17:09:03 +00:00
"unicode-xid",
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
]
[[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"
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"serde_derive",
]
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"proc-macro2",
"quote",
"syn",
]
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"itoa",
"ryu",
"serde",
]
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"chrono",
"log",
"termcolor",
]
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",
"quote",
"unicode-xid",
2021-01-29 21:24:24 +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"
dependencies = [
2021-01-31 17:09:03 +00:00
"winapi-util",
]
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"thiserror-impl",
]
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"proc-macro2",
"quote",
"syn",
]
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"libc",
"wasi",
"winapi",
]
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
[[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
[[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"
[[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
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[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"
[[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"
dependencies = [
2021-01-31 17:09:03 +00:00
"winapi",
]
[[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"