286 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			286 lines
		
	
	
		
			7.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | # This file is automatically @generated by Cargo. | ||
|  | # It is not intended for manual editing. | ||
|  | version = 3 | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "alloc-no-stdlib" | ||
|  | version = "2.0.4" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "alloc-stdlib" | ||
|  | version = "0.2.2" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" | ||
|  | dependencies = [ | ||
|  |  "alloc-no-stdlib", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "bitflags" | ||
|  | version = "1.3.2" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "brotli" | ||
|  | version = "3.3.4" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68" | ||
|  | dependencies = [ | ||
|  |  "alloc-no-stdlib", | ||
|  |  "alloc-stdlib", | ||
|  |  "brotli-decompressor", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "brotli-decompressor" | ||
|  | version = "2.3.2" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80" | ||
|  | dependencies = [ | ||
|  |  "alloc-no-stdlib", | ||
|  |  "alloc-stdlib", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "cc" | ||
|  | version = "1.0.73" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "cfg-if" | ||
|  | version = "1.0.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | ||
|  | 
 | ||
|  | [[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 = "embed-resource" | ||
|  | version = "1.7.3" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "936c1354206a875581696369aef920e12396e93bbd251c43a7a3f3fa85023a7d" | ||
|  | dependencies = [ | ||
|  |  "cc", | ||
|  |  "rustc_version", | ||
|  |  "toml", | ||
|  |  "vswhom", | ||
|  |  "winreg", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "getrandom" | ||
|  | version = "0.2.7" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6" | ||
|  | dependencies = [ | ||
|  |  "cfg-if", | ||
|  |  "libc", | ||
|  |  "wasi", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "libc" | ||
|  | version = "0.2.133" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "c0f80d65747a3e43d1596c7c5492d95d5edddaabd45a7fcdb02b95f644164966" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "md5" | ||
|  | version = "0.7.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "proc-macro2" | ||
|  | version = "1.0.43" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab" | ||
|  | 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 = "rustc_version" | ||
|  | version = "0.4.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" | ||
|  | dependencies = [ | ||
|  |  "semver", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "rustdesk-portable-packer" | ||
|  | version = "0.1.0" | ||
|  | dependencies = [ | ||
|  |  "brotli", | ||
|  |  "dirs", | ||
|  |  "embed-resource", | ||
|  |  "md5", | ||
|  | ] | ||
|  | 
 | ||
|  | [[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.144" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "syn" | ||
|  | version = "1.0.100" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e" | ||
|  | dependencies = [ | ||
|  |  "proc-macro2", | ||
|  |  "quote", | ||
|  |  "unicode-ident", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "thiserror" | ||
|  | version = "1.0.35" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85" | ||
|  | dependencies = [ | ||
|  |  "thiserror-impl", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "thiserror-impl" | ||
|  | version = "1.0.35" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783" | ||
|  | dependencies = [ | ||
|  |  "proc-macro2", | ||
|  |  "quote", | ||
|  |  "syn", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "toml" | ||
|  | version = "0.5.8" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa" | ||
|  | dependencies = [ | ||
|  |  "serde", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "unicode-ident" | ||
|  | version = "1.0.4" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd" | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "vswhom" | ||
|  | version = "0.1.0" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b" | ||
|  | dependencies = [ | ||
|  |  "libc", | ||
|  |  "vswhom-sys", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "vswhom-sys" | ||
|  | version = "0.1.1" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "22025f6d8eb903ebf920ea6933b70b1e495be37e2cb4099e62c80454aaf57c39" | ||
|  | dependencies = [ | ||
|  |  "cc", | ||
|  |  "libc", | ||
|  | ] | ||
|  | 
 | ||
|  | [[package]] | ||
|  | name = "wasi" | ||
|  | version = "0.11.0+wasi-snapshot-preview1" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" | ||
|  | 
 | ||
|  | [[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 = "winreg" | ||
|  | version = "0.10.1" | ||
|  | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|  | checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d" | ||
|  | dependencies = [ | ||
|  |  "winapi", | ||
|  | ] |