815 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			TOML
		
	
	
	
			
		
		
	
	
			815 lines
		
	
	
		
			20 KiB
		
	
	
	
		
			TOML
		
	
	
	
| # This file is automatically @generated by Cargo.
 | |
| # It is not intended for manual editing.
 | |
| version = 3
 | |
| 
 | |
| [[package]]
 | |
| name = "aho-corasick"
 | |
| version = "0.7.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
 | |
| dependencies = [
 | |
|  "memchr",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "anyhow"
 | |
| version = "1.0.66"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
 | |
| 
 | |
| [[package]]
 | |
| name = "askama"
 | |
| version = "0.11.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "fb98f10f371286b177db5eeb9a6e5396609555686a35e1d4f7b9a9c6d8af0139"
 | |
| dependencies = [
 | |
|  "askama_derive",
 | |
|  "askama_escape",
 | |
|  "askama_shared",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "askama_derive"
 | |
| version = "0.11.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "87bf87e6e8b47264efa9bde63d6225c6276a52e05e91bf37eaa8afd0032d6b71"
 | |
| dependencies = [
 | |
|  "askama_shared",
 | |
|  "proc-macro2",
 | |
|  "syn",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "askama_escape"
 | |
| version = "0.10.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
 | |
| 
 | |
| [[package]]
 | |
| name = "askama_shared"
 | |
| version = "0.12.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bf722b94118a07fcbc6640190f247334027685d4e218b794dbfe17c32bf38ed0"
 | |
| dependencies = [
 | |
|  "askama_escape",
 | |
|  "mime",
 | |
|  "mime_guess",
 | |
|  "nom",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "assert_cmd"
 | |
| version = "2.0.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d5c2ca00549910ec251e3bd15f87aeeb206c9456b9a77b43ff6c97c54042a472"
 | |
| dependencies = [
 | |
|  "bstr",
 | |
|  "doc-comment",
 | |
|  "predicates",
 | |
|  "predicates-core",
 | |
|  "predicates-tree",
 | |
|  "wait-timeout",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "atty"
 | |
| version = "0.2.14"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
 | |
| dependencies = [
 | |
|  "hermit-abi",
 | |
|  "libc",
 | |
|  "winapi",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "autocfg"
 | |
| version = "1.1.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 | |
| 
 | |
| [[package]]
 | |
| name = "bincode"
 | |
| version = "1.3.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 | |
| dependencies = [
 | |
|  "serde",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "bitflags"
 | |
| version = "1.3.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 | |
| 
 | |
| [[package]]
 | |
| name = "bstr"
 | |
| version = "0.2.17"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
 | |
| dependencies = [
 | |
|  "lazy_static",
 | |
|  "memchr",
 | |
|  "regex-automata",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "cfg-if"
 | |
| version = "1.0.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | |
| 
 | |
| [[package]]
 | |
| name = "clap"
 | |
| version = "4.0.18"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "335867764ed2de42325fafe6d18b8af74ba97ee0c590fa016f157535b42ab04b"
 | |
| dependencies = [
 | |
|  "atty",
 | |
|  "bitflags",
 | |
|  "clap_derive",
 | |
|  "clap_lex",
 | |
|  "once_cell",
 | |
|  "strsim",
 | |
|  "termcolor",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "clap_complete"
 | |
| version = "4.0.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "dfe581a2035db4174cdbdc91265e1aba50f381577f0510d0ad36c7bc59cc84a3"
 | |
| dependencies = [
 | |
|  "clap",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "clap_complete_fig"
 | |
| version = "4.0.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b36d1abc7184a737efc9f589e6e783e8b56c72e71fca748cf9947ed0a6f46d44"
 | |
| dependencies = [
 | |
|  "clap",
 | |
|  "clap_complete",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "clap_derive"
 | |
| version = "4.0.18"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "16a1b0f6422af32d5da0c58e2703320f379216ee70198241c84173a8c5ac28f3"
 | |
| dependencies = [
 | |
|  "heck",
 | |
|  "proc-macro-error",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "clap_lex"
 | |
| version = "0.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0d4198f73e42b4936b35b5bb248d81d2b595ecb170da0bac7655c54eedfa8da8"
 | |
| dependencies = [
 | |
|  "os_str_bytes",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "crossbeam-utils"
 | |
| version = "0.8.12"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "edbafec5fa1f196ca66527c1b12c2ec4745ca14b50f1ad8f9f6f720b55d11fac"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "difflib"
 | |
| version = "0.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
 | |
| 
 | |
| [[package]]
 | |
| name = "dirs"
 | |
| version = "4.0.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
 | |
| dependencies = [
 | |
|  "dirs-sys",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "dirs-sys"
 | |
| version = "0.3.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
 | |
| dependencies = [
 | |
|  "libc",
 | |
|  "redox_users",
 | |
|  "winapi",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "doc-comment"
 | |
| version = "0.3.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
 | |
| 
 | |
| [[package]]
 | |
| name = "dunce"
 | |
| version = "1.0.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0bd4b30a6560bbd9b4620f4de34c3f14f60848e58a9b7216801afcb4c7b31c3c"
 | |
| 
 | |
| [[package]]
 | |
| name = "either"
 | |
| version = "1.8.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
 | |
| 
 | |
| [[package]]
 | |
| name = "fastrand"
 | |
| version = "1.8.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
 | |
| dependencies = [
 | |
|  "instant",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "fnv"
 | |
| version = "1.0.7"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 | |
| 
 | |
| [[package]]
 | |
| name = "getrandom"
 | |
| version = "0.2.8"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "libc",
 | |
|  "wasi",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "glob"
 | |
| version = "0.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
 | |
| 
 | |
| [[package]]
 | |
| name = "globset"
 | |
| version = "0.4.9"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0a1e17342619edbc21a964c2afbeb6c820c6a2560032872f397bb97ea127bd0a"
 | |
| dependencies = [
 | |
|  "aho-corasick",
 | |
|  "bstr",
 | |
|  "fnv",
 | |
|  "log",
 | |
|  "regex",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "heck"
 | |
| version = "0.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
 | |
| 
 | |
| [[package]]
 | |
| name = "hermit-abi"
 | |
| version = "0.1.19"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
 | |
| dependencies = [
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "ignore"
 | |
| version = "0.4.18"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "713f1b139373f96a2e0ce3ac931cd01ee973c3c5dd7c40c0c2efe96ad2b6751d"
 | |
| dependencies = [
 | |
|  "crossbeam-utils",
 | |
|  "globset",
 | |
|  "lazy_static",
 | |
|  "log",
 | |
|  "memchr",
 | |
|  "regex",
 | |
|  "same-file",
 | |
|  "thread_local",
 | |
|  "walkdir",
 | |
|  "winapi-util",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "instant"
 | |
| version = "0.1.12"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "itertools"
 | |
| version = "0.10.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 | |
| dependencies = [
 | |
|  "either",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "lazy_static"
 | |
| version = "1.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | |
| 
 | |
| [[package]]
 | |
| name = "libc"
 | |
| version = "0.2.137"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
 | |
| 
 | |
| [[package]]
 | |
| name = "log"
 | |
| version = "0.4.17"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "memchr"
 | |
| version = "2.5.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
 | |
| 
 | |
| [[package]]
 | |
| name = "mime"
 | |
| version = "0.3.16"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
 | |
| 
 | |
| [[package]]
 | |
| name = "mime_guess"
 | |
| version = "2.0.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
 | |
| dependencies = [
 | |
|  "mime",
 | |
|  "unicase",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "minimal-lexical"
 | |
| version = "0.2.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 | |
| 
 | |
| [[package]]
 | |
| name = "nix"
 | |
| version = "0.25.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
 | |
| dependencies = [
 | |
|  "autocfg",
 | |
|  "bitflags",
 | |
|  "cfg-if",
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "nom"
 | |
| version = "7.1.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
 | |
| dependencies = [
 | |
|  "memchr",
 | |
|  "minimal-lexical",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "once_cell"
 | |
| version = "1.16.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
 | |
| 
 | |
| [[package]]
 | |
| name = "os_str_bytes"
 | |
| version = "6.3.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3baf96e39c5359d2eb0dd6ccb42c62b91d9678aa68160d261b9e0ccbf9e9dea9"
 | |
| 
 | |
| [[package]]
 | |
| name = "predicates"
 | |
| version = "2.1.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a5aab5be6e4732b473071984b3164dbbfb7a3674d30ea5ff44410b6bcd960c3c"
 | |
| dependencies = [
 | |
|  "difflib",
 | |
|  "itertools",
 | |
|  "predicates-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "predicates-core"
 | |
| version = "1.0.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "da1c2388b1513e1b605fcec39a95e0a9e8ef088f71443ef37099fa9ae6673fcb"
 | |
| 
 | |
| [[package]]
 | |
| name = "predicates-tree"
 | |
| version = "1.0.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4d86de6de25020a36c6d3643a86d9a6a9f552107c0559c60ea03551b5e16c032"
 | |
| dependencies = [
 | |
|  "predicates-core",
 | |
|  "termtree",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro-error"
 | |
| version = "1.0.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 | |
| dependencies = [
 | |
|  "proc-macro-error-attr",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn",
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro-error-attr"
 | |
| version = "1.0.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "proc-macro2"
 | |
| version = "1.0.47"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
 | |
| dependencies = [
 | |
|  "unicode-ident",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "quote"
 | |
| version = "1.0.21"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "redox_syscall"
 | |
| version = "0.2.16"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 | |
| dependencies = [
 | |
|  "bitflags",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "redox_users"
 | |
| version = "0.4.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 | |
| dependencies = [
 | |
|  "getrandom",
 | |
|  "redox_syscall",
 | |
|  "thiserror",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "regex"
 | |
| version = "1.6.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
 | |
| dependencies = [
 | |
|  "aho-corasick",
 | |
|  "memchr",
 | |
|  "regex-syntax",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "regex-automata"
 | |
| version = "0.1.10"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 | |
| 
 | |
| [[package]]
 | |
| name = "regex-syntax"
 | |
| version = "0.6.27"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
 | |
| 
 | |
| [[package]]
 | |
| name = "remove_dir_all"
 | |
| version = "0.5.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
 | |
| dependencies = [
 | |
|  "winapi",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rstest"
 | |
| version = "0.15.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e9c9dc66cc29792b663ffb5269be669f1613664e69ad56441fdb895c2347b930"
 | |
| dependencies = [
 | |
|  "rstest_macros",
 | |
|  "rustc_version",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rstest_macros"
 | |
| version = "0.14.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5015e68a0685a95ade3eee617ff7101ab6a3fc689203101ca16ebc16f2b89c66"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "rustc_version",
 | |
|  "syn",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rstest_reuse"
 | |
| version = "0.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f9b5aed35457441e7e0db509695ba3932d4c47e046777141c167efe584d0ec17"
 | |
| dependencies = [
 | |
|  "quote",
 | |
|  "rustc_version",
 | |
|  "syn",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc_version"
 | |
| version = "0.4.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 | |
| dependencies = [
 | |
|  "semver",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "same-file"
 | |
| version = "1.0.6"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 | |
| dependencies = [
 | |
|  "winapi-util",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "semver"
 | |
| version = "1.0.14"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e25dfac463d778e353db5be2449d1cce89bd6fd23c9f1ea21310ce6e5a1b29c4"
 | |
| 
 | |
| [[package]]
 | |
| name = "serde"
 | |
| version = "1.0.147"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
 | |
| dependencies = [
 | |
|  "serde_derive",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "serde_derive"
 | |
| version = "1.0.147"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "shell-words"
 | |
| version = "1.1.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
 | |
| 
 | |
| [[package]]
 | |
| name = "strsim"
 | |
| version = "0.10.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
 | |
| 
 | |
| [[package]]
 | |
| name = "syn"
 | |
| version = "1.0.103"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "unicode-ident",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "tempfile"
 | |
| version = "3.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "fastrand",
 | |
|  "libc",
 | |
|  "redox_syscall",
 | |
|  "remove_dir_all",
 | |
|  "winapi",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "termcolor"
 | |
| version = "1.1.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
 | |
| dependencies = [
 | |
|  "winapi-util",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "termtree"
 | |
| version = "0.2.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "507e9898683b6c43a9aa55b64259b721b52ba226e0f3779137e50ad114a4c90b"
 | |
| 
 | |
| [[package]]
 | |
| name = "thiserror"
 | |
| version = "1.0.37"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
 | |
| dependencies = [
 | |
|  "thiserror-impl",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "thiserror-impl"
 | |
| version = "1.0.37"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
 | |
| dependencies = [
 | |
|  "proc-macro2",
 | |
|  "quote",
 | |
|  "syn",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "thread_local"
 | |
| version = "1.1.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
 | |
| dependencies = [
 | |
|  "once_cell",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "unicase"
 | |
| version = "2.6.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
 | |
| dependencies = [
 | |
|  "version_check",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "unicode-ident"
 | |
| version = "1.0.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
 | |
| 
 | |
| [[package]]
 | |
| name = "version_check"
 | |
| version = "0.9.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
 | |
| 
 | |
| [[package]]
 | |
| name = "wait-timeout"
 | |
| version = "0.2.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
 | |
| dependencies = [
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "walkdir"
 | |
| version = "2.3.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
 | |
| dependencies = [
 | |
|  "same-file",
 | |
|  "winapi",
 | |
|  "winapi-util",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "wasi"
 | |
| version = "0.11.0+wasi-snapshot-preview1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
 | |
| 
 | |
| [[package]]
 | |
| name = "which"
 | |
| version = "4.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1c831fbbee9e129a8cf93e7747a82da9d95ba8e16621cae60ec2cdc849bacb7b"
 | |
| dependencies = [
 | |
|  "either",
 | |
|  "libc",
 | |
|  "once_cell",
 | |
| ]
 | |
| 
 | |
| [[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-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"
 | |
| 
 | |
| [[package]]
 | |
| name = "xtask"
 | |
| version = "0.1.0"
 | |
| dependencies = [
 | |
|  "anyhow",
 | |
|  "clap",
 | |
|  "ignore",
 | |
|  "shell-words",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "zoxide"
 | |
| version = "0.8.3"
 | |
| dependencies = [
 | |
|  "anyhow",
 | |
|  "askama",
 | |
|  "assert_cmd",
 | |
|  "bincode",
 | |
|  "clap",
 | |
|  "clap_complete",
 | |
|  "clap_complete_fig",
 | |
|  "dirs",
 | |
|  "dunce",
 | |
|  "fastrand",
 | |
|  "glob",
 | |
|  "nix",
 | |
|  "rstest",
 | |
|  "rstest_reuse",
 | |
|  "serde",
 | |
|  "tempfile",
 | |
|  "which",
 | |
| ]
 |