Diff: https://github.com/facebook/watchman/compare/refs/tags/v2025.02.10.00...v2025.04.21.00
		
			
				
	
	
		
			1080 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			1080 lines
		
	
	
		
			27 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# This file is automatically @generated by Cargo.
 | 
						|
# It is not intended for manual editing.
 | 
						|
version = 4
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "addr2line"
 | 
						|
version = "0.24.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
 | 
						|
dependencies = [
 | 
						|
 "gimli",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "adler2"
 | 
						|
version = "2.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ahash"
 | 
						|
version = "0.8.11"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "getrandom",
 | 
						|
 "once_cell",
 | 
						|
 "version_check",
 | 
						|
 "zerocopy",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ansi_term"
 | 
						|
version = "0.12.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
 | 
						|
dependencies = [
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "anyhow"
 | 
						|
version = "1.0.98"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
 | 
						|
 | 
						|
[[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.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "backtrace"
 | 
						|
version = "0.3.74"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
 | 
						|
dependencies = [
 | 
						|
 "addr2line",
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "miniz_oxide",
 | 
						|
 "object",
 | 
						|
 "rustc-demangle",
 | 
						|
 "windows-targets",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bitflags"
 | 
						|
version = "1.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bitflags"
 | 
						|
version = "2.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "byteorder"
 | 
						|
version = "1.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bytes"
 | 
						|
version = "1.10.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfg-if"
 | 
						|
version = "1.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfg_aliases"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "clap"
 | 
						|
version = "2.34.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
 | 
						|
dependencies = [
 | 
						|
 "ansi_term",
 | 
						|
 "atty",
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "strsim",
 | 
						|
 "textwrap",
 | 
						|
 "unicode-width",
 | 
						|
 "vec_map",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "core-foundation-sys"
 | 
						|
version = "0.8.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crossbeam"
 | 
						|
version = "0.8.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 | 
						|
dependencies = [
 | 
						|
 "crossbeam-channel",
 | 
						|
 "crossbeam-deque",
 | 
						|
 "crossbeam-epoch",
 | 
						|
 "crossbeam-queue",
 | 
						|
 "crossbeam-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crossbeam-channel"
 | 
						|
version = "0.5.15"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 | 
						|
dependencies = [
 | 
						|
 "crossbeam-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crossbeam-deque"
 | 
						|
version = "0.8.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 | 
						|
dependencies = [
 | 
						|
 "crossbeam-epoch",
 | 
						|
 "crossbeam-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crossbeam-epoch"
 | 
						|
version = "0.9.18"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 | 
						|
dependencies = [
 | 
						|
 "crossbeam-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crossbeam-queue"
 | 
						|
version = "0.3.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 | 
						|
dependencies = [
 | 
						|
 "crossbeam-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crossbeam-utils"
 | 
						|
version = "0.8.21"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "duct"
 | 
						|
version = "0.13.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
 "os_pipe",
 | 
						|
 "shared_child",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "either"
 | 
						|
version = "1.15.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures"
 | 
						|
version = "0.1.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures"
 | 
						|
version = "0.3.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 | 
						|
dependencies = [
 | 
						|
 "futures-channel",
 | 
						|
 "futures-core",
 | 
						|
 "futures-executor",
 | 
						|
 "futures-io",
 | 
						|
 "futures-sink",
 | 
						|
 "futures-task",
 | 
						|
 "futures-util",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-channel"
 | 
						|
version = "0.3.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 | 
						|
dependencies = [
 | 
						|
 "futures-core",
 | 
						|
 "futures-sink",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-core"
 | 
						|
version = "0.3.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-executor"
 | 
						|
version = "0.3.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 | 
						|
dependencies = [
 | 
						|
 "futures-core",
 | 
						|
 "futures-task",
 | 
						|
 "futures-util",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-io"
 | 
						|
version = "0.3.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-macro"
 | 
						|
version = "0.3.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.100",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-sink"
 | 
						|
version = "0.3.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-task"
 | 
						|
version = "0.3.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-util"
 | 
						|
version = "0.3.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 | 
						|
dependencies = [
 | 
						|
 "futures 0.1.31",
 | 
						|
 "futures-channel",
 | 
						|
 "futures-core",
 | 
						|
 "futures-io",
 | 
						|
 "futures-macro",
 | 
						|
 "futures-sink",
 | 
						|
 "futures-task",
 | 
						|
 "memchr",
 | 
						|
 "pin-project-lite",
 | 
						|
 "pin-utils",
 | 
						|
 "slab",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "getrandom"
 | 
						|
version = "0.2.16"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "wasi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gimli"
 | 
						|
version = "0.31.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "heck"
 | 
						|
version = "0.3.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 | 
						|
dependencies = [
 | 
						|
 "unicode-segmentation",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hermit-abi"
 | 
						|
version = "0.1.19"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "itoa"
 | 
						|
version = "1.0.15"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "jwalk"
 | 
						|
version = "0.6.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5dbcda57db8b6dc067e589628b7348639014e793d9e8137d8cf215e8b133a0bd"
 | 
						|
dependencies = [
 | 
						|
 "crossbeam",
 | 
						|
 "rayon",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "lazy_static"
 | 
						|
version = "1.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libc"
 | 
						|
version = "0.2.172"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "lock_api"
 | 
						|
version = "0.4.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
 "scopeguard",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "log"
 | 
						|
version = "0.4.27"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "maplit"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memchr"
 | 
						|
version = "2.7.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memoffset"
 | 
						|
version = "0.9.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "miniz_oxide"
 | 
						|
version = "0.8.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 | 
						|
dependencies = [
 | 
						|
 "adler2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "mio"
 | 
						|
version = "1.0.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "wasi",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "nix"
 | 
						|
version = "0.29.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 2.9.0",
 | 
						|
 "cfg-if",
 | 
						|
 "cfg_aliases",
 | 
						|
 "libc",
 | 
						|
 "memoffset",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ntapi"
 | 
						|
version = "0.4.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
 | 
						|
dependencies = [
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "object"
 | 
						|
version = "0.36.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
 | 
						|
dependencies = [
 | 
						|
 "memchr",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "once_cell"
 | 
						|
version = "1.21.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "os_pipe"
 | 
						|
version = "1.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "windows-sys 0.59.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parking_lot"
 | 
						|
version = "0.12.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 | 
						|
dependencies = [
 | 
						|
 "lock_api",
 | 
						|
 "parking_lot_core",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parking_lot_core"
 | 
						|
version = "0.9.10"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "redox_syscall",
 | 
						|
 "smallvec",
 | 
						|
 "windows-targets",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pin-project-lite"
 | 
						|
version = "0.2.16"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pin-utils"
 | 
						|
version = "0.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 | 
						|
 | 
						|
[[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 1.0.109",
 | 
						|
 "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.95"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
 | 
						|
dependencies = [
 | 
						|
 "unicode-ident",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "quote"
 | 
						|
version = "1.0.40"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rayon"
 | 
						|
version = "1.10.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
 | 
						|
dependencies = [
 | 
						|
 "either",
 | 
						|
 "rayon-core",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rayon-core"
 | 
						|
version = "1.12.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
 | 
						|
dependencies = [
 | 
						|
 "crossbeam-deque",
 | 
						|
 "crossbeam-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "redox_syscall"
 | 
						|
version = "0.5.11"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 2.9.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustc-demangle"
 | 
						|
version = "0.1.24"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ryu"
 | 
						|
version = "1.0.20"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "scopeguard"
 | 
						|
version = "1.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde"
 | 
						|
version = "1.0.219"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
 | 
						|
dependencies = [
 | 
						|
 "serde_derive",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_bser"
 | 
						|
version = "0.4.0"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "byteorder",
 | 
						|
 "bytes",
 | 
						|
 "serde",
 | 
						|
 "serde_bytes",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_bytes"
 | 
						|
version = "0.11.17"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_derive"
 | 
						|
version = "1.0.219"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.100",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_json"
 | 
						|
version = "1.0.140"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
 | 
						|
dependencies = [
 | 
						|
 "itoa",
 | 
						|
 "memchr",
 | 
						|
 "ryu",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "shared_child"
 | 
						|
version = "1.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "09fa9338aed9a1df411814a5b2252f7cd206c55ae9bf2fa763f8de84603aa60c"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "windows-sys 0.59.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "signal-hook-registry"
 | 
						|
version = "1.4.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "slab"
 | 
						|
version = "0.4.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "smallvec"
 | 
						|
version = "1.15.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "socket2"
 | 
						|
version = "0.5.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "strsim"
 | 
						|
version = "0.8.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "structopt"
 | 
						|
version = "0.3.26"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
 | 
						|
dependencies = [
 | 
						|
 "clap",
 | 
						|
 "lazy_static",
 | 
						|
 "structopt-derive",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "structopt-derive"
 | 
						|
version = "0.4.18"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
 | 
						|
dependencies = [
 | 
						|
 "heck",
 | 
						|
 "proc-macro-error",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "syn"
 | 
						|
version = "1.0.109"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "unicode-ident",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "syn"
 | 
						|
version = "2.0.100"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "unicode-ident",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "sysinfo"
 | 
						|
version = "0.30.13"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "core-foundation-sys",
 | 
						|
 "libc",
 | 
						|
 "ntapi",
 | 
						|
 "once_cell",
 | 
						|
 "rayon",
 | 
						|
 "windows",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tabular"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d9a2882c514780a1973df90de9d68adcd8871bacc9a6331c3f28e6d2ff91a3d1"
 | 
						|
dependencies = [
 | 
						|
 "unicode-width",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "textwrap"
 | 
						|
version = "0.11.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
 | 
						|
dependencies = [
 | 
						|
 "unicode-width",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thiserror"
 | 
						|
version = "1.0.69"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 | 
						|
dependencies = [
 | 
						|
 "thiserror-impl",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thiserror-impl"
 | 
						|
version = "1.0.69"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.100",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tokio"
 | 
						|
version = "1.44.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48"
 | 
						|
dependencies = [
 | 
						|
 "backtrace",
 | 
						|
 "bytes",
 | 
						|
 "libc",
 | 
						|
 "mio",
 | 
						|
 "parking_lot",
 | 
						|
 "pin-project-lite",
 | 
						|
 "signal-hook-registry",
 | 
						|
 "socket2",
 | 
						|
 "tokio-macros",
 | 
						|
 "tracing",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tokio-macros"
 | 
						|
version = "2.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.100",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tokio-util"
 | 
						|
version = "0.6.10"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "futures-core",
 | 
						|
 "futures-io",
 | 
						|
 "futures-sink",
 | 
						|
 "log",
 | 
						|
 "pin-project-lite",
 | 
						|
 "slab",
 | 
						|
 "tokio",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tracing"
 | 
						|
version = "0.1.41"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
 | 
						|
dependencies = [
 | 
						|
 "pin-project-lite",
 | 
						|
 "tracing-core",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tracing-core"
 | 
						|
version = "0.1.33"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
 | 
						|
dependencies = [
 | 
						|
 "once_cell",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-ident"
 | 
						|
version = "1.0.18"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-segmentation"
 | 
						|
version = "1.12.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-width"
 | 
						|
version = "0.1.14"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "vec_map"
 | 
						|
version = "0.8.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "version_check"
 | 
						|
version = "0.9.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasi"
 | 
						|
version = "0.11.0+wasi-snapshot-preview1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "watchman_client"
 | 
						|
version = "0.9.0"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "bytes",
 | 
						|
 "futures 0.3.31",
 | 
						|
 "maplit",
 | 
						|
 "serde",
 | 
						|
 "serde_bser",
 | 
						|
 "thiserror",
 | 
						|
 "tokio",
 | 
						|
 "tokio-util",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "watchmanctl"
 | 
						|
version = "0.1.0"
 | 
						|
dependencies = [
 | 
						|
 "ahash",
 | 
						|
 "anyhow",
 | 
						|
 "duct",
 | 
						|
 "jwalk",
 | 
						|
 "nix",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "structopt",
 | 
						|
 "sysinfo",
 | 
						|
 "tabular",
 | 
						|
 "tokio",
 | 
						|
 "watchman_client",
 | 
						|
]
 | 
						|
 | 
						|
[[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-x86_64-pc-windows-gnu"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows"
 | 
						|
version = "0.52.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
 | 
						|
dependencies = [
 | 
						|
 "windows-core",
 | 
						|
 "windows-targets",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-core"
 | 
						|
version = "0.52.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
 | 
						|
dependencies = [
 | 
						|
 "windows-targets",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-sys"
 | 
						|
version = "0.52.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
 | 
						|
dependencies = [
 | 
						|
 "windows-targets",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-sys"
 | 
						|
version = "0.59.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
 | 
						|
dependencies = [
 | 
						|
 "windows-targets",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-targets"
 | 
						|
version = "0.52.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
 | 
						|
dependencies = [
 | 
						|
 "windows_aarch64_gnullvm",
 | 
						|
 "windows_aarch64_msvc",
 | 
						|
 "windows_i686_gnu",
 | 
						|
 "windows_i686_gnullvm",
 | 
						|
 "windows_i686_msvc",
 | 
						|
 "windows_x86_64_gnu",
 | 
						|
 "windows_x86_64_gnullvm",
 | 
						|
 "windows_x86_64_msvc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_aarch64_gnullvm"
 | 
						|
version = "0.52.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_aarch64_msvc"
 | 
						|
version = "0.52.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_i686_gnu"
 | 
						|
version = "0.52.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_i686_gnullvm"
 | 
						|
version = "0.52.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_i686_msvc"
 | 
						|
version = "0.52.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_gnu"
 | 
						|
version = "0.52.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_gnullvm"
 | 
						|
version = "0.52.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_msvc"
 | 
						|
version = "0.52.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zerocopy"
 | 
						|
version = "0.7.35"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
 | 
						|
dependencies = [
 | 
						|
 "zerocopy-derive",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zerocopy-derive"
 | 
						|
version = "0.7.35"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.100",
 | 
						|
]
 |