deadnix/Cargo.lock

428 lines
11 KiB
Plaintext
Raw Normal View History

2021-12-06 02:04:52 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2023-04-15 00:42:33 +03:00
[[package]]
name = "anstream"
2023-04-29 21:31:01 +03:00
version = "0.3.1"
2023-04-15 00:42:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 21:31:01 +03:00
checksum = "6342bd4f5a1205d7f41e94a41a901f5647c938cdfa96036338e8533c9d6c2450"
2023-04-15 00:42:33 +03:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is-terminal",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
[[package]]
name = "anstyle-parse"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
2023-04-29 21:31:01 +03:00
version = "1.0.1"
2023-04-15 00:42:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 21:31:01 +03:00
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
2023-04-15 00:42:33 +03:00
dependencies = [
"anstyle",
"windows-sys",
]
2022-02-04 19:41:28 +03:00
[[package]]
name = "ariadne"
2023-04-17 02:46:51 +03:00
version = "0.2.0"
2022-02-04 19:41:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-17 02:46:51 +03:00
checksum = "367fd0ad87307588d087544707bc5fbf4805ded96c7db922b70d368fa1cb5702"
2022-02-04 19:41:28 +03:00
dependencies = [
2023-04-17 02:46:51 +03:00
"unicode-width",
2022-02-04 19:41:28 +03:00
"yansi",
]
2021-12-06 02:04:52 +03:00
[[package]]
name = "autocfg"
2022-02-20 01:12:04 +03:00
version = "1.1.0"
2021-12-06 02:04:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-20 01:12:04 +03:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-12-06 02:04:52 +03:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-03-18 01:11:53 +03:00
[[package]]
name = "cc"
version = "1.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
[[package]]
name = "clap"
2023-04-29 21:31:01 +03:00
version = "4.2.5"
2023-04-15 00:42:33 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 21:31:01 +03:00
checksum = "8a1f23fa97e1d1641371b51f35535cb26959b8e27ab50d167a8b996b5bada819"
2023-04-15 00:42:33 +03:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
2023-04-29 21:31:01 +03:00
version = "4.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 21:31:01 +03:00
checksum = "0fdc5d93c358224b4d6867ef1356d740de2303e9892edc06c5340daeccd96bab"
dependencies = [
2023-04-15 00:42:33 +03:00
"anstream",
"anstyle",
"bitflags",
2022-06-19 17:10:09 +03:00
"clap_lex",
"strsim",
]
2022-06-19 17:10:09 +03:00
[[package]]
name = "clap_lex"
2023-04-15 00:42:33 +03:00
version = "0.4.1"
2022-06-19 17:10:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "8a2dd5a6fe8c6e3502f568a6353e5273bbb15193ad9a89e457b9970798efbea1"
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2022-06-19 17:10:09 +03:00
2021-12-06 02:04:52 +03:00
[[package]]
name = "countme"
2023-04-15 01:39:26 +03:00
version = "3.0.1"
2021-12-06 02:04:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 01:39:26 +03:00
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
2021-12-06 02:04:52 +03:00
[[package]]
name = "deadnix"
2023-04-29 21:37:45 +03:00
version = "1.2.0"
2021-12-06 02:04:52 +03:00
dependencies = [
2022-02-04 19:41:28 +03:00
"ariadne",
"clap",
2021-12-06 02:04:52 +03:00
"rnix",
"rowan",
2022-02-09 18:03:18 +03:00
"serde",
"serde_json",
2021-12-08 21:17:09 +03:00
"walkdir",
2021-12-06 02:04:52 +03:00
]
2023-03-18 01:11:53 +03:00
[[package]]
name = "errno"
2023-04-15 00:42:33 +03:00
version = "0.3.1"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-03-18 01:11:53 +03:00
dependencies = [
"errno-dragonfly",
"libc",
2023-04-15 00:42:33 +03:00
"windows-sys",
2023-03-18 01:11:53 +03:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2021-12-06 02:04:52 +03:00
[[package]]
name = "hashbrown"
2023-04-15 01:39:26 +03:00
version = "0.12.3"
2021-12-06 02:04:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 01:39:26 +03:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2021-12-06 02:04:52 +03:00
[[package]]
name = "hermit-abi"
2023-03-18 01:11:53 +03:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
[[package]]
name = "io-lifetimes"
2023-04-15 00:42:33 +03:00
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
dependencies = [
2023-03-18 01:11:53 +03:00
"hermit-abi",
"libc",
2023-03-18 01:11:53 +03:00
"windows-sys",
]
[[package]]
name = "is-terminal"
2023-04-15 00:42:33 +03:00
version = "0.4.7"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
2023-03-18 01:11:53 +03:00
dependencies = [
"hermit-abi",
"io-lifetimes",
"rustix",
"windows-sys",
]
2022-02-09 18:03:18 +03:00
[[package]]
name = "itoa"
2023-03-18 01:11:53 +03:00
version = "1.0.6"
2022-02-09 18:03:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 01:11:53 +03:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-02-09 18:03:18 +03:00
[[package]]
name = "libc"
2023-04-29 21:31:01 +03:00
version = "0.2.142"
2022-01-14 21:37:38 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 21:31:01 +03:00
checksum = "6a987beff54b60ffa6d51982e1aa1146bc42f19bd26be28b0586f252fccf5317"
2023-03-18 01:11:53 +03:00
[[package]]
name = "linux-raw-sys"
2023-04-29 21:31:01 +03:00
version = "0.3.6"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 21:31:01 +03:00
checksum = "b64f40e5e03e0d54f03845c8197d0291253cdbedfb1cb46b13c2c117554a9f4c"
2021-12-06 02:04:52 +03:00
[[package]]
name = "memoffset"
2023-04-15 01:39:26 +03:00
version = "0.8.0"
2021-12-06 02:04:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 01:39:26 +03:00
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
2021-12-06 02:04:52 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "rnix"
2023-04-15 01:39:26 +03:00
version = "0.11.0"
2021-12-06 02:04:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 01:39:26 +03:00
checksum = "bb35cedbeb70e0ccabef2a31bcff0aebd114f19566086300b8f42c725fc2cb5f"
2021-12-06 02:04:52 +03:00
dependencies = [
"rowan",
]
[[package]]
name = "rowan"
2023-04-15 01:39:26 +03:00
version = "0.15.11"
2021-12-06 02:04:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 01:39:26 +03:00
checksum = "64449cfef9483a475ed56ae30e2da5ee96448789fb2aa240a04beb6a055078bf"
2021-12-06 02:04:52 +03:00
dependencies = [
"countme",
2022-10-12 23:44:07 +03:00
"hashbrown",
2021-12-06 02:04:52 +03:00
"memoffset",
"rustc-hash",
"text-size",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-03-18 01:11:53 +03:00
[[package]]
name = "rustix"
2023-04-29 21:31:01 +03:00
version = "0.37.17"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-29 21:31:01 +03:00
checksum = "bc809f704c03a812ac71f22456c857be34185cac691a4316f27ab0f633bb9009"
2023-03-18 01:11:53 +03:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
]
2022-02-09 18:03:18 +03:00
[[package]]
name = "ryu"
2023-03-18 01:11:53 +03:00
version = "1.0.13"
2022-02-09 18:03:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 01:11:53 +03:00
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2022-02-09 18:03:18 +03:00
2021-12-08 21:17:09 +03:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2021-12-06 02:04:52 +03:00
[[package]]
name = "serde"
2023-04-15 00:42:33 +03:00
version = "1.0.160"
2021-12-06 02:04:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c"
2021-12-06 02:04:52 +03:00
2022-02-09 18:03:18 +03:00
[[package]]
name = "serde_json"
2023-04-15 00:42:33 +03:00
version = "1.0.96"
2022-02-09 18:03:18 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
2022-02-09 18:03:18 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "strsim"
2022-01-14 21:37:38 +03:00
version = "0.10.0"
2021-12-06 02:04:52 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 21:37:38 +03:00
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
2022-01-14 21:37:38 +03:00
name = "text-size"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-14 21:37:38 +03:00
checksum = "288cb548dbe72b652243ea797201f3d481a0609a967980fcc5b2315ea811560a"
2023-04-17 02:46:51 +03:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2023-04-15 00:42:33 +03:00
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2021-12-08 21:17:09 +03:00
[[package]]
name = "walkdir"
2023-03-18 01:11:53 +03:00
version = "2.3.3"
2021-12-08 21:17:09 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 01:11:53 +03:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2021-12-08 21:17:09 +03:00
dependencies = [
"same-file",
"winapi-util",
]
[[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"
2021-12-08 21:17:09 +03:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-02-04 19:41:28 +03:00
2023-03-18 01:11:53 +03:00
[[package]]
name = "windows-sys"
2023-04-15 00:42:33 +03:00
version = "0.48.0"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-03-18 01:11:53 +03:00
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-04-15 00:42:33 +03:00
version = "0.48.0"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2023-03-18 01:11:53 +03:00
dependencies = [
"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_aarch64_gnullvm"
2023-04-15 00:42:33 +03:00
version = "0.48.0"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2023-03-18 01:11:53 +03:00
[[package]]
name = "windows_aarch64_msvc"
2023-04-15 00:42:33 +03:00
version = "0.48.0"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2023-03-18 01:11:53 +03:00
[[package]]
name = "windows_i686_gnu"
2023-04-15 00:42:33 +03:00
version = "0.48.0"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2023-03-18 01:11:53 +03:00
[[package]]
name = "windows_i686_msvc"
2023-04-15 00:42:33 +03:00
version = "0.48.0"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2023-03-18 01:11:53 +03:00
[[package]]
name = "windows_x86_64_gnu"
2023-04-15 00:42:33 +03:00
version = "0.48.0"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2023-03-18 01:11:53 +03:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-04-15 00:42:33 +03:00
version = "0.48.0"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2023-03-18 01:11:53 +03:00
[[package]]
name = "windows_x86_64_msvc"
2023-04-15 00:42:33 +03:00
version = "0.48.0"
2023-03-18 01:11:53 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-15 00:42:33 +03:00
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-03-18 01:11:53 +03:00
2022-02-04 19:41:28 +03:00
[[package]]
name = "yansi"
2022-04-08 01:40:25 +03:00
version = "0.5.1"
2022-02-04 19:41:28 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-08 01:40:25 +03:00
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"