clipboard-substitutor/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

1059 lines
27 KiB
Plaintext
Raw Normal View History

2021-11-11 20:33:17 +05:30
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-06-28 07:54:20 +05:30
[[package]]
name = "addr2line"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2021-11-12 09:42:39 +05:30
[[package]]
name = "aho-corasick"
2023-06-25 23:46:46 +05:30
version = "1.0.2"
2021-11-12 09:42:39 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
2021-11-12 09:42:39 +05:30
dependencies = [
"memchr",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "anyhow"
version = "1.0.71"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
2021-11-11 20:33:17 +05:30
[[package]]
name = "argv"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2f1055db52c224c48c2f2bd86b543fe8985d699eb58b07c9b14db5067674893"
2022-02-15 11:31:57 +05:30
[[package]]
name = "assay"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6400785ccafeab7f18a4d23d726f9090dd1195386f06026c6e59db36e11938"
2022-02-15 11:31:57 +05:30
dependencies = [
"assay-proc-macro",
"pretty_assertions",
2022-02-15 11:31:57 +05:30
"rusty-fork",
"tempfile",
"tokio",
2022-02-15 11:31:57 +05:30
]
[[package]]
name = "assay-proc-macro"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d94121b572ccf1d1b38a1004155e59c64f4c6ff7793070d84a8807e0550881e"
2022-02-15 11:31:57 +05:30
dependencies = [
"quote",
2023-06-25 23:46:46 +05:30
"syn 1.0.109",
2022-02-15 11:31:57 +05:30
]
2022-08-31 11:27:50 +05:30
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-06-28 07:54:20 +05:30
[[package]]
name = "backtrace"
version = "0.3.67"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2023-06-25 23:46:46 +05:30
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2021-11-11 20:33:17 +05:30
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clipboard-master"
version = "3.1.3"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "459887701008d8ee21f8de7f45f0f0707417c7eea3311973f6e67222bd686b7a"
2021-11-11 20:33:17 +05:30
dependencies = [
"objc",
"objc-foundation",
"objc_id",
"winapi",
"windows-win",
"x11-clipboard 0.5.3",
2021-11-11 20:33:17 +05:30
]
[[package]]
name = "clipboard-substitutor"
version = "0.7.5"
2021-11-11 20:33:17 +05:30
dependencies = [
"anyhow",
"argv",
2022-02-15 11:31:57 +05:30
"assay",
"clipboard-master",
"copypasta",
2021-11-11 20:33:17 +05:30
"dirs",
2021-11-12 09:42:39 +05:30
"regex",
2021-11-11 20:33:17 +05:30
"serde",
"serde_derive",
"toml",
"tracing",
"tracing-journald",
"tracing-subscriber",
2021-11-11 20:33:17 +05:30
]
[[package]]
name = "clipboard-win"
version = "3.1.1"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fdf5e01086b6be750428ba4a40619f847eb2e95756eee84b18e06e5f0b50342"
2021-11-11 20:33:17 +05:30
dependencies = [
"lazy-bytes-cast",
2021-11-11 20:33:17 +05:30
"winapi",
]
[[package]]
name = "copypasta"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "133fc8675ee3a4ec9aa513584deda9aa0faeda3586b87f7f0f2ba082c66fb172"
dependencies = [
"clipboard-win",
"objc",
"objc-foundation",
"objc_id",
2023-06-25 23:46:46 +05:30
"x11-clipboard 0.7.1",
]
2022-02-15 11:31:57 +05:30
[[package]]
name = "ctor"
2023-02-16 19:53:18 +05:30
version = "0.1.26"
2022-02-15 11:31:57 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 19:53:18 +05:30
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
2022-02-15 11:31:57 +05:30
dependencies = [
"quote",
2023-06-25 23:46:46 +05:30
"syn 1.0.109",
2022-02-15 11:31:57 +05:30
]
[[package]]
name = "diff"
version = "0.1.13"
2022-02-15 11:31:57 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2022-02-15 11:31:57 +05:30
2021-11-11 20:33:17 +05:30
[[package]]
name = "dirs"
version = "5.0.1"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2021-11-11 20:33:17 +05:30
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2021-11-11 20:33:17 +05:30
dependencies = [
"libc",
"option-ext",
2021-11-11 20:33:17 +05:30
"redox_users",
2023-06-25 23:46:46 +05:30
"windows-sys",
2021-11-11 20:33:17 +05:30
]
[[package]]
name = "equivalent"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1"
2023-06-25 23:46:46 +05:30
[[package]]
name = "errno"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2022-02-15 11:31:57 +05:30
[[package]]
name = "fastrand"
2023-02-16 19:53:18 +05:30
version = "1.9.0"
2022-02-15 11:31:57 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 19:53:18 +05:30
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-02-15 11:31:57 +05:30
dependencies = [
"instant",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "gethostname"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
"libc",
"winapi",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "getrandom"
2023-06-25 23:46:46 +05:30
version = "0.2.10"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2021-11-11 20:33:17 +05:30
dependencies = [
"cfg-if",
"libc",
"wasi",
]
2023-06-28 07:54:20 +05:30
[[package]]
name = "gimli"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
[[package]]
name = "hermit-abi"
2023-02-16 19:53:18 +05:30
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 19:53:18 +05:30
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-06-25 23:46:46 +05:30
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown",
]
2022-02-15 11:31:57 +05:30
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2023-06-25 23:46:46 +05:30
[[package]]
name = "io-lifetimes"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
dependencies = [
"hermit-abi 0.3.1",
"libc",
"windows-sys",
]
[[package]]
name = "lazy-bytes-cast"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2021-11-11 20:33:17 +05:30
[[package]]
name = "libc"
2023-06-26 07:13:30 +05:30
version = "0.2.147"
2023-06-25 23:46:46 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 07:13:30 +05:30
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2023-06-25 23:46:46 +05:30
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2021-11-11 20:33:17 +05:30
[[package]]
name = "log"
2023-06-25 23:46:46 +05:30
version = "0.4.19"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
2021-11-11 20:33:17 +05:30
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata",
]
2021-11-12 09:42:39 +05:30
[[package]]
name = "memchr"
2022-05-02 15:18:03 +05:30
version = "2.5.0"
2021-11-12 09:42:39 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-02 15:18:03 +05:30
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-11-12 09:42:39 +05:30
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2023-06-28 07:54:20 +05:30
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags",
"cfg-if",
"libc",
"memoffset",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2022-02-15 11:31:57 +05:30
[[package]]
name = "num_cpus"
2023-02-16 19:53:18 +05:30
version = "1.15.0"
2022-02-15 11:31:57 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 19:53:18 +05:30
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-02-15 11:31:57 +05:30
dependencies = [
2023-06-25 23:46:46 +05:30
"hermit-abi 0.2.6",
"libc",
2022-02-15 11:31:57 +05:30
]
2021-11-11 20:33:17 +05:30
[[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",
]
2023-06-28 07:54:20 +05:30
[[package]]
name = "object"
version = "0.30.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-06-25 23:46:46 +05:30
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2022-02-15 11:31:57 +05:30
[[package]]
name = "output_vt100"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
"winapi",
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-02-15 11:31:57 +05:30
[[package]]
name = "pin-project-lite"
version = "0.2.9"
2022-02-15 11:31:57 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2022-02-15 11:31:57 +05:30
[[package]]
name = "pretty_assertions"
version = "1.3.0"
2022-02-15 11:31:57 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
2022-02-15 11:31:57 +05:30
dependencies = [
"ctor",
"diff",
"output_vt100",
"yansi",
2022-02-15 11:31:57 +05:30
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "proc-macro2"
2023-06-25 23:46:46 +05:30
version = "1.0.63"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "7b368fba921b0dce7e60f5e04ec15e565b3303972b42bcfde1d0713b881959eb"
2021-11-11 20:33:17 +05:30
dependencies = [
2022-05-19 16:40:50 +05:30
"unicode-ident",
2021-11-11 20:33:17 +05:30
]
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quick-xml"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8533f14c8382aaad0d592c812ac3b826162128b65662331e1127b45c3d18536b"
dependencies = [
"memchr",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "quote"
2023-06-25 23:46:46 +05:30
version = "1.0.28"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2021-11-11 20:33:17 +05:30
dependencies = [
"proc-macro2",
]
[[package]]
name = "redox_syscall"
2022-08-31 11:27:50 +05:30
version = "0.2.16"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-31 11:27:50 +05:30
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-11-11 20:33:17 +05:30
dependencies = [
"bitflags",
]
2023-06-25 23:46:46 +05:30
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "redox_users"
version = "0.4.3"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2021-11-11 20:33:17 +05:30
dependencies = [
"getrandom",
2023-06-25 23:46:46 +05:30
"redox_syscall 0.2.16",
"thiserror",
2021-11-11 20:33:17 +05:30
]
2021-11-12 09:42:39 +05:30
[[package]]
name = "regex"
version = "1.8.4"
2021-11-12 09:42:39 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
2021-11-12 09:42:39 +05:30
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.2",
2021-11-12 09:42:39 +05:30
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
]
2021-11-12 09:42:39 +05:30
[[package]]
name = "regex-syntax"
version = "0.6.29"
2021-11-12 09:42:39 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2021-11-12 09:42:39 +05:30
[[package]]
name = "regex-syntax"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2023-06-28 07:54:20 +05:30
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-02-15 11:31:57 +05:30
[[package]]
2023-06-25 23:46:46 +05:30
name = "rustix"
version = "0.37.20"
2022-02-15 11:31:57 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0"
2022-02-15 11:31:57 +05:30
dependencies = [
2023-06-25 23:46:46 +05:30
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
2022-02-15 11:31:57 +05:30
]
[[package]]
name = "rusty-fork"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
dependencies = [
"fnv",
"quick-error",
"tempfile",
"wait-timeout",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "serde"
2023-06-08 13:06:55 +05:30
version = "1.0.164"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 13:06:55 +05:30
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
2021-11-11 20:33:17 +05:30
[[package]]
name = "serde_derive"
2023-06-08 13:06:55 +05:30
version = "1.0.164"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 13:06:55 +05:30
checksum = "d9735b638ccc51c28bf6914d90a2e9725b377144fc612c49a611fddd1b631d68"
2021-11-11 20:33:17 +05:30
dependencies = [
"proc-macro2",
"quote",
2023-06-25 23:46:46 +05:30
"syn 2.0.22",
2021-11-11 20:33:17 +05:30
]
[[package]]
name = "serde_spanned"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
dependencies = [
"serde",
]
[[package]]
name = "sharded-slab"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
dependencies = [
"lazy_static",
]
[[package]]
name = "smallvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2021-11-11 20:33:17 +05:30
[[package]]
name = "syn"
2023-06-25 23:46:46 +05:30
version = "1.0.109"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2021-11-11 20:33:17 +05:30
dependencies = [
"proc-macro2",
"quote",
2022-05-19 16:40:50 +05:30
"unicode-ident",
2021-11-11 20:33:17 +05:30
]
2023-03-18 17:06:01 +05:30
[[package]]
name = "syn"
2023-06-25 23:46:46 +05:30
version = "2.0.22"
2023-03-18 17:06:01 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "2efbeae7acf4eabd6bcdcbd11c92f45231ddda7539edc7806bd1a04a03b24616"
2023-03-18 17:06:01 +05:30
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-02-15 11:31:57 +05:30
[[package]]
name = "tempfile"
2023-06-25 23:46:46 +05:30
version = "3.6.0"
2022-02-15 11:31:57 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "31c0432476357e58790aaa47a8efb0c5138f137343f3b5f23bd36a27e3b0a6d6"
2022-02-15 11:31:57 +05:30
dependencies = [
2023-06-25 23:46:46 +05:30
"autocfg",
2022-02-15 11:31:57 +05:30
"cfg-if",
"fastrand",
2023-06-25 23:46:46 +05:30
"redox_syscall 0.3.5",
"rustix",
"windows-sys",
2022-02-15 11:31:57 +05:30
]
[[package]]
name = "thiserror"
2023-06-25 23:46:46 +05:30
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-06-25 23:46:46 +05:30
version = "1.0.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
dependencies = [
"proc-macro2",
"quote",
2023-06-25 23:46:46 +05:30
"syn 2.0.22",
]
[[package]]
name = "thread_local"
2023-02-16 19:53:18 +05:30
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-16 19:53:18 +05:30
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
2023-02-16 19:53:18 +05:30
"cfg-if",
"once_cell",
]
[[package]]
name = "tokio"
2023-06-28 07:54:20 +05:30
version = "1.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-28 07:54:20 +05:30
checksum = "374442f06ee49c3a28a8fc9f01a2596fed7559c6b99b31279c3261778e77d84f"
dependencies = [
2022-08-31 11:27:50 +05:30
"autocfg",
2023-06-28 07:54:20 +05:30
"backtrace",
"num_cpus",
"pin-project-lite",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "toml"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ebafdf5ad1220cb59e7d17cf4d2c72015297b75b19a10472f99b89225089240"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.11"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266f016b7f039eec8a1a80dfe6156b633d208b9fccca5e4db1d6775b0c4e34a7"
2021-11-11 20:33:17 +05:30
dependencies = [
"indexmap",
2021-11-11 20:33:17 +05:30
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
2021-11-11 20:33:17 +05:30
]
[[package]]
name = "tracing"
2023-06-25 23:46:46 +05:30
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
2023-06-25 23:46:46 +05:30
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-06-25 23:46:46 +05:30
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
dependencies = [
"proc-macro2",
"quote",
2023-06-25 23:46:46 +05:30
"syn 2.0.22",
]
[[package]]
name = "tracing-core"
2023-06-25 23:46:46 +05:30
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-journald"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd"
dependencies = [
"libc",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2021-11-11 20:33:17 +05:30
[[package]]
2022-05-19 16:40:50 +05:30
name = "unicode-ident"
2023-06-25 23:46:46 +05:30
version = "1.0.9"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2021-11-11 20:33:17 +05:30
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2022-02-15 11:31:57 +05:30
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-11-11 20:33:17 +05:30
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"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"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
dependencies = [
"winapi",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-06-29 07:58:25 +05:30
version = "0.48.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-29 07:58:25 +05:30
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
dependencies = [
2023-06-25 23:46:46 +05:30
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows-win"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d4243ec23afe4e9b4e668b3c0a0e973f1b8265f6a46223cfcbc16fd267480c0"
dependencies = [
"winapi",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winnow"
2023-06-25 23:46:46 +05:30
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448"
dependencies = [
"memchr",
]
2021-11-11 20:33:17 +05:30
[[package]]
name = "x11-clipboard"
version = "0.5.3"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "473068b7b80ac86a18328824f1054e5e007898c47b5bbc281bd7abe32bc3653c"
2021-11-11 20:33:17 +05:30
dependencies = [
"xcb",
]
[[package]]
name = "x11-clipboard"
2023-06-25 23:46:46 +05:30
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-25 23:46:46 +05:30
checksum = "980b9aa9226c3b7de8e2adb11bf20124327c054e0e5812d2aac0b5b5a87e7464"
dependencies = [
"x11rb",
2021-11-11 20:33:17 +05:30
]
[[package]]
name = "x11rb"
version = "0.10.1"
2021-11-11 20:33:17 +05:30
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "592b4883219f345e712b3209c62654ebda0bb50887f330cbd018d0f654bfd507"
2021-11-11 20:33:17 +05:30
dependencies = [
"gethostname",
"nix",
"winapi",
"winapi-wsapoll",
"x11rb-protocol",
]
[[package]]
name = "x11rb-protocol"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56b245751c0ac9db0e006dc812031482784e434630205a93c73cfefcaabeac67"
dependencies = [
"nix",
2021-11-11 20:33:17 +05:30
]
[[package]]
name = "xcb"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "771e2b996df720cd1c6dd9ff90f62d91698fd3610cc078388d0564bdd6622a9c"
dependencies = [
"libc",
"log",
"quick-xml",
]
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"