Bumps [tauri-plugin-fs](https://github.com/tauri-apps/plugins-workspace) from 2.0.0-beta.4 to 2.0.0-beta.5. - [Release notes](https://github.com/tauri-apps/plugins-workspace/releases) - [Commits](https://github.com/tauri-apps/plugins-workspace/compare/fs-v2.0.0-beta.4...fs-v2.0.0-beta.5) --- updated-dependencies: - dependency-name: tauri-plugin-fs dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
		
			
				
	
	
		
			6244 lines
		
	
	
		
			147 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			6244 lines
		
	
	
		
			147 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# This file is automatically @generated by Cargo.
 | 
						|
# It is not intended for manual editing.
 | 
						|
version = 3
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "addr2line"
 | 
						|
version = "0.19.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
 | 
						|
dependencies = [
 | 
						|
 "gimli",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "adler"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "aes"
 | 
						|
version = "0.8.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "cipher",
 | 
						|
 "cpufeatures",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "aho-corasick"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
 | 
						|
dependencies = [
 | 
						|
 "memchr",
 | 
						|
]
 | 
						|
 | 
						|
[[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 = "android-tzdata"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "android_system_properties"
 | 
						|
version = "0.1.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "anyhow"
 | 
						|
version = "1.0.82"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f538837af36e6f6a9be0faa67f9a314f8119e4e4b5867c6ab40ed60360142519"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "app"
 | 
						|
version = "0.1.0"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "kittycad",
 | 
						|
 "oauth2",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "tauri",
 | 
						|
 "tauri-build",
 | 
						|
 "tauri-plugin-dialog",
 | 
						|
 "tauri-plugin-fs",
 | 
						|
 "tauri-plugin-http",
 | 
						|
 "tauri-plugin-os",
 | 
						|
 "tauri-plugin-process",
 | 
						|
 "tauri-plugin-shell",
 | 
						|
 "tauri-plugin-updater",
 | 
						|
 "tokio",
 | 
						|
 "toml 0.8.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ashpd"
 | 
						|
version = "0.8.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dd884d7c72877a94102c3715f3b1cd09ff4fac28221add3e57cfbe25c236d093"
 | 
						|
dependencies = [
 | 
						|
 "enumflags2",
 | 
						|
 "futures-channel",
 | 
						|
 "futures-util",
 | 
						|
 "rand 0.8.5",
 | 
						|
 "serde",
 | 
						|
 "serde_repr",
 | 
						|
 "tokio",
 | 
						|
 "url",
 | 
						|
 "zbus",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-broadcast"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "258b52a1aa741b9f09783b2d86cf0aeeb617bbf847f6933340a39644227acbdb"
 | 
						|
dependencies = [
 | 
						|
 "event-listener 5.2.0",
 | 
						|
 "event-listener-strategy 0.5.1",
 | 
						|
 "futures-core",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-channel"
 | 
						|
version = "2.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f28243a43d821d11341ab73c80bed182dc015c514b951616cf79bd4af39af0c3"
 | 
						|
dependencies = [
 | 
						|
 "concurrent-queue",
 | 
						|
 "event-listener 5.2.0",
 | 
						|
 "event-listener-strategy 0.5.1",
 | 
						|
 "futures-core",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-io"
 | 
						|
version = "2.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
 | 
						|
dependencies = [
 | 
						|
 "async-lock 3.3.0",
 | 
						|
 "cfg-if",
 | 
						|
 "concurrent-queue",
 | 
						|
 "futures-io",
 | 
						|
 "futures-lite",
 | 
						|
 "parking",
 | 
						|
 "polling",
 | 
						|
 "rustix 0.38.21",
 | 
						|
 "slab",
 | 
						|
 "tracing",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-lock"
 | 
						|
version = "2.8.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
 | 
						|
dependencies = [
 | 
						|
 "event-listener 2.5.3",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-lock"
 | 
						|
version = "3.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
 | 
						|
dependencies = [
 | 
						|
 "event-listener 4.0.3",
 | 
						|
 "event-listener-strategy 0.4.0",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-process"
 | 
						|
version = "2.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "451e3cf68011bd56771c79db04a9e333095ab6349f7e47592b788e9b98720cc8"
 | 
						|
dependencies = [
 | 
						|
 "async-channel",
 | 
						|
 "async-io",
 | 
						|
 "async-lock 3.3.0",
 | 
						|
 "async-signal",
 | 
						|
 "blocking",
 | 
						|
 "cfg-if",
 | 
						|
 "event-listener 5.2.0",
 | 
						|
 "futures-lite",
 | 
						|
 "rustix 0.38.21",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-recursion"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "30c5ef0ede93efbf733c1a727f3b6b5a1060bbedd5600183e66f6e4be4af0ec5"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-signal"
 | 
						|
version = "0.2.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9e47d90f65a225c4527103a8d747001fc56e375203592b25ad103e1ca13124c5"
 | 
						|
dependencies = [
 | 
						|
 "async-io",
 | 
						|
 "async-lock 2.8.0",
 | 
						|
 "atomic-waker",
 | 
						|
 "cfg-if",
 | 
						|
 "futures-core",
 | 
						|
 "futures-io",
 | 
						|
 "rustix 0.38.21",
 | 
						|
 "signal-hook-registry",
 | 
						|
 "slab",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-task"
 | 
						|
version = "4.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "async-trait"
 | 
						|
version = "0.1.73"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "atk"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b4af014b17dd80e8af9fa689b2d4a211ddba6eb583c1622f35d0cb543f6b17e4"
 | 
						|
dependencies = [
 | 
						|
 "atk-sys",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "atk-sys"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "251e0b7d90e33e0ba930891a505a9a35ece37b2dd37a14f3ffc306c13b980009"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "atomic"
 | 
						|
version = "0.5.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "atomic-waker"
 | 
						|
version = "1.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "autocfg"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "backtrace"
 | 
						|
version = "0.3.67"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
 | 
						|
dependencies = [
 | 
						|
 "addr2line",
 | 
						|
 "cc",
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "miniz_oxide 0.6.2",
 | 
						|
 "object",
 | 
						|
 "rustc-demangle",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "base64"
 | 
						|
version = "0.13.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "base64"
 | 
						|
version = "0.21.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "base64"
 | 
						|
version = "0.22.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "base64ct"
 | 
						|
version = "1.6.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bigdecimal"
 | 
						|
version = "0.4.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "454bca3db10617b88b566f205ed190aedb0e0e6dd4cad61d3988a72e8c5594cb"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
 "libm",
 | 
						|
 "num-bigint",
 | 
						|
 "num-integer",
 | 
						|
 "num-traits",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[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 = "bitflags"
 | 
						|
version = "2.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "block"
 | 
						|
version = "0.1.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "block-buffer"
 | 
						|
version = "0.10.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 | 
						|
dependencies = [
 | 
						|
 "generic-array",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "blocking"
 | 
						|
version = "1.5.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6a37913e8dc4ddcc604f0c6d3bf2887c995153af3611de9e23c352b44c1b9118"
 | 
						|
dependencies = [
 | 
						|
 "async-channel",
 | 
						|
 "async-lock 3.3.0",
 | 
						|
 "async-task",
 | 
						|
 "fastrand 2.0.2",
 | 
						|
 "futures-io",
 | 
						|
 "futures-lite",
 | 
						|
 "piper",
 | 
						|
 "tracing",
 | 
						|
]
 | 
						|
 | 
						|
[[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.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
 | 
						|
dependencies = [
 | 
						|
 "alloc-no-stdlib",
 | 
						|
 "alloc-stdlib",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bumpalo"
 | 
						|
version = "3.13.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bytemuck"
 | 
						|
version = "1.13.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "byteorder"
 | 
						|
version = "1.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bytes"
 | 
						|
version = "1.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bzip2"
 | 
						|
version = "0.4.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 | 
						|
dependencies = [
 | 
						|
 "bzip2-sys",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bzip2-sys"
 | 
						|
version = "0.1.11+1.0.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cairo-rs"
 | 
						|
version = "0.18.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 2.4.0",
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cairo-sys-rs"
 | 
						|
version = "0.18.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "685c9fa8e590b8b3d678873528d83411db17242a73fccaed827770ea0fedda51"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "camino"
 | 
						|
version = "1.1.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c59e92b5a388f549b863a7bea62612c09f24c8393560709a54558a9abdfb3b9c"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cargo-platform"
 | 
						|
version = "0.1.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cargo_metadata"
 | 
						|
version = "0.18.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
 | 
						|
dependencies = [
 | 
						|
 "camino",
 | 
						|
 "cargo-platform",
 | 
						|
 "semver",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cargo_toml"
 | 
						|
version = "0.17.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
 "toml 0.8.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cc"
 | 
						|
version = "1.0.94"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "17f6e324229dc011159fcc089755d1e2e216a90d43a7dea6853ca740b84f35e7"
 | 
						|
dependencies = [
 | 
						|
 "jobserver",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cesu8"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfb"
 | 
						|
version = "0.7.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
 | 
						|
dependencies = [
 | 
						|
 "byteorder",
 | 
						|
 "fnv",
 | 
						|
 "uuid",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfg-expr"
 | 
						|
version = "0.15.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e70d3ad08698a0568b0562f22710fe6bfc1f4a61a367c77d0398c562eadd453a"
 | 
						|
dependencies = [
 | 
						|
 "smallvec",
 | 
						|
 "target-lexicon",
 | 
						|
]
 | 
						|
 | 
						|
[[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.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfg_aliases"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "77e53693616d3075149f4ead59bdeecd204ac6b8192d8969757601b74bddf00f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "chrono"
 | 
						|
version = "0.4.26"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
 | 
						|
dependencies = [
 | 
						|
 "android-tzdata",
 | 
						|
 "iana-time-zone",
 | 
						|
 "js-sys",
 | 
						|
 "num-traits",
 | 
						|
 "serde",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cipher"
 | 
						|
version = "0.4.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 | 
						|
dependencies = [
 | 
						|
 "crypto-common",
 | 
						|
 "inout",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cocoa"
 | 
						|
version = "0.25.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "block",
 | 
						|
 "cocoa-foundation",
 | 
						|
 "core-foundation",
 | 
						|
 "core-graphics",
 | 
						|
 "foreign-types 0.5.0",
 | 
						|
 "libc",
 | 
						|
 "objc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cocoa-foundation"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "block",
 | 
						|
 "core-foundation",
 | 
						|
 "core-graphics-types",
 | 
						|
 "foreign-types 0.3.2",
 | 
						|
 "libc",
 | 
						|
 "objc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "colored"
 | 
						|
version = "2.0.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2674ec482fbc38012cf31e6c42ba0177b431a0cb6f15fe40efa5aab1bda516f6"
 | 
						|
dependencies = [
 | 
						|
 "is-terminal",
 | 
						|
 "lazy_static",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "combine"
 | 
						|
version = "4.6.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "memchr",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "concurrent-queue"
 | 
						|
version = "2.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
 | 
						|
dependencies = [
 | 
						|
 "crossbeam-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "constant_time_eq"
 | 
						|
version = "0.1.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "convert_case"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "core-foundation"
 | 
						|
version = "0.9.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
 | 
						|
dependencies = [
 | 
						|
 "core-foundation-sys",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "core-foundation-sys"
 | 
						|
version = "0.8.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "core-graphics"
 | 
						|
version = "0.23.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "core-foundation",
 | 
						|
 "core-graphics-types",
 | 
						|
 "foreign-types 0.5.0",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "core-graphics-types"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "core-foundation",
 | 
						|
 "foreign-types 0.3.2",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cpufeatures"
 | 
						|
version = "0.2.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crc32fast"
 | 
						|
version = "1.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crossbeam-channel"
 | 
						|
version = "0.5.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "crossbeam-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crossbeam-utils"
 | 
						|
version = "0.8.15"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crypto-common"
 | 
						|
version = "0.1.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 | 
						|
dependencies = [
 | 
						|
 "generic-array",
 | 
						|
 "typenum",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cssparser"
 | 
						|
version = "0.27.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
 | 
						|
dependencies = [
 | 
						|
 "cssparser-macros",
 | 
						|
 "dtoa-short",
 | 
						|
 "itoa 0.4.8",
 | 
						|
 "matches",
 | 
						|
 "phf 0.8.0",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "smallvec",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cssparser-macros"
 | 
						|
version = "0.6.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 | 
						|
dependencies = [
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ctor"
 | 
						|
version = "0.2.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
 | 
						|
dependencies = [
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cty"
 | 
						|
version = "0.2.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b365fabc795046672053e29c954733ec3b05e4be654ab130fe8f1f94d7051f35"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "darling"
 | 
						|
version = "0.20.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0558d22a7b463ed0241e993f76f09f30b126687447751a8638587b864e4b3944"
 | 
						|
dependencies = [
 | 
						|
 "darling_core",
 | 
						|
 "darling_macro",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "darling_core"
 | 
						|
version = "0.20.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ab8bfa2e259f8ee1ce5e97824a3c55ec4404a0d772ca7fa96bf19f0752a046eb"
 | 
						|
dependencies = [
 | 
						|
 "fnv",
 | 
						|
 "ident_case",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "strsim",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "darling_macro"
 | 
						|
version = "0.20.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "29a358ff9f12ec09c3e61fef9b5a9902623a695a46a917b07f269bff1445611a"
 | 
						|
dependencies = [
 | 
						|
 "darling_core",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "data-encoding"
 | 
						|
version = "2.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "data-url"
 | 
						|
version = "0.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "derivative"
 | 
						|
version = "2.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "derive_more"
 | 
						|
version = "0.99.17"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
 | 
						|
dependencies = [
 | 
						|
 "convert_case",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "rustc_version",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "digest"
 | 
						|
version = "0.10.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 | 
						|
dependencies = [
 | 
						|
 "block-buffer",
 | 
						|
 "crypto-common",
 | 
						|
 "subtle",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dirs-next"
 | 
						|
version = "2.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "dirs-sys-next",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dirs-sys-next"
 | 
						|
version = "0.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "redox_users",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dispatch"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dlib"
 | 
						|
version = "0.5.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 | 
						|
dependencies = [
 | 
						|
 "libloading 0.8.3",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dlopen2"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9e1297103d2bbaea85724fcee6294c2d50b1081f9ad47d0f6f6f61eda65315a6"
 | 
						|
dependencies = [
 | 
						|
 "dlopen2_derive",
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dlopen2_derive"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f2b99bf03862d7f545ebc28ddd33a665b50865f4dfd84031a393823879bd4c54"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dpi"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dtoa"
 | 
						|
version = "1.0.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "65d09067bfacaa79114679b279d7f5885b53295b1e2cfb4e79c8e4bd3d633169"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dtoa-short"
 | 
						|
version = "0.3.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
 | 
						|
dependencies = [
 | 
						|
 "dtoa",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dunce"
 | 
						|
version = "1.0.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "dyn-clone"
 | 
						|
version = "1.0.13"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bbfc4744c1b8f2a09adc0e55242f60b1af195d88596bd8700be74418c056c555"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "either"
 | 
						|
version = "1.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "embed-resource"
 | 
						|
version = "2.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "80663502655af01a2902dff3f06869330782267924bf1788410b74edcd93770a"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
 "rustc_version",
 | 
						|
 "toml 0.7.8",
 | 
						|
 "vswhom",
 | 
						|
 "winreg 0.11.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "embed_plist"
 | 
						|
version = "1.2.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4ef6b89e5b37196644d8796de5268852ff179b44e96276cf4290264843743bb7"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "encoding_rs"
 | 
						|
version = "0.8.32"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "endi"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "enumflags2"
 | 
						|
version = "0.7.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
 | 
						|
dependencies = [
 | 
						|
 "enumflags2_derive",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "enumflags2_derive"
 | 
						|
version = "0.7.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "equivalent"
 | 
						|
version = "1.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "errno"
 | 
						|
version = "0.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
 | 
						|
dependencies = [
 | 
						|
 "errno-dragonfly",
 | 
						|
 "libc",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "errno-dragonfly"
 | 
						|
version = "0.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "event-listener"
 | 
						|
version = "2.5.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "event-listener"
 | 
						|
version = "4.0.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
 | 
						|
dependencies = [
 | 
						|
 "concurrent-queue",
 | 
						|
 "parking",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "event-listener"
 | 
						|
version = "5.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2b5fb89194fa3cad959b833185b3063ba881dbfc7030680b314250779fb4cc91"
 | 
						|
dependencies = [
 | 
						|
 "concurrent-queue",
 | 
						|
 "parking",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "event-listener-strategy"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
 | 
						|
dependencies = [
 | 
						|
 "event-listener 4.0.3",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "event-listener-strategy"
 | 
						|
version = "0.5.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "332f51cb23d20b0de8458b86580878211da09bcd4503cb579c225b3d124cabb3"
 | 
						|
dependencies = [
 | 
						|
 "event-listener 5.2.0",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fastrand"
 | 
						|
version = "1.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 | 
						|
dependencies = [
 | 
						|
 "instant",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fastrand"
 | 
						|
version = "2.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fdeflate"
 | 
						|
version = "0.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
 | 
						|
dependencies = [
 | 
						|
 "simd-adler32",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "field-offset"
 | 
						|
version = "0.3.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
 | 
						|
dependencies = [
 | 
						|
 "memoffset",
 | 
						|
 "rustc_version",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "filetime"
 | 
						|
version = "0.2.21"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "redox_syscall 0.2.16",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "flate2"
 | 
						|
version = "1.0.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
 | 
						|
dependencies = [
 | 
						|
 "crc32fast",
 | 
						|
 "miniz_oxide 0.7.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fnv"
 | 
						|
version = "1.0.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "foreign-types"
 | 
						|
version = "0.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 | 
						|
dependencies = [
 | 
						|
 "foreign-types-shared 0.1.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "foreign-types"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 | 
						|
dependencies = [
 | 
						|
 "foreign-types-macros",
 | 
						|
 "foreign-types-shared 0.3.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "foreign-types-macros"
 | 
						|
version = "0.2.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "foreign-types-shared"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "foreign-types-shared"
 | 
						|
version = "0.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "form_urlencoded"
 | 
						|
version = "1.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
 | 
						|
dependencies = [
 | 
						|
 "percent-encoding",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "format_serde_error"
 | 
						|
version = "0.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e5837b8e6a4001f99fe4746767fb7379e8510c508a843caa136cc12ed9c0bad0"
 | 
						|
dependencies = [
 | 
						|
 "colored",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serde_yaml",
 | 
						|
 "unicode-segmentation",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futf"
 | 
						|
version = "0.1.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 | 
						|
dependencies = [
 | 
						|
 "mac",
 | 
						|
 "new_debug_unreachable",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures"
 | 
						|
version = "0.3.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
 | 
						|
dependencies = [
 | 
						|
 "futures-channel",
 | 
						|
 "futures-core",
 | 
						|
 "futures-executor",
 | 
						|
 "futures-io",
 | 
						|
 "futures-sink",
 | 
						|
 "futures-task",
 | 
						|
 "futures-util",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-channel"
 | 
						|
version = "0.3.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
 | 
						|
dependencies = [
 | 
						|
 "futures-core",
 | 
						|
 "futures-sink",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-core"
 | 
						|
version = "0.3.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-executor"
 | 
						|
version = "0.3.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
 | 
						|
dependencies = [
 | 
						|
 "futures-core",
 | 
						|
 "futures-task",
 | 
						|
 "futures-util",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-io"
 | 
						|
version = "0.3.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-lite"
 | 
						|
version = "2.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
 | 
						|
dependencies = [
 | 
						|
 "fastrand 2.0.2",
 | 
						|
 "futures-core",
 | 
						|
 "futures-io",
 | 
						|
 "parking",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-macro"
 | 
						|
version = "0.3.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-sink"
 | 
						|
version = "0.3.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-task"
 | 
						|
version = "0.3.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "futures-util"
 | 
						|
version = "0.3.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
 | 
						|
dependencies = [
 | 
						|
 "futures-channel",
 | 
						|
 "futures-core",
 | 
						|
 "futures-io",
 | 
						|
 "futures-macro",
 | 
						|
 "futures-sink",
 | 
						|
 "futures-task",
 | 
						|
 "memchr",
 | 
						|
 "pin-project-lite",
 | 
						|
 "pin-utils",
 | 
						|
 "slab",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fxhash"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
 | 
						|
dependencies = [
 | 
						|
 "byteorder",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f5ba081bdef3b75ebcdbfc953699ed2d7417d6bd853347a42a37d76406a33646"
 | 
						|
dependencies = [
 | 
						|
 "cairo-rs",
 | 
						|
 "gdk-pixbuf",
 | 
						|
 "gdk-sys",
 | 
						|
 "gio",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "libc",
 | 
						|
 "pango",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-pixbuf"
 | 
						|
version = "0.18.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
 | 
						|
dependencies = [
 | 
						|
 "gdk-pixbuf-sys",
 | 
						|
 "gio",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-pixbuf-sys"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
 | 
						|
dependencies = [
 | 
						|
 "gio-sys 0.18.1",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-sys"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "31ff856cb3386dae1703a920f803abafcc580e9b5f711ca62ed1620c25b51ff2"
 | 
						|
dependencies = [
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "gdk-pixbuf-sys",
 | 
						|
 "gio-sys 0.18.1",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "pango-sys",
 | 
						|
 "pkg-config",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdkwayland-sys"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a90fbf5c033c65d93792192a49a8efb5bb1e640c419682a58bb96f5ae77f3d4a"
 | 
						|
dependencies = [
 | 
						|
 "gdk-sys",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdkx11"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "db2ea8a4909d530f79921290389cbd7c34cb9d623bfe970eaae65ca5f9cd9cce"
 | 
						|
dependencies = [
 | 
						|
 "gdk",
 | 
						|
 "gdkx11-sys",
 | 
						|
 "gio",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "libc",
 | 
						|
 "x11",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdkx11-sys"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fee8f00f4ee46cad2939b8990f5c70c94ff882c3028f3cc5abf950fa4ab53043"
 | 
						|
dependencies = [
 | 
						|
 "gdk-sys",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
 "x11",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "generator"
 | 
						|
version = "0.7.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f3e123d9ae7c02966b4d892e550bdc32164f05853cd40ab570650ad600596a8a"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
 "libc",
 | 
						|
 "log",
 | 
						|
 "rustversion",
 | 
						|
 "windows 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "generic-array"
 | 
						|
version = "0.14.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 | 
						|
dependencies = [
 | 
						|
 "typenum",
 | 
						|
 "version_check",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gethostname"
 | 
						|
version = "0.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "windows-targets 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "getrandom"
 | 
						|
version = "0.1.16"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "wasi 0.9.0+wasi-snapshot-preview1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "getrandom"
 | 
						|
version = "0.2.14"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "94b22e06ecb0110981051723910cbf0b5f5e09a2062dd7663334ee79a9d1286c"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "js-sys",
 | 
						|
 "libc",
 | 
						|
 "wasi 0.11.0+wasi-snapshot-preview1",
 | 
						|
 "wasm-bindgen",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gimli"
 | 
						|
version = "0.27.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gio"
 | 
						|
version = "0.18.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
 | 
						|
dependencies = [
 | 
						|
 "futures-channel",
 | 
						|
 "futures-core",
 | 
						|
 "futures-io",
 | 
						|
 "futures-util",
 | 
						|
 "gio-sys 0.18.1",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
 "pin-project-lite",
 | 
						|
 "smallvec",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gio-sys"
 | 
						|
version = "0.16.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.16.3",
 | 
						|
 "gobject-sys 0.16.3",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gio-sys"
 | 
						|
version = "0.18.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib"
 | 
						|
version = "0.16.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "16aa2475c9debed5a32832cb5ff2af5a3f9e1ab9e69df58eaadc1ab2004d6eba"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "futures-channel",
 | 
						|
 "futures-core",
 | 
						|
 "futures-executor",
 | 
						|
 "futures-task",
 | 
						|
 "futures-util",
 | 
						|
 "gio-sys 0.16.3",
 | 
						|
 "glib-macros 0.16.8",
 | 
						|
 "glib-sys 0.16.3",
 | 
						|
 "gobject-sys 0.16.3",
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
 "smallvec",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib"
 | 
						|
version = "0.18.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 2.4.0",
 | 
						|
 "futures-channel",
 | 
						|
 "futures-core",
 | 
						|
 "futures-executor",
 | 
						|
 "futures-task",
 | 
						|
 "futures-util",
 | 
						|
 "gio-sys 0.18.1",
 | 
						|
 "glib-macros 0.18.5",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "memchr",
 | 
						|
 "once_cell",
 | 
						|
 "smallvec",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib-macros"
 | 
						|
version = "0.16.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fb1a9325847aa46f1e96ffea37611b9d51fc4827e67f79e7de502a297560a67b"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "heck",
 | 
						|
 "proc-macro-crate 1.3.1",
 | 
						|
 "proc-macro-error",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib-macros"
 | 
						|
version = "0.18.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
 | 
						|
dependencies = [
 | 
						|
 "heck",
 | 
						|
 "proc-macro-crate 2.0.2",
 | 
						|
 "proc-macro-error",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib-sys"
 | 
						|
version = "0.16.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib-sys"
 | 
						|
version = "0.18.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glob"
 | 
						|
version = "0.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gobject-sys"
 | 
						|
version = "0.16.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.16.3",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gobject-sys"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gtk"
 | 
						|
version = "0.18.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "93c4f5e0e20b60e10631a5f06da7fe3dda744b05ad0ea71fee2f47adf865890c"
 | 
						|
dependencies = [
 | 
						|
 "atk",
 | 
						|
 "cairo-rs",
 | 
						|
 "field-offset",
 | 
						|
 "futures-channel",
 | 
						|
 "gdk",
 | 
						|
 "gdk-pixbuf",
 | 
						|
 "gio",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "gtk-sys",
 | 
						|
 "gtk3-macros",
 | 
						|
 "libc",
 | 
						|
 "pango",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gtk-sys"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "771437bf1de2c1c0b496c11505bdf748e26066bbe942dfc8f614c9460f6d7722"
 | 
						|
dependencies = [
 | 
						|
 "atk-sys",
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "gdk-pixbuf-sys",
 | 
						|
 "gdk-sys",
 | 
						|
 "gio-sys 0.18.1",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "pango-sys",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gtk3-macros"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c6063efb63db582968fb7df72e1ae68aa6360dcfb0a75143f34fc7d616bad75e"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro-crate 1.3.1",
 | 
						|
 "proc-macro-error",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "h2"
 | 
						|
version = "0.3.26"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "fnv",
 | 
						|
 "futures-core",
 | 
						|
 "futures-sink",
 | 
						|
 "futures-util",
 | 
						|
 "http 0.2.9",
 | 
						|
 "indexmap 2.2.5",
 | 
						|
 "slab",
 | 
						|
 "tokio",
 | 
						|
 "tokio-util",
 | 
						|
 "tracing",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hashbrown"
 | 
						|
version = "0.12.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hashbrown"
 | 
						|
version = "0.14.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "heck"
 | 
						|
version = "0.4.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hermit-abi"
 | 
						|
version = "0.2.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hermit-abi"
 | 
						|
version = "0.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hex"
 | 
						|
version = "0.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hmac"
 | 
						|
version = "0.12.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 | 
						|
dependencies = [
 | 
						|
 "digest",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "html5ever"
 | 
						|
version = "0.26.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
 | 
						|
dependencies = [
 | 
						|
 "log",
 | 
						|
 "mac",
 | 
						|
 "markup5ever",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "http"
 | 
						|
version = "0.2.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "fnv",
 | 
						|
 "itoa 1.0.6",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "http"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "fnv",
 | 
						|
 "itoa 1.0.6",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "http-body"
 | 
						|
version = "0.4.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "http 0.2.9",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "http-body"
 | 
						|
version = "1.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "http 1.1.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "http-body-util"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "futures-core",
 | 
						|
 "http 1.1.0",
 | 
						|
 "http-body 1.0.0",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "httparse"
 | 
						|
version = "1.8.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "httpdate"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hyper"
 | 
						|
version = "0.14.27"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "futures-channel",
 | 
						|
 "futures-core",
 | 
						|
 "futures-util",
 | 
						|
 "h2",
 | 
						|
 "http 0.2.9",
 | 
						|
 "http-body 0.4.5",
 | 
						|
 "httparse",
 | 
						|
 "httpdate",
 | 
						|
 "itoa 1.0.6",
 | 
						|
 "pin-project-lite",
 | 
						|
 "socket2 0.4.9",
 | 
						|
 "tokio",
 | 
						|
 "tower-service",
 | 
						|
 "tracing",
 | 
						|
 "want",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hyper"
 | 
						|
version = "1.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "futures-channel",
 | 
						|
 "futures-util",
 | 
						|
 "http 1.1.0",
 | 
						|
 "http-body 1.0.0",
 | 
						|
 "httparse",
 | 
						|
 "itoa 1.0.6",
 | 
						|
 "pin-project-lite",
 | 
						|
 "smallvec",
 | 
						|
 "tokio",
 | 
						|
 "want",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hyper-rustls"
 | 
						|
version = "0.24.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8d78e1e73ec14cf7375674f74d7dde185c8206fd9dea6fb6295e8a98098aaa97"
 | 
						|
dependencies = [
 | 
						|
 "futures-util",
 | 
						|
 "http 0.2.9",
 | 
						|
 "hyper 0.14.27",
 | 
						|
 "rustls 0.21.7",
 | 
						|
 "tokio",
 | 
						|
 "tokio-rustls 0.24.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hyper-rustls"
 | 
						|
version = "0.26.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
 | 
						|
dependencies = [
 | 
						|
 "futures-util",
 | 
						|
 "http 1.1.0",
 | 
						|
 "hyper 1.2.0",
 | 
						|
 "hyper-util",
 | 
						|
 "rustls 0.22.3",
 | 
						|
 "rustls-pki-types",
 | 
						|
 "tokio",
 | 
						|
 "tokio-rustls 0.25.0",
 | 
						|
 "tower-service",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hyper-util"
 | 
						|
version = "0.1.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "futures-channel",
 | 
						|
 "futures-util",
 | 
						|
 "http 1.1.0",
 | 
						|
 "http-body 1.0.0",
 | 
						|
 "hyper 1.2.0",
 | 
						|
 "pin-project-lite",
 | 
						|
 "socket2 0.5.5",
 | 
						|
 "tokio",
 | 
						|
 "tower",
 | 
						|
 "tower-service",
 | 
						|
 "tracing",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "iana-time-zone"
 | 
						|
version = "0.1.56"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
 | 
						|
dependencies = [
 | 
						|
 "android_system_properties",
 | 
						|
 "core-foundation-sys",
 | 
						|
 "iana-time-zone-haiku",
 | 
						|
 "js-sys",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "windows 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "iana-time-zone-haiku"
 | 
						|
version = "0.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ico"
 | 
						|
version = "0.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e3804960be0bb5e4edb1e1ad67afd321a9ecfd875c3e65c099468fd2717d7cae"
 | 
						|
dependencies = [
 | 
						|
 "byteorder",
 | 
						|
 "png",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ident_case"
 | 
						|
version = "1.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "idna"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
 | 
						|
dependencies = [
 | 
						|
 "unicode-bidi",
 | 
						|
 "unicode-normalization",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "indexmap"
 | 
						|
version = "1.9.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
 "hashbrown 0.12.3",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "indexmap"
 | 
						|
version = "2.2.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7b0b929d511467233429c45a44ac1dcaa21ba0f5ba11e4879e6ed28ddb4f9df4"
 | 
						|
dependencies = [
 | 
						|
 "equivalent",
 | 
						|
 "hashbrown 0.14.3",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "infer"
 | 
						|
version = "0.15.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
 | 
						|
dependencies = [
 | 
						|
 "cfb",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "inout"
 | 
						|
version = "0.1.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
 | 
						|
dependencies = [
 | 
						|
 "generic-array",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "instant"
 | 
						|
version = "0.1.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "js-sys",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "web-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "io-lifetimes"
 | 
						|
version = "1.0.11"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
 | 
						|
dependencies = [
 | 
						|
 "hermit-abi 0.3.1",
 | 
						|
 "libc",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ipnet"
 | 
						|
version = "2.8.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "is-docker"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 | 
						|
dependencies = [
 | 
						|
 "once_cell",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "is-terminal"
 | 
						|
version = "0.4.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
 | 
						|
dependencies = [
 | 
						|
 "hermit-abi 0.3.1",
 | 
						|
 "rustix 0.38.21",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "is-wsl"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 | 
						|
dependencies = [
 | 
						|
 "is-docker",
 | 
						|
 "once_cell",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "itertools"
 | 
						|
version = "0.10.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 | 
						|
dependencies = [
 | 
						|
 "either",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "itoa"
 | 
						|
version = "0.4.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "itoa"
 | 
						|
version = "1.0.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "javascriptcore-rs"
 | 
						|
version = "1.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ca5671e9ffce8ffba57afc24070e906da7fc4b1ba66f2cabebf61bf2ea257fcc"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "javascriptcore-rs-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "javascriptcore-rs-sys"
 | 
						|
version = "1.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "af1be78d14ffa4b75b66df31840478fef72b51f8c2465d4ca7c194da9f7a5124"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "jni"
 | 
						|
version = "0.21.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 | 
						|
dependencies = [
 | 
						|
 "cesu8",
 | 
						|
 "cfg-if",
 | 
						|
 "combine",
 | 
						|
 "jni-sys",
 | 
						|
 "log",
 | 
						|
 "thiserror",
 | 
						|
 "walkdir",
 | 
						|
 "windows-sys 0.45.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "jni-sys"
 | 
						|
version = "0.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "jobserver"
 | 
						|
version = "0.1.28"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "js-sys"
 | 
						|
version = "0.3.69"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
 | 
						|
dependencies = [
 | 
						|
 "wasm-bindgen",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "json-patch"
 | 
						|
version = "1.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "55ff1e1486799e3f64129f8ccad108b38290df9cd7015cd31bed17239f0789d6"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "thiserror",
 | 
						|
 "treediff",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "keyboard-types"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 2.4.0",
 | 
						|
 "serde",
 | 
						|
 "unicode-segmentation",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "kittycad"
 | 
						|
version = "0.2.67"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fc460442c165c8e707b1154551cefd08938d10bb80c78940e10cd9869487c325"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "async-trait",
 | 
						|
 "base64 0.21.2",
 | 
						|
 "bigdecimal",
 | 
						|
 "bytes",
 | 
						|
 "chrono",
 | 
						|
 "data-encoding",
 | 
						|
 "format_serde_error",
 | 
						|
 "futures",
 | 
						|
 "http 0.2.9",
 | 
						|
 "itertools",
 | 
						|
 "log",
 | 
						|
 "mime_guess",
 | 
						|
 "parse-display",
 | 
						|
 "phonenumber",
 | 
						|
 "rand 0.8.5",
 | 
						|
 "reqwest 0.11.22",
 | 
						|
 "reqwest-conditional-middleware",
 | 
						|
 "reqwest-middleware",
 | 
						|
 "reqwest-retry",
 | 
						|
 "reqwest-tracing",
 | 
						|
 "schemars",
 | 
						|
 "serde",
 | 
						|
 "serde_bytes",
 | 
						|
 "serde_json",
 | 
						|
 "serde_urlencoded",
 | 
						|
 "thiserror",
 | 
						|
 "tracing",
 | 
						|
 "url",
 | 
						|
 "uuid",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "kuchikiki"
 | 
						|
version = "0.8.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f29e4755b7b995046f510a7520c42b2fed58b77bd94d5a87a8eb43d2fd126da8"
 | 
						|
dependencies = [
 | 
						|
 "cssparser",
 | 
						|
 "html5ever",
 | 
						|
 "indexmap 1.9.3",
 | 
						|
 "matches",
 | 
						|
 "selectors",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "lazy_static"
 | 
						|
version = "1.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libappindicator"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "03589b9607c868cc7ae54c0b2a22c8dc03dd41692d48f2d7df73615c6a95dc0a"
 | 
						|
dependencies = [
 | 
						|
 "glib 0.18.5",
 | 
						|
 "gtk",
 | 
						|
 "gtk-sys",
 | 
						|
 "libappindicator-sys",
 | 
						|
 "log",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libappindicator-sys"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6e9ec52138abedcc58dc17a7c6c0c00a2bdb4f3427c7f63fa97fd0d859155caf"
 | 
						|
dependencies = [
 | 
						|
 "gtk-sys",
 | 
						|
 "libloading 0.7.4",
 | 
						|
 "once_cell",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libc"
 | 
						|
version = "0.2.150"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libloading"
 | 
						|
version = "0.7.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libloading"
 | 
						|
version = "0.8.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "windows-targets 0.52.4",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libm"
 | 
						|
version = "0.2.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "line-wrap"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
 | 
						|
dependencies = [
 | 
						|
 "safemem",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "linked-hash-map"
 | 
						|
version = "0.5.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "linux-raw-sys"
 | 
						|
version = "0.3.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "linux-raw-sys"
 | 
						|
version = "0.4.10"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "lock_api"
 | 
						|
version = "0.4.10"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
 "scopeguard",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "log"
 | 
						|
version = "0.4.21"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "loom"
 | 
						|
version = "0.5.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "generator",
 | 
						|
 "scoped-tls",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "tracing",
 | 
						|
 "tracing-subscriber",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "lru-cache"
 | 
						|
version = "0.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
 | 
						|
dependencies = [
 | 
						|
 "linked-hash-map",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "mac"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "malloc_buf"
 | 
						|
version = "0.0.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "markup5ever"
 | 
						|
version = "0.11.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
 | 
						|
dependencies = [
 | 
						|
 "log",
 | 
						|
 "phf 0.10.1",
 | 
						|
 "phf_codegen 0.10.0",
 | 
						|
 "string_cache",
 | 
						|
 "string_cache_codegen",
 | 
						|
 "tendril",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "matchers"
 | 
						|
version = "0.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 | 
						|
dependencies = [
 | 
						|
 "regex-automata 0.1.10",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "matches"
 | 
						|
version = "0.1.10"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "matchit"
 | 
						|
version = "0.7.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ed1202b2a6f884ae56f04cff409ab315c5ce26b5e58d7412e484f01fd52f52ef"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memchr"
 | 
						|
version = "2.6.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memoffset"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "mime"
 | 
						|
version = "0.3.17"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 | 
						|
 | 
						|
[[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 = "minisign-verify"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "933dca44d65cdd53b355d0b73d380a2ff5da71f87f036053188bf1eab6a19881"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "miniz_oxide"
 | 
						|
version = "0.6.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
 | 
						|
dependencies = [
 | 
						|
 "adler",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "miniz_oxide"
 | 
						|
version = "0.7.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
 | 
						|
dependencies = [
 | 
						|
 "adler",
 | 
						|
 "simd-adler32",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "mio"
 | 
						|
version = "0.8.11"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "wasi 0.11.0+wasi-snapshot-preview1",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "muda"
 | 
						|
version = "0.13.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f428b4e9db3d17e2f809dfb1ff9ddfbbf16c71790d1656d10aee320877e1392f"
 | 
						|
dependencies = [
 | 
						|
 "cocoa",
 | 
						|
 "crossbeam-channel",
 | 
						|
 "dpi",
 | 
						|
 "gtk",
 | 
						|
 "keyboard-types",
 | 
						|
 "objc",
 | 
						|
 "once_cell",
 | 
						|
 "png",
 | 
						|
 "serde",
 | 
						|
 "thiserror",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ndk"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "jni-sys",
 | 
						|
 "ndk-sys",
 | 
						|
 "num_enum",
 | 
						|
 "raw-window-handle 0.5.0",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ndk-context"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ndk-sys"
 | 
						|
version = "0.4.1+23.1.7779620"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
 | 
						|
dependencies = [
 | 
						|
 "jni-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "new_debug_unreachable"
 | 
						|
version = "1.0.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "nix"
 | 
						|
version = "0.27.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 2.4.0",
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "memoffset",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "nodrop"
 | 
						|
version = "0.1.14"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "nom"
 | 
						|
version = "7.1.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 | 
						|
dependencies = [
 | 
						|
 "memchr",
 | 
						|
 "minimal-lexical",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "nu-ansi-term"
 | 
						|
version = "0.46.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 | 
						|
dependencies = [
 | 
						|
 "overload",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "num-bigint"
 | 
						|
version = "0.4.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
 "num-integer",
 | 
						|
 "num-traits",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "num-integer"
 | 
						|
version = "0.1.45"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
 "num-traits",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "num-traits"
 | 
						|
version = "0.2.16"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "num_cpus"
 | 
						|
version = "1.15.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
 | 
						|
dependencies = [
 | 
						|
 "hermit-abi 0.2.6",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "num_enum"
 | 
						|
version = "0.5.11"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
 | 
						|
dependencies = [
 | 
						|
 "num_enum_derive",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "num_enum_derive"
 | 
						|
version = "0.5.11"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro-crate 1.3.1",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "num_threads"
 | 
						|
version = "0.1.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "oauth2"
 | 
						|
version = "4.4.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.13.1",
 | 
						|
 "chrono",
 | 
						|
 "getrandom 0.2.14",
 | 
						|
 "http 0.2.9",
 | 
						|
 "rand 0.8.5",
 | 
						|
 "reqwest 0.11.22",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serde_path_to_error",
 | 
						|
 "sha2",
 | 
						|
 "thiserror",
 | 
						|
 "url",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "objc"
 | 
						|
version = "0.2.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 | 
						|
dependencies = [
 | 
						|
 "malloc_buf",
 | 
						|
 "objc_exception",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "objc-foundation"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
 | 
						|
dependencies = [
 | 
						|
 "block",
 | 
						|
 "objc",
 | 
						|
 "objc_id",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "objc_exception"
 | 
						|
version = "0.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "objc_id"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
 | 
						|
dependencies = [
 | 
						|
 "objc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "object"
 | 
						|
version = "0.30.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "03b4680b86d9cfafba8fc491dc9b6df26b68cf40e9e6cd73909194759a63c385"
 | 
						|
dependencies = [
 | 
						|
 "memchr",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "once_cell"
 | 
						|
version = "1.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "oncemutex"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "44d11de466f4a3006fe8a5e7ec84e93b79c70cb992ae0aa0eb631ad2df8abfe2"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "open"
 | 
						|
version = "5.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32"
 | 
						|
dependencies = [
 | 
						|
 "is-wsl",
 | 
						|
 "libc",
 | 
						|
 "pathdiff",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "opentelemetry"
 | 
						|
version = "0.17.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
 | 
						|
dependencies = [
 | 
						|
 "async-trait",
 | 
						|
 "crossbeam-channel",
 | 
						|
 "futures-channel",
 | 
						|
 "futures-executor",
 | 
						|
 "futures-util",
 | 
						|
 "js-sys",
 | 
						|
 "lazy_static",
 | 
						|
 "percent-encoding",
 | 
						|
 "pin-project",
 | 
						|
 "rand 0.8.5",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ordered-stream"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
 | 
						|
dependencies = [
 | 
						|
 "futures-core",
 | 
						|
 "pin-project-lite",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "os_info"
 | 
						|
version = "3.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
 | 
						|
dependencies = [
 | 
						|
 "log",
 | 
						|
 "serde",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "os_pipe"
 | 
						|
version = "1.1.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "overload"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pango"
 | 
						|
version = "0.18.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7ca27ec1eb0457ab26f3036ea52229edbdb74dee1edd29063f5b9b010e7ebee4"
 | 
						|
dependencies = [
 | 
						|
 "gio",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
 "pango-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pango-sys"
 | 
						|
version = "0.18.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "436737e391a843e5933d6d9aa102cb126d501e815b83601365a948a518555dc5"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parking"
 | 
						|
version = "2.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parking_lot"
 | 
						|
version = "0.11.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
 | 
						|
dependencies = [
 | 
						|
 "instant",
 | 
						|
 "lock_api",
 | 
						|
 "parking_lot_core 0.8.6",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parking_lot"
 | 
						|
version = "0.12.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
 | 
						|
dependencies = [
 | 
						|
 "lock_api",
 | 
						|
 "parking_lot_core 0.9.8",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parking_lot_core"
 | 
						|
version = "0.8.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "instant",
 | 
						|
 "libc",
 | 
						|
 "redox_syscall 0.2.16",
 | 
						|
 "smallvec",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parking_lot_core"
 | 
						|
version = "0.9.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "redox_syscall 0.3.5",
 | 
						|
 "smallvec",
 | 
						|
 "windows-targets 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parse-display"
 | 
						|
version = "0.8.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c6509d08722b53e8dafe97f2027b22ccbe3a5db83cb352931e9716b0aa44bc5c"
 | 
						|
dependencies = [
 | 
						|
 "once_cell",
 | 
						|
 "parse-display-derive",
 | 
						|
 "regex",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "parse-display-derive"
 | 
						|
version = "0.8.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "68517892c8daf78da08c0db777fcc17e07f2f63ef70041718f8a7630ad84f341"
 | 
						|
dependencies = [
 | 
						|
 "once_cell",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "regex",
 | 
						|
 "regex-syntax 0.7.5",
 | 
						|
 "structmeta",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "password-hash"
 | 
						|
version = "0.4.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
 | 
						|
dependencies = [
 | 
						|
 "base64ct",
 | 
						|
 "rand_core 0.6.4",
 | 
						|
 "subtle",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pathdiff"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pbkdf2"
 | 
						|
version = "0.11.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
 | 
						|
dependencies = [
 | 
						|
 "digest",
 | 
						|
 "hmac",
 | 
						|
 "password-hash",
 | 
						|
 "sha2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "percent-encoding"
 | 
						|
version = "2.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf"
 | 
						|
version = "0.8.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
 | 
						|
dependencies = [
 | 
						|
 "phf_macros 0.8.0",
 | 
						|
 "phf_shared 0.8.0",
 | 
						|
 "proc-macro-hack",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf"
 | 
						|
version = "0.10.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
 | 
						|
dependencies = [
 | 
						|
 "phf_shared 0.10.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf"
 | 
						|
version = "0.11.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
 | 
						|
dependencies = [
 | 
						|
 "phf_macros 0.11.2",
 | 
						|
 "phf_shared 0.11.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_codegen"
 | 
						|
version = "0.8.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
 | 
						|
dependencies = [
 | 
						|
 "phf_generator 0.8.0",
 | 
						|
 "phf_shared 0.8.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_codegen"
 | 
						|
version = "0.10.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
 | 
						|
dependencies = [
 | 
						|
 "phf_generator 0.10.0",
 | 
						|
 "phf_shared 0.10.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_generator"
 | 
						|
version = "0.8.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
 | 
						|
dependencies = [
 | 
						|
 "phf_shared 0.8.0",
 | 
						|
 "rand 0.7.3",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_generator"
 | 
						|
version = "0.10.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
 | 
						|
dependencies = [
 | 
						|
 "phf_shared 0.10.0",
 | 
						|
 "rand 0.8.5",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_generator"
 | 
						|
version = "0.11.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
 | 
						|
dependencies = [
 | 
						|
 "phf_shared 0.11.2",
 | 
						|
 "rand 0.8.5",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_macros"
 | 
						|
version = "0.8.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
 | 
						|
dependencies = [
 | 
						|
 "phf_generator 0.8.0",
 | 
						|
 "phf_shared 0.8.0",
 | 
						|
 "proc-macro-hack",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_macros"
 | 
						|
version = "0.11.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
 | 
						|
dependencies = [
 | 
						|
 "phf_generator 0.11.2",
 | 
						|
 "phf_shared 0.11.2",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_shared"
 | 
						|
version = "0.8.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
 | 
						|
dependencies = [
 | 
						|
 "siphasher",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_shared"
 | 
						|
version = "0.10.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
 | 
						|
dependencies = [
 | 
						|
 "siphasher",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phf_shared"
 | 
						|
version = "0.11.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
 | 
						|
dependencies = [
 | 
						|
 "siphasher",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "phonenumber"
 | 
						|
version = "0.3.3+8.13.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "635f3e6288e4f01c049d89332a031bd74f25d64b6fb94703ca966e819488cd06"
 | 
						|
dependencies = [
 | 
						|
 "bincode",
 | 
						|
 "either",
 | 
						|
 "fnv",
 | 
						|
 "itertools",
 | 
						|
 "lazy_static",
 | 
						|
 "nom",
 | 
						|
 "quick-xml",
 | 
						|
 "regex",
 | 
						|
 "regex-cache",
 | 
						|
 "serde",
 | 
						|
 "serde_derive",
 | 
						|
 "strum",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pin-project"
 | 
						|
version = "1.1.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
 | 
						|
dependencies = [
 | 
						|
 "pin-project-internal",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pin-project-internal"
 | 
						|
version = "1.1.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pin-project-lite"
 | 
						|
version = "0.2.13"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pin-utils"
 | 
						|
version = "0.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "piper"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
 | 
						|
dependencies = [
 | 
						|
 "atomic-waker",
 | 
						|
 "fastrand 2.0.2",
 | 
						|
 "futures-io",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pkg-config"
 | 
						|
version = "0.3.27"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "plist"
 | 
						|
version = "1.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.21.2",
 | 
						|
 "indexmap 1.9.3",
 | 
						|
 "line-wrap",
 | 
						|
 "quick-xml",
 | 
						|
 "serde",
 | 
						|
 "time",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "png"
 | 
						|
version = "0.17.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "aaeebc51f9e7d2c150d3f3bfeb667f2aa985db5ef1e3d212847bdedb488beeaa"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "crc32fast",
 | 
						|
 "fdeflate",
 | 
						|
 "flate2",
 | 
						|
 "miniz_oxide 0.7.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "polling"
 | 
						|
version = "3.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "30054e72317ab98eddd8561db0f6524df3367636884b7b21b703e4b280a84a14"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "concurrent-queue",
 | 
						|
 "pin-project-lite",
 | 
						|
 "rustix 0.38.21",
 | 
						|
 "tracing",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ppv-lite86"
 | 
						|
version = "0.2.17"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "precomputed-hash"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "proc-macro-crate"
 | 
						|
version = "1.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
 | 
						|
dependencies = [
 | 
						|
 "once_cell",
 | 
						|
 "toml_edit 0.19.15",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "proc-macro-crate"
 | 
						|
version = "2.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b00f26d3400549137f92511a46ac1cd8ce37cb5598a96d382381458b992a5d24"
 | 
						|
dependencies = [
 | 
						|
 "toml_datetime",
 | 
						|
 "toml_edit 0.20.2",
 | 
						|
]
 | 
						|
 | 
						|
[[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-macro-hack"
 | 
						|
version = "0.5.20+deprecated"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "proc-macro2"
 | 
						|
version = "1.0.78"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
 | 
						|
dependencies = [
 | 
						|
 "unicode-ident",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "quick-xml"
 | 
						|
version = "0.28.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
 | 
						|
dependencies = [
 | 
						|
 "memchr",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "quote"
 | 
						|
version = "1.0.35"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand"
 | 
						|
version = "0.7.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
 | 
						|
dependencies = [
 | 
						|
 "getrandom 0.1.16",
 | 
						|
 "libc",
 | 
						|
 "rand_chacha 0.2.2",
 | 
						|
 "rand_core 0.5.1",
 | 
						|
 "rand_hc",
 | 
						|
 "rand_pcg",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand"
 | 
						|
version = "0.8.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "rand_chacha 0.3.1",
 | 
						|
 "rand_core 0.6.4",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand_chacha"
 | 
						|
version = "0.2.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
 | 
						|
dependencies = [
 | 
						|
 "ppv-lite86",
 | 
						|
 "rand_core 0.5.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand_chacha"
 | 
						|
version = "0.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 | 
						|
dependencies = [
 | 
						|
 "ppv-lite86",
 | 
						|
 "rand_core 0.6.4",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand_core"
 | 
						|
version = "0.5.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
 | 
						|
dependencies = [
 | 
						|
 "getrandom 0.1.16",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand_core"
 | 
						|
version = "0.6.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 | 
						|
dependencies = [
 | 
						|
 "getrandom 0.2.14",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand_hc"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
 | 
						|
dependencies = [
 | 
						|
 "rand_core 0.5.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rand_pcg"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
 | 
						|
dependencies = [
 | 
						|
 "rand_core 0.5.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "raw-window-handle"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ed7e3d950b66e19e0c372f3fa3fbbcf85b1746b571f74e0c2af6042a5c93420a"
 | 
						|
dependencies = [
 | 
						|
 "cty",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "raw-window-handle"
 | 
						|
version = "0.6.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "redox_syscall"
 | 
						|
version = "0.2.16"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "redox_syscall"
 | 
						|
version = "0.3.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "redox_syscall"
 | 
						|
version = "0.4.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "redox_users"
 | 
						|
version = "0.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
 | 
						|
dependencies = [
 | 
						|
 "getrandom 0.2.14",
 | 
						|
 "redox_syscall 0.2.16",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex"
 | 
						|
version = "1.9.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
 | 
						|
dependencies = [
 | 
						|
 "aho-corasick",
 | 
						|
 "memchr",
 | 
						|
 "regex-automata 0.3.8",
 | 
						|
 "regex-syntax 0.7.5",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex-automata"
 | 
						|
version = "0.1.10"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 | 
						|
dependencies = [
 | 
						|
 "regex-syntax 0.6.29",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex-automata"
 | 
						|
version = "0.3.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
 | 
						|
dependencies = [
 | 
						|
 "aho-corasick",
 | 
						|
 "memchr",
 | 
						|
 "regex-syntax 0.7.5",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex-cache"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2f7b62d69743b8b94f353b6b7c3deb4c5582828328bcb8d5fedf214373808793"
 | 
						|
dependencies = [
 | 
						|
 "lru-cache",
 | 
						|
 "oncemutex",
 | 
						|
 "regex",
 | 
						|
 "regex-syntax 0.6.29",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex-syntax"
 | 
						|
version = "0.6.29"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regex-syntax"
 | 
						|
version = "0.7.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "reqwest"
 | 
						|
version = "0.11.22"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.21.2",
 | 
						|
 "bytes",
 | 
						|
 "encoding_rs",
 | 
						|
 "futures-core",
 | 
						|
 "futures-util",
 | 
						|
 "h2",
 | 
						|
 "http 0.2.9",
 | 
						|
 "http-body 0.4.5",
 | 
						|
 "hyper 0.14.27",
 | 
						|
 "hyper-rustls 0.24.1",
 | 
						|
 "ipnet",
 | 
						|
 "js-sys",
 | 
						|
 "log",
 | 
						|
 "mime",
 | 
						|
 "mime_guess",
 | 
						|
 "once_cell",
 | 
						|
 "percent-encoding",
 | 
						|
 "pin-project-lite",
 | 
						|
 "rustls 0.21.7",
 | 
						|
 "rustls-pemfile",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serde_urlencoded",
 | 
						|
 "system-configuration",
 | 
						|
 "tokio",
 | 
						|
 "tokio-rustls 0.24.1",
 | 
						|
 "tower-service",
 | 
						|
 "url",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "wasm-bindgen-futures",
 | 
						|
 "web-sys",
 | 
						|
 "webpki-roots 0.25.2",
 | 
						|
 "winreg 0.50.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "reqwest"
 | 
						|
version = "0.12.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2d66674f2b6fb864665eea7a3c1ac4e3dfacd2fda83cf6f935a612e01b0e3338"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.21.2",
 | 
						|
 "bytes",
 | 
						|
 "futures-core",
 | 
						|
 "futures-util",
 | 
						|
 "http 1.1.0",
 | 
						|
 "http-body 1.0.0",
 | 
						|
 "http-body-util",
 | 
						|
 "hyper 1.2.0",
 | 
						|
 "hyper-rustls 0.26.0",
 | 
						|
 "hyper-util",
 | 
						|
 "ipnet",
 | 
						|
 "js-sys",
 | 
						|
 "log",
 | 
						|
 "mime",
 | 
						|
 "once_cell",
 | 
						|
 "percent-encoding",
 | 
						|
 "pin-project-lite",
 | 
						|
 "rustls 0.22.3",
 | 
						|
 "rustls-pemfile",
 | 
						|
 "rustls-pki-types",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serde_urlencoded",
 | 
						|
 "sync_wrapper",
 | 
						|
 "tokio",
 | 
						|
 "tokio-rustls 0.25.0",
 | 
						|
 "tokio-util",
 | 
						|
 "tower-service",
 | 
						|
 "url",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "wasm-bindgen-futures",
 | 
						|
 "wasm-streams",
 | 
						|
 "web-sys",
 | 
						|
 "webpki-roots 0.26.1",
 | 
						|
 "winreg 0.50.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "reqwest-conditional-middleware"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "59e50a2e70970896c99d1b8f20ddc30a70b30d3ac6e619a03a8353b64a49b277"
 | 
						|
dependencies = [
 | 
						|
 "async-trait",
 | 
						|
 "reqwest 0.11.22",
 | 
						|
 "reqwest-middleware",
 | 
						|
 "task-local-extensions",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "reqwest-middleware"
 | 
						|
version = "0.2.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ff44108c7925d082f2861e683a88618b68235ad9cdc60d64d9d1188efc951cdb"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "async-trait",
 | 
						|
 "http 0.2.9",
 | 
						|
 "reqwest 0.11.22",
 | 
						|
 "serde",
 | 
						|
 "task-local-extensions",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "reqwest-retry"
 | 
						|
version = "0.2.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5c6a11c05102e5bec712c0619b8c7b7eda8b21a558a0bd981ceee15c38df8be4"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "async-trait",
 | 
						|
 "chrono",
 | 
						|
 "futures",
 | 
						|
 "getrandom 0.2.14",
 | 
						|
 "http 0.2.9",
 | 
						|
 "hyper 0.14.27",
 | 
						|
 "parking_lot 0.11.2",
 | 
						|
 "reqwest 0.11.22",
 | 
						|
 "reqwest-middleware",
 | 
						|
 "retry-policies",
 | 
						|
 "task-local-extensions",
 | 
						|
 "tokio",
 | 
						|
 "tracing",
 | 
						|
 "wasm-timer",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "reqwest-tracing"
 | 
						|
version = "0.4.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "14b1e66540e0cac90acadaf7109bf99c90d95abcc94b4c096bfa16a2d7aa7a71"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "async-trait",
 | 
						|
 "getrandom 0.2.14",
 | 
						|
 "matchit",
 | 
						|
 "opentelemetry",
 | 
						|
 "reqwest 0.11.22",
 | 
						|
 "reqwest-middleware",
 | 
						|
 "task-local-extensions",
 | 
						|
 "tracing",
 | 
						|
 "tracing-opentelemetry",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "retry-policies"
 | 
						|
version = "0.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e09bbcb5003282bcb688f0bae741b278e9c7e8f378f561522c9806c58e075d9b"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "chrono",
 | 
						|
 "rand 0.8.5",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rfd"
 | 
						|
version = "0.14.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "25a73a7337fc24366edfca76ec521f51877b114e42dab584008209cca6719251"
 | 
						|
dependencies = [
 | 
						|
 "ashpd",
 | 
						|
 "block",
 | 
						|
 "dispatch",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "gtk-sys",
 | 
						|
 "js-sys",
 | 
						|
 "log",
 | 
						|
 "objc",
 | 
						|
 "objc-foundation",
 | 
						|
 "objc_id",
 | 
						|
 "raw-window-handle 0.6.0",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "wasm-bindgen-futures",
 | 
						|
 "web-sys",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ring"
 | 
						|
version = "0.16.20"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
 "spin 0.5.2",
 | 
						|
 "untrusted 0.7.1",
 | 
						|
 "web-sys",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ring"
 | 
						|
version = "0.17.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
 "cfg-if",
 | 
						|
 "getrandom 0.2.14",
 | 
						|
 "libc",
 | 
						|
 "spin 0.9.8",
 | 
						|
 "untrusted 0.9.0",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustc-demangle"
 | 
						|
version = "0.1.23"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustc_version"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
 | 
						|
dependencies = [
 | 
						|
 "semver",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustix"
 | 
						|
version = "0.37.27"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "errno",
 | 
						|
 "io-lifetimes",
 | 
						|
 "libc",
 | 
						|
 "linux-raw-sys 0.3.8",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustix"
 | 
						|
version = "0.38.21"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 2.4.0",
 | 
						|
 "errno",
 | 
						|
 "libc",
 | 
						|
 "linux-raw-sys 0.4.10",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustls"
 | 
						|
version = "0.21.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cd8d6c9f025a446bc4d18ad9632e69aec8f287aa84499ee335599fabd20c3fd8"
 | 
						|
dependencies = [
 | 
						|
 "log",
 | 
						|
 "ring 0.16.20",
 | 
						|
 "rustls-webpki 0.101.5",
 | 
						|
 "sct",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustls"
 | 
						|
version = "0.22.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "99008d7ad0bbbea527ec27bddbc0e432c5b87d8175178cee68d2eec9c4a1813c"
 | 
						|
dependencies = [
 | 
						|
 "log",
 | 
						|
 "ring 0.17.8",
 | 
						|
 "rustls-pki-types",
 | 
						|
 "rustls-webpki 0.102.2",
 | 
						|
 "subtle",
 | 
						|
 "zeroize",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustls-pemfile"
 | 
						|
version = "1.0.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.21.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustls-pki-types"
 | 
						|
version = "1.4.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ecd36cc4259e3e4514335c4a138c6b43171a8d61d8f5c9348f9fc7529416f247"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustls-webpki"
 | 
						|
version = "0.101.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "45a27e3b59326c16e23d30aeb7a36a24cc0d29e71d68ff611cdfb4a01d013bed"
 | 
						|
dependencies = [
 | 
						|
 "ring 0.16.20",
 | 
						|
 "untrusted 0.7.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustls-webpki"
 | 
						|
version = "0.102.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "faaa0a62740bedb9b2ef5afa303da42764c012f743917351dc9a237ea1663610"
 | 
						|
dependencies = [
 | 
						|
 "ring 0.17.8",
 | 
						|
 "rustls-pki-types",
 | 
						|
 "untrusted 0.9.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustversion"
 | 
						|
version = "1.0.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ryu"
 | 
						|
version = "1.0.13"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "safemem"
 | 
						|
version = "0.3.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
 | 
						|
 | 
						|
[[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 = "schemars"
 | 
						|
version = "0.8.16"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "45a28f4c49489add4ce10783f7911893516f15afe45d015608d41faca6bc4d29"
 | 
						|
dependencies = [
 | 
						|
 "bigdecimal",
 | 
						|
 "bytes",
 | 
						|
 "chrono",
 | 
						|
 "dyn-clone",
 | 
						|
 "indexmap 1.9.3",
 | 
						|
 "schemars_derive",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "url",
 | 
						|
 "uuid",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "schemars_derive"
 | 
						|
version = "0.8.16"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c767fd6fa65d9ccf9cf026122c1b555f2ef9a4f0cea69da4d7dbc3e258d30967"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "serde_derive_internals",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "scoped-tls"
 | 
						|
version = "1.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "scopeguard"
 | 
						|
version = "1.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "sct"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
 | 
						|
dependencies = [
 | 
						|
 "ring 0.16.20",
 | 
						|
 "untrusted 0.7.1",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "selectors"
 | 
						|
version = "0.22.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "cssparser",
 | 
						|
 "derive_more",
 | 
						|
 "fxhash",
 | 
						|
 "log",
 | 
						|
 "matches",
 | 
						|
 "phf 0.8.0",
 | 
						|
 "phf_codegen 0.8.0",
 | 
						|
 "precomputed-hash",
 | 
						|
 "servo_arc",
 | 
						|
 "smallvec",
 | 
						|
 "thin-slice",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "semver"
 | 
						|
version = "1.0.17"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde"
 | 
						|
version = "1.0.198"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9846a40c979031340571da2545a4e5b7c4163bdae79b301d5f86d03979451fcc"
 | 
						|
dependencies = [
 | 
						|
 "serde_derive",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_bytes"
 | 
						|
version = "0.11.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ab33ec92f677585af6d88c65593ae2375adde54efdbf16d597f2cbc7a6d368ff"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_derive"
 | 
						|
version = "1.0.198"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e88edab869b01783ba905e7d0153f9fc1a6505a96e4ad3018011eedb838566d9"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_derive_internals"
 | 
						|
version = "0.26.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_json"
 | 
						|
version = "1.0.116"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
 | 
						|
dependencies = [
 | 
						|
 "itoa 1.0.6",
 | 
						|
 "ryu",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_path_to_error"
 | 
						|
version = "0.1.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0b1b6471d7496b051e03f1958802a73f88b947866f5146f329e47e36554f4e55"
 | 
						|
dependencies = [
 | 
						|
 "itoa 1.0.6",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_repr"
 | 
						|
version = "0.1.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_spanned"
 | 
						|
version = "0.6.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_urlencoded"
 | 
						|
version = "0.7.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 | 
						|
dependencies = [
 | 
						|
 "form_urlencoded",
 | 
						|
 "itoa 1.0.6",
 | 
						|
 "ryu",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_with"
 | 
						|
version = "3.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1402f54f9a3b9e2efe71c1cea24e648acce55887983553eeb858cf3115acfd49"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.21.2",
 | 
						|
 "chrono",
 | 
						|
 "hex",
 | 
						|
 "indexmap 1.9.3",
 | 
						|
 "indexmap 2.2.5",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serde_with_macros",
 | 
						|
 "time",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_with_macros"
 | 
						|
version = "3.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9197f1ad0e3c173a0222d3c4404fb04c3afe87e962bcb327af73e8301fa203c7"
 | 
						|
dependencies = [
 | 
						|
 "darling",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_yaml"
 | 
						|
version = "0.8.26"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
 | 
						|
dependencies = [
 | 
						|
 "indexmap 1.9.3",
 | 
						|
 "ryu",
 | 
						|
 "serde",
 | 
						|
 "yaml-rust",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serialize-to-javascript"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c9823f2d3b6a81d98228151fdeaf848206a7855a7a042bbf9bf870449a66cafb"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serialize-to-javascript-impl",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serialize-to-javascript-impl"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "74064874e9f6a15f04c1f3cb627902d0e6b410abbf36668afa873c61889f1763"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "servo_arc"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
 | 
						|
dependencies = [
 | 
						|
 "nodrop",
 | 
						|
 "stable_deref_trait",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "sha1"
 | 
						|
version = "0.10.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "cpufeatures",
 | 
						|
 "digest",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "sha2"
 | 
						|
version = "0.10.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "cpufeatures",
 | 
						|
 "digest",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "sharded-slab"
 | 
						|
version = "0.1.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
 | 
						|
dependencies = [
 | 
						|
 "lazy_static",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "shared_child"
 | 
						|
version = "1.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "signal-hook-registry"
 | 
						|
version = "1.4.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "simd-adler32"
 | 
						|
version = "0.3.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "238abfbb77c1915110ad968465608b68e869e0772622c9656714e73e5a1a522f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "siphasher"
 | 
						|
version = "0.3.10"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "slab"
 | 
						|
version = "0.4.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "smallvec"
 | 
						|
version = "1.13.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "socket2"
 | 
						|
version = "0.4.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "socket2"
 | 
						|
version = "0.5.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "softbuffer"
 | 
						|
version = "0.4.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "071916a85d1db274b4ed57af3a14afb66bd836ae7f82ebb6f1fd3455107830d9"
 | 
						|
dependencies = [
 | 
						|
 "bytemuck",
 | 
						|
 "cfg_aliases 0.2.0",
 | 
						|
 "cocoa",
 | 
						|
 "core-graphics",
 | 
						|
 "foreign-types 0.5.0",
 | 
						|
 "js-sys",
 | 
						|
 "log",
 | 
						|
 "objc",
 | 
						|
 "raw-window-handle 0.6.0",
 | 
						|
 "redox_syscall 0.4.1",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "wayland-sys",
 | 
						|
 "web-sys",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "soup3"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "471f924a40f31251afc77450e781cb26d55c0b650842efafc9c6cbd2f7cc4f9f"
 | 
						|
dependencies = [
 | 
						|
 "futures-channel",
 | 
						|
 "gio",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "libc",
 | 
						|
 "soup3-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "soup3-sys"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7ebe8950a680a12f24f15ebe1bf70db7af98ad242d9db43596ad3108aab86c27"
 | 
						|
dependencies = [
 | 
						|
 "gio-sys 0.18.1",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "libc",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "spin"
 | 
						|
version = "0.5.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "spin"
 | 
						|
version = "0.9.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "stable_deref_trait"
 | 
						|
version = "1.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "state"
 | 
						|
version = "0.6.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
 | 
						|
dependencies = [
 | 
						|
 "loom",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "static_assertions"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "string_cache"
 | 
						|
version = "0.8.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
 | 
						|
dependencies = [
 | 
						|
 "new_debug_unreachable",
 | 
						|
 "once_cell",
 | 
						|
 "parking_lot 0.12.1",
 | 
						|
 "phf_shared 0.10.0",
 | 
						|
 "precomputed-hash",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "string_cache_codegen"
 | 
						|
version = "0.5.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
 | 
						|
dependencies = [
 | 
						|
 "phf_generator 0.10.0",
 | 
						|
 "phf_shared 0.10.0",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "strsim"
 | 
						|
version = "0.10.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "structmeta"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "78ad9e09554f0456d67a69c1584c9798ba733a5b50349a6c0d0948710523922d"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "structmeta-derive",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "structmeta-derive"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a60bcaff7397072dca0017d1db428e30d5002e00b6847703e2e42005c95fbe00"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "strum"
 | 
						|
version = "0.24.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
 | 
						|
dependencies = [
 | 
						|
 "strum_macros",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "strum_macros"
 | 
						|
version = "0.24.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
 | 
						|
dependencies = [
 | 
						|
 "heck",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "rustversion",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "subtle"
 | 
						|
version = "2.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "swift-rs"
 | 
						|
version = "1.0.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1bbdb58577b6301f8d17ae2561f32002a5bae056d444e0f69e611e504a276204"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.21.2",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
]
 | 
						|
 | 
						|
[[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.48"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "unicode-ident",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "sync_wrapper"
 | 
						|
version = "0.1.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "sys-locale"
 | 
						|
version = "0.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "system-configuration"
 | 
						|
version = "0.5.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "core-foundation",
 | 
						|
 "system-configuration-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "system-configuration-sys"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
 | 
						|
dependencies = [
 | 
						|
 "core-foundation-sys",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "system-deps"
 | 
						|
version = "6.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e5fa6fb9ee296c0dc2df41a656ca7948546d061958115ddb0bcaae43ad0d17d2"
 | 
						|
dependencies = [
 | 
						|
 "cfg-expr",
 | 
						|
 "heck",
 | 
						|
 "pkg-config",
 | 
						|
 "toml 0.7.8",
 | 
						|
 "version-compare",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tao"
 | 
						|
version = "0.27.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bd5b6ec2c43abd15155f040c765001098f50f425414b679225d471a1cd782753"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "cocoa",
 | 
						|
 "core-foundation",
 | 
						|
 "core-graphics",
 | 
						|
 "crossbeam-channel",
 | 
						|
 "dispatch",
 | 
						|
 "dlopen2",
 | 
						|
 "dpi",
 | 
						|
 "gdkwayland-sys",
 | 
						|
 "gdkx11-sys",
 | 
						|
 "gtk",
 | 
						|
 "instant",
 | 
						|
 "jni",
 | 
						|
 "lazy_static",
 | 
						|
 "libc",
 | 
						|
 "log",
 | 
						|
 "ndk",
 | 
						|
 "ndk-context",
 | 
						|
 "ndk-sys",
 | 
						|
 "objc",
 | 
						|
 "once_cell",
 | 
						|
 "parking_lot 0.12.1",
 | 
						|
 "raw-window-handle 0.6.0",
 | 
						|
 "scopeguard",
 | 
						|
 "tao-macros",
 | 
						|
 "unicode-segmentation",
 | 
						|
 "url",
 | 
						|
 "windows 0.54.0",
 | 
						|
 "windows-version",
 | 
						|
 "x11-dl",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tao-macros"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3b27a4bcc5eb524658234589bdffc7e7bfb996dbae6ce9393bfd39cb4159b445"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tar"
 | 
						|
version = "0.4.38"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
 | 
						|
dependencies = [
 | 
						|
 "filetime",
 | 
						|
 "libc",
 | 
						|
 "xattr",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "target-lexicon"
 | 
						|
version = "0.12.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "task-local-extensions"
 | 
						|
version = "0.1.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ba323866e5d033818e3240feeb9f7db2c4296674e4d9e16b97b7bf8f490434e8"
 | 
						|
dependencies = [
 | 
						|
 "pin-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri"
 | 
						|
version = "2.0.0-beta.15"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cd0aba659957a3f1f1666acbf17723e8d41dcc177539bf1adbe55305f5d7118a"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "bytes",
 | 
						|
 "cocoa",
 | 
						|
 "dirs-next",
 | 
						|
 "dunce",
 | 
						|
 "embed_plist",
 | 
						|
 "futures-util",
 | 
						|
 "getrandom 0.2.14",
 | 
						|
 "glob",
 | 
						|
 "gtk",
 | 
						|
 "heck",
 | 
						|
 "http 1.1.0",
 | 
						|
 "jni",
 | 
						|
 "libc",
 | 
						|
 "log",
 | 
						|
 "mime",
 | 
						|
 "muda",
 | 
						|
 "objc",
 | 
						|
 "percent-encoding",
 | 
						|
 "raw-window-handle 0.6.0",
 | 
						|
 "reqwest 0.12.2",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serde_repr",
 | 
						|
 "serialize-to-javascript",
 | 
						|
 "state",
 | 
						|
 "swift-rs",
 | 
						|
 "tauri-build",
 | 
						|
 "tauri-macros",
 | 
						|
 "tauri-runtime",
 | 
						|
 "tauri-runtime-wry",
 | 
						|
 "tauri-utils",
 | 
						|
 "thiserror",
 | 
						|
 "tokio",
 | 
						|
 "tray-icon",
 | 
						|
 "url",
 | 
						|
 "urlpattern",
 | 
						|
 "webkit2gtk",
 | 
						|
 "webview2-com",
 | 
						|
 "window-vibrancy",
 | 
						|
 "windows 0.54.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-build"
 | 
						|
version = "2.0.0-beta.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "33de24aabe2b9c340d67005800cb6dd40aac5283126a42896fc8eec0b87cbe45"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "cargo_toml",
 | 
						|
 "dirs-next",
 | 
						|
 "glob",
 | 
						|
 "heck",
 | 
						|
 "json-patch",
 | 
						|
 "schemars",
 | 
						|
 "semver",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "tauri-utils",
 | 
						|
 "tauri-winres",
 | 
						|
 "toml 0.8.2",
 | 
						|
 "walkdir",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-codegen"
 | 
						|
version = "2.0.0-beta.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9d1d211268a9590bbf75cc85b47208f59b447626c76396256e12479ac7df6c8b"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.22.0",
 | 
						|
 "brotli",
 | 
						|
 "ico",
 | 
						|
 "json-patch",
 | 
						|
 "plist",
 | 
						|
 "png",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "semver",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "sha2",
 | 
						|
 "syn 2.0.48",
 | 
						|
 "tauri-utils",
 | 
						|
 "thiserror",
 | 
						|
 "time",
 | 
						|
 "url",
 | 
						|
 "uuid",
 | 
						|
 "walkdir",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-macros"
 | 
						|
version = "2.0.0-beta.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b096f63f2724a1280ae0f5a34d0731de18ca18305e2ef6e5e9a39bb2710e8a85"
 | 
						|
dependencies = [
 | 
						|
 "heck",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
 "tauri-codegen",
 | 
						|
 "tauri-utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-plugin"
 | 
						|
version = "2.0.0-beta.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "21c6be726c8d57ccf440e6b05a904e6acbbafb9aaf88b8a47cc1923d36ddc512"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "glob",
 | 
						|
 "plist",
 | 
						|
 "schemars",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "tauri-utils",
 | 
						|
 "toml 0.8.2",
 | 
						|
 "walkdir",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-plugin-dialog"
 | 
						|
version = "2.0.0-beta.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e734642af7b5b2d107212a3c087480990d9d995290a67e4fdfd4815abf603969"
 | 
						|
dependencies = [
 | 
						|
 "glib 0.16.9",
 | 
						|
 "log",
 | 
						|
 "raw-window-handle 0.6.0",
 | 
						|
 "rfd",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "tauri",
 | 
						|
 "tauri-plugin",
 | 
						|
 "tauri-plugin-fs",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-plugin-fs"
 | 
						|
version = "2.0.0-beta.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c138126392c350aa68554e3461529b02680062c9146ab7b41d3ef97a2deaf93b"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "glob",
 | 
						|
 "schemars",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serde_repr",
 | 
						|
 "tauri",
 | 
						|
 "tauri-plugin",
 | 
						|
 "thiserror",
 | 
						|
 "url",
 | 
						|
 "uuid",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-plugin-http"
 | 
						|
version = "2.0.0-beta.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0f7f516a45d008e21ead191fa24f50ec38e9719caa7ab7758dcada1ad08aa887"
 | 
						|
dependencies = [
 | 
						|
 "data-url",
 | 
						|
 "http 0.2.9",
 | 
						|
 "regex",
 | 
						|
 "reqwest 0.11.22",
 | 
						|
 "schemars",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "tauri",
 | 
						|
 "tauri-plugin",
 | 
						|
 "tauri-plugin-fs",
 | 
						|
 "thiserror",
 | 
						|
 "url",
 | 
						|
 "urlpattern",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-plugin-os"
 | 
						|
version = "2.0.0-beta.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c02dc0a2037ef113d9d9db85edceab6f95f83ae111e4d989d6bc1df79c8ab4cf"
 | 
						|
dependencies = [
 | 
						|
 "gethostname",
 | 
						|
 "log",
 | 
						|
 "os_info",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serialize-to-javascript",
 | 
						|
 "sys-locale",
 | 
						|
 "tauri",
 | 
						|
 "tauri-plugin",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-plugin-process"
 | 
						|
version = "2.0.0-beta.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "11215c3615299090e97f37341ae4b01f518bc1d43e9c4391144c0e5e3b7d4f01"
 | 
						|
dependencies = [
 | 
						|
 "tauri",
 | 
						|
 "tauri-plugin",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-plugin-shell"
 | 
						|
version = "2.0.0-beta.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5624537650f627707f3bd9c6562efe2116c7fb043fcfc2e3d10f802d7870a1cd"
 | 
						|
dependencies = [
 | 
						|
 "encoding_rs",
 | 
						|
 "log",
 | 
						|
 "open",
 | 
						|
 "os_pipe",
 | 
						|
 "regex",
 | 
						|
 "schemars",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "shared_child",
 | 
						|
 "tauri",
 | 
						|
 "tauri-plugin",
 | 
						|
 "thiserror",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-plugin-updater"
 | 
						|
version = "2.0.0-beta.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3f34be6851c7e84ca99b3bddd57e033d55d8bfca1dd153d6e8d18e9f1fb95469"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.22.0",
 | 
						|
 "dirs-next",
 | 
						|
 "flate2",
 | 
						|
 "futures-util",
 | 
						|
 "http 1.1.0",
 | 
						|
 "minisign-verify",
 | 
						|
 "reqwest 0.12.2",
 | 
						|
 "semver",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "tar",
 | 
						|
 "tauri",
 | 
						|
 "tauri-plugin",
 | 
						|
 "tempfile",
 | 
						|
 "thiserror",
 | 
						|
 "time",
 | 
						|
 "tokio",
 | 
						|
 "url",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
 "zip",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-runtime"
 | 
						|
version = "2.0.0-beta.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "96c957749c40db7999959f379f799db095f2248a80bdbb13d8c078f6c299240e"
 | 
						|
dependencies = [
 | 
						|
 "dpi",
 | 
						|
 "gtk",
 | 
						|
 "http 1.1.0",
 | 
						|
 "jni",
 | 
						|
 "raw-window-handle 0.6.0",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "tauri-utils",
 | 
						|
 "thiserror",
 | 
						|
 "url",
 | 
						|
 "windows 0.54.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-runtime-wry"
 | 
						|
version = "2.0.0-beta.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6b937adb1cf3fa0457928ace959ca3fc1a85ddd69f56b124682d40f3e5683e60"
 | 
						|
dependencies = [
 | 
						|
 "cocoa",
 | 
						|
 "gtk",
 | 
						|
 "http 1.1.0",
 | 
						|
 "jni",
 | 
						|
 "log",
 | 
						|
 "percent-encoding",
 | 
						|
 "raw-window-handle 0.6.0",
 | 
						|
 "softbuffer",
 | 
						|
 "tao",
 | 
						|
 "tauri-runtime",
 | 
						|
 "tauri-utils",
 | 
						|
 "url",
 | 
						|
 "webkit2gtk",
 | 
						|
 "webview2-com",
 | 
						|
 "windows 0.54.0",
 | 
						|
 "wry",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-utils"
 | 
						|
version = "2.0.0-beta.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "760ac613d7f0de95067bcbcbcea175fe1df88fc4ab59c7f0b2cc2d01dc16a199"
 | 
						|
dependencies = [
 | 
						|
 "brotli",
 | 
						|
 "cargo_metadata",
 | 
						|
 "ctor",
 | 
						|
 "dunce",
 | 
						|
 "glob",
 | 
						|
 "heck",
 | 
						|
 "html5ever",
 | 
						|
 "infer",
 | 
						|
 "json-patch",
 | 
						|
 "kuchikiki",
 | 
						|
 "log",
 | 
						|
 "memchr",
 | 
						|
 "phf 0.11.2",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "regex",
 | 
						|
 "schemars",
 | 
						|
 "semver",
 | 
						|
 "serde",
 | 
						|
 "serde_json",
 | 
						|
 "serde_with",
 | 
						|
 "swift-rs",
 | 
						|
 "thiserror",
 | 
						|
 "toml 0.8.2",
 | 
						|
 "url",
 | 
						|
 "urlpattern",
 | 
						|
 "walkdir",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tauri-winres"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5993dc129e544393574288923d1ec447c857f3f644187f4fbf7d9a875fbfc4fb"
 | 
						|
dependencies = [
 | 
						|
 "embed-resource",
 | 
						|
 "toml 0.7.8",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tempfile"
 | 
						|
version = "3.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "fastrand 1.9.0",
 | 
						|
 "redox_syscall 0.3.5",
 | 
						|
 "rustix 0.37.27",
 | 
						|
 "windows-sys 0.45.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tendril"
 | 
						|
version = "0.4.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
 | 
						|
dependencies = [
 | 
						|
 "futf",
 | 
						|
 "mac",
 | 
						|
 "utf-8",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thin-slice"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thiserror"
 | 
						|
version = "1.0.40"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
 | 
						|
dependencies = [
 | 
						|
 "thiserror-impl",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thiserror-impl"
 | 
						|
version = "1.0.40"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "thread_local"
 | 
						|
version = "1.1.7"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "once_cell",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "time"
 | 
						|
version = "0.3.15"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d634a985c4d4238ec39cacaed2e7ae552fbd3c476b552c1deac3021b7d7eaf0c"
 | 
						|
dependencies = [
 | 
						|
 "itoa 1.0.6",
 | 
						|
 "libc",
 | 
						|
 "num_threads",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tinyvec"
 | 
						|
version = "1.6.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
 | 
						|
dependencies = [
 | 
						|
 "tinyvec_macros",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tinyvec_macros"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tokio"
 | 
						|
version = "1.37.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
 | 
						|
dependencies = [
 | 
						|
 "backtrace",
 | 
						|
 "bytes",
 | 
						|
 "libc",
 | 
						|
 "mio",
 | 
						|
 "num_cpus",
 | 
						|
 "pin-project-lite",
 | 
						|
 "signal-hook-registry",
 | 
						|
 "socket2 0.5.5",
 | 
						|
 "tracing",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tokio-rustls"
 | 
						|
version = "0.24.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 | 
						|
dependencies = [
 | 
						|
 "rustls 0.21.7",
 | 
						|
 "tokio",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tokio-rustls"
 | 
						|
version = "0.25.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
 | 
						|
dependencies = [
 | 
						|
 "rustls 0.22.3",
 | 
						|
 "rustls-pki-types",
 | 
						|
 "tokio",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tokio-util"
 | 
						|
version = "0.7.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
 | 
						|
dependencies = [
 | 
						|
 "bytes",
 | 
						|
 "futures-core",
 | 
						|
 "futures-sink",
 | 
						|
 "pin-project-lite",
 | 
						|
 "tokio",
 | 
						|
 "tracing",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "toml"
 | 
						|
version = "0.7.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
 "serde_spanned",
 | 
						|
 "toml_datetime",
 | 
						|
 "toml_edit 0.19.15",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "toml"
 | 
						|
version = "0.8.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
 "serde_spanned",
 | 
						|
 "toml_datetime",
 | 
						|
 "toml_edit 0.20.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "toml_datetime"
 | 
						|
version = "0.6.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "toml_edit"
 | 
						|
version = "0.19.15"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
 | 
						|
dependencies = [
 | 
						|
 "indexmap 2.2.5",
 | 
						|
 "serde",
 | 
						|
 "serde_spanned",
 | 
						|
 "toml_datetime",
 | 
						|
 "winnow",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "toml_edit"
 | 
						|
version = "0.20.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
 | 
						|
dependencies = [
 | 
						|
 "indexmap 2.2.5",
 | 
						|
 "serde",
 | 
						|
 "serde_spanned",
 | 
						|
 "toml_datetime",
 | 
						|
 "winnow",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tower"
 | 
						|
version = "0.4.13"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
 | 
						|
dependencies = [
 | 
						|
 "futures-core",
 | 
						|
 "futures-util",
 | 
						|
 "pin-project",
 | 
						|
 "pin-project-lite",
 | 
						|
 "tokio",
 | 
						|
 "tower-layer",
 | 
						|
 "tower-service",
 | 
						|
 "tracing",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tower-layer"
 | 
						|
version = "0.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tower-service"
 | 
						|
version = "0.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tracing"
 | 
						|
version = "0.1.37"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "log",
 | 
						|
 "pin-project-lite",
 | 
						|
 "tracing-attributes",
 | 
						|
 "tracing-core",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tracing-attributes"
 | 
						|
version = "0.1.24"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tracing-core"
 | 
						|
version = "0.1.31"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
 | 
						|
dependencies = [
 | 
						|
 "once_cell",
 | 
						|
 "valuable",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tracing-log"
 | 
						|
version = "0.1.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
 | 
						|
dependencies = [
 | 
						|
 "lazy_static",
 | 
						|
 "log",
 | 
						|
 "tracing-core",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tracing-opentelemetry"
 | 
						|
version = "0.17.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fbbe89715c1dbbb790059e2565353978564924ee85017b5fff365c872ff6721f"
 | 
						|
dependencies = [
 | 
						|
 "once_cell",
 | 
						|
 "opentelemetry",
 | 
						|
 "tracing",
 | 
						|
 "tracing-core",
 | 
						|
 "tracing-log",
 | 
						|
 "tracing-subscriber",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tracing-subscriber"
 | 
						|
version = "0.3.17"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
 | 
						|
dependencies = [
 | 
						|
 "matchers",
 | 
						|
 "nu-ansi-term",
 | 
						|
 "once_cell",
 | 
						|
 "regex",
 | 
						|
 "sharded-slab",
 | 
						|
 "smallvec",
 | 
						|
 "thread_local",
 | 
						|
 "tracing",
 | 
						|
 "tracing-core",
 | 
						|
 "tracing-log",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "tray-icon"
 | 
						|
version = "0.13.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "da36482ee1dbcedfddb038b3a0f6d27f04d9470dc99dabfa90b8d7cdc8b5f3d6"
 | 
						|
dependencies = [
 | 
						|
 "cocoa",
 | 
						|
 "core-graphics",
 | 
						|
 "crossbeam-channel",
 | 
						|
 "dirs-next",
 | 
						|
 "libappindicator",
 | 
						|
 "muda",
 | 
						|
 "objc",
 | 
						|
 "once_cell",
 | 
						|
 "png",
 | 
						|
 "serde",
 | 
						|
 "thiserror",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "treediff"
 | 
						|
version = "4.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "52984d277bdf2a751072b5df30ec0377febdb02f7696d64c2d7d54630bac4303"
 | 
						|
dependencies = [
 | 
						|
 "serde_json",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "try-lock"
 | 
						|
version = "0.2.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "typenum"
 | 
						|
version = "1.16.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "uds_windows"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
 | 
						|
dependencies = [
 | 
						|
 "memoffset",
 | 
						|
 "tempfile",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unic-char-property"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
 | 
						|
dependencies = [
 | 
						|
 "unic-char-range",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unic-char-range"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unic-common"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unic-ucd-ident"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e230a37c0381caa9219d67cf063aa3a375ffed5bf541a452db16e744bdab6987"
 | 
						|
dependencies = [
 | 
						|
 "unic-char-property",
 | 
						|
 "unic-char-range",
 | 
						|
 "unic-ucd-version",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unic-ucd-version"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
 | 
						|
dependencies = [
 | 
						|
 "unic-common",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicase"
 | 
						|
version = "2.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
 | 
						|
dependencies = [
 | 
						|
 "version_check",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-bidi"
 | 
						|
version = "0.3.13"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-ident"
 | 
						|
version = "1.0.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-normalization"
 | 
						|
version = "0.1.22"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
 | 
						|
dependencies = [
 | 
						|
 "tinyvec",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-segmentation"
 | 
						|
version = "1.10.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "untrusted"
 | 
						|
version = "0.7.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "untrusted"
 | 
						|
version = "0.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "url"
 | 
						|
version = "2.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
 | 
						|
dependencies = [
 | 
						|
 "form_urlencoded",
 | 
						|
 "idna",
 | 
						|
 "percent-encoding",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "urlpattern"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f9bd5ff03aea02fa45b13a7980151fe45009af1980ba69f651ec367121a31609"
 | 
						|
dependencies = [
 | 
						|
 "derive_more",
 | 
						|
 "regex",
 | 
						|
 "serde",
 | 
						|
 "unic-ucd-ident",
 | 
						|
 "url",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "utf-8"
 | 
						|
version = "0.7.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "uuid"
 | 
						|
version = "1.3.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
 | 
						|
dependencies = [
 | 
						|
 "atomic",
 | 
						|
 "getrandom 0.2.14",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "valuable"
 | 
						|
version = "0.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "version-compare"
 | 
						|
version = "0.1.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "version_check"
 | 
						|
version = "0.9.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
 | 
						|
 | 
						|
[[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.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "walkdir"
 | 
						|
version = "2.3.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
 | 
						|
dependencies = [
 | 
						|
 "same-file",
 | 
						|
 "winapi-util",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "want"
 | 
						|
version = "0.3.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
 | 
						|
dependencies = [
 | 
						|
 "try-lock",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasi"
 | 
						|
version = "0.9.0+wasi-snapshot-preview1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasi"
 | 
						|
version = "0.11.0+wasi-snapshot-preview1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasm-bindgen"
 | 
						|
version = "0.2.92"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "wasm-bindgen-macro",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasm-bindgen-backend"
 | 
						|
version = "0.2.92"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
 | 
						|
dependencies = [
 | 
						|
 "bumpalo",
 | 
						|
 "log",
 | 
						|
 "once_cell",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
 "wasm-bindgen-shared",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasm-bindgen-futures"
 | 
						|
version = "0.4.42"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "js-sys",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "web-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasm-bindgen-macro"
 | 
						|
version = "0.2.92"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
 | 
						|
dependencies = [
 | 
						|
 "quote",
 | 
						|
 "wasm-bindgen-macro-support",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasm-bindgen-macro-support"
 | 
						|
version = "0.2.92"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
 "wasm-bindgen-backend",
 | 
						|
 "wasm-bindgen-shared",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasm-bindgen-shared"
 | 
						|
version = "0.2.92"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasm-streams"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
 | 
						|
dependencies = [
 | 
						|
 "futures-util",
 | 
						|
 "js-sys",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "wasm-bindgen-futures",
 | 
						|
 "web-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasm-timer"
 | 
						|
version = "0.2.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
 | 
						|
dependencies = [
 | 
						|
 "futures",
 | 
						|
 "js-sys",
 | 
						|
 "parking_lot 0.11.2",
 | 
						|
 "pin-utils",
 | 
						|
 "wasm-bindgen",
 | 
						|
 "wasm-bindgen-futures",
 | 
						|
 "web-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wayland-sys"
 | 
						|
version = "0.31.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
 | 
						|
dependencies = [
 | 
						|
 "dlib",
 | 
						|
 "log",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "web-sys"
 | 
						|
version = "0.3.69"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
 | 
						|
dependencies = [
 | 
						|
 "js-sys",
 | 
						|
 "wasm-bindgen",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "webkit2gtk"
 | 
						|
version = "2.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "76b1bc1e54c581da1e9f179d0b38512ba358fb1af2d634a1affe42e37172361a"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "cairo-rs",
 | 
						|
 "gdk",
 | 
						|
 "gdk-sys",
 | 
						|
 "gio",
 | 
						|
 "gio-sys 0.18.1",
 | 
						|
 "glib 0.18.5",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "gtk",
 | 
						|
 "gtk-sys",
 | 
						|
 "javascriptcore-rs",
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
 "soup3",
 | 
						|
 "webkit2gtk-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "webkit2gtk-sys"
 | 
						|
version = "2.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "62daa38afc514d1f8f12b8693d30d5993ff77ced33ce30cd04deebc267a6d57c"
 | 
						|
dependencies = [
 | 
						|
 "bitflags 1.3.2",
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "gdk-sys",
 | 
						|
 "gio-sys 0.18.1",
 | 
						|
 "glib-sys 0.18.1",
 | 
						|
 "gobject-sys 0.18.0",
 | 
						|
 "gtk-sys",
 | 
						|
 "javascriptcore-rs-sys",
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
 "soup3-sys",
 | 
						|
 "system-deps",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "webpki-roots"
 | 
						|
version = "0.25.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "webpki-roots"
 | 
						|
version = "0.26.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
 | 
						|
dependencies = [
 | 
						|
 "rustls-pki-types",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "webview2-com"
 | 
						|
version = "0.29.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "38d5949fc3f537e90240c3e4f78dda2fa0431b671d50845a2f582173ef8a1201"
 | 
						|
dependencies = [
 | 
						|
 "webview2-com-macros",
 | 
						|
 "webview2-com-sys",
 | 
						|
 "windows 0.54.0",
 | 
						|
 "windows-core",
 | 
						|
 "windows-implement",
 | 
						|
 "windows-interface",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "webview2-com-macros"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ac1345798ecd8122468840bcdf1b95e5dc6d2206c5e4b0eafa078d061f59c9bc"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "webview2-com-sys"
 | 
						|
version = "0.29.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cd1eaa1be63d6fdcadf893c40d7d53c889a6342b3a94930d34e6964d5bb7e8db"
 | 
						|
dependencies = [
 | 
						|
 "thiserror",
 | 
						|
 "windows 0.54.0",
 | 
						|
 "windows-core",
 | 
						|
]
 | 
						|
 | 
						|
[[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 = "window-vibrancy"
 | 
						|
version = "0.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "33082acd404763b315866e14a0d5193f3422c81086657583937a750cdd3ec340"
 | 
						|
dependencies = [
 | 
						|
 "cocoa",
 | 
						|
 "objc",
 | 
						|
 "raw-window-handle 0.6.0",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
 "windows-version",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
 | 
						|
dependencies = [
 | 
						|
 "windows-targets 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows"
 | 
						|
version = "0.54.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
 | 
						|
dependencies = [
 | 
						|
 "windows-core",
 | 
						|
 "windows-implement",
 | 
						|
 "windows-interface",
 | 
						|
 "windows-targets 0.52.4",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-core"
 | 
						|
version = "0.54.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
 | 
						|
dependencies = [
 | 
						|
 "windows-result",
 | 
						|
 "windows-targets 0.52.4",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-implement"
 | 
						|
version = "0.53.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "942ac266be9249c84ca862f0a164a39533dc2f6f33dc98ec89c8da99b82ea0bd"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-interface"
 | 
						|
version = "0.53.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "da33557140a288fae4e1d5f8873aaf9eb6613a9cf82c3e070223ff177f598b60"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.48",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-result"
 | 
						|
version = "0.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cd19df78e5168dfb0aedc343d1d1b8d422ab2db6756d2dc3fef75035402a3f64"
 | 
						|
dependencies = [
 | 
						|
 "windows-targets 0.52.4",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-sys"
 | 
						|
version = "0.45.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
 | 
						|
dependencies = [
 | 
						|
 "windows-targets 0.42.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-sys"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
 | 
						|
dependencies = [
 | 
						|
 "windows-targets 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-sys"
 | 
						|
version = "0.52.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
 | 
						|
dependencies = [
 | 
						|
 "windows-targets 0.52.4",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-targets"
 | 
						|
version = "0.42.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
 | 
						|
dependencies = [
 | 
						|
 "windows_aarch64_gnullvm 0.42.2",
 | 
						|
 "windows_aarch64_msvc 0.42.2",
 | 
						|
 "windows_i686_gnu 0.42.2",
 | 
						|
 "windows_i686_msvc 0.42.2",
 | 
						|
 "windows_x86_64_gnu 0.42.2",
 | 
						|
 "windows_x86_64_gnullvm 0.42.2",
 | 
						|
 "windows_x86_64_msvc 0.42.2",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-targets"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
 | 
						|
dependencies = [
 | 
						|
 "windows_aarch64_gnullvm 0.48.0",
 | 
						|
 "windows_aarch64_msvc 0.48.0",
 | 
						|
 "windows_i686_gnu 0.48.0",
 | 
						|
 "windows_i686_msvc 0.48.0",
 | 
						|
 "windows_x86_64_gnu 0.48.0",
 | 
						|
 "windows_x86_64_gnullvm 0.48.0",
 | 
						|
 "windows_x86_64_msvc 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-targets"
 | 
						|
version = "0.52.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
 | 
						|
dependencies = [
 | 
						|
 "windows_aarch64_gnullvm 0.52.4",
 | 
						|
 "windows_aarch64_msvc 0.52.4",
 | 
						|
 "windows_i686_gnu 0.52.4",
 | 
						|
 "windows_i686_msvc 0.52.4",
 | 
						|
 "windows_x86_64_gnu 0.52.4",
 | 
						|
 "windows_x86_64_gnullvm 0.52.4",
 | 
						|
 "windows_x86_64_msvc 0.52.4",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows-version"
 | 
						|
version = "0.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "75aa004c988e080ad34aff5739c39d0312f4684699d6d71fc8a198d057b8b9b4"
 | 
						|
dependencies = [
 | 
						|
 "windows-targets 0.52.4",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_aarch64_gnullvm"
 | 
						|
version = "0.42.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_aarch64_gnullvm"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_aarch64_gnullvm"
 | 
						|
version = "0.52.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_aarch64_msvc"
 | 
						|
version = "0.42.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_aarch64_msvc"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_aarch64_msvc"
 | 
						|
version = "0.52.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_i686_gnu"
 | 
						|
version = "0.42.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_i686_gnu"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_i686_gnu"
 | 
						|
version = "0.52.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_i686_msvc"
 | 
						|
version = "0.42.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_i686_msvc"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_i686_msvc"
 | 
						|
version = "0.52.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_gnu"
 | 
						|
version = "0.42.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_gnu"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_gnu"
 | 
						|
version = "0.52.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_gnullvm"
 | 
						|
version = "0.42.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_gnullvm"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_gnullvm"
 | 
						|
version = "0.52.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_msvc"
 | 
						|
version = "0.42.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_msvc"
 | 
						|
version = "0.48.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "windows_x86_64_msvc"
 | 
						|
version = "0.52.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winnow"
 | 
						|
version = "0.5.15"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
 | 
						|
dependencies = [
 | 
						|
 "memchr",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winreg"
 | 
						|
version = "0.11.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "76a1a57ff50e9b408431e8f97d5456f2807f8eb2a2cd79b06068fc87f8ecf189"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winreg"
 | 
						|
version = "0.50.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "windows-sys 0.48.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wry"
 | 
						|
version = "0.39.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4eca9d50437c04fc67e82c196ddd31d8e35794150713ae2d647f3a58c7f45d1a"
 | 
						|
dependencies = [
 | 
						|
 "base64 0.21.2",
 | 
						|
 "block",
 | 
						|
 "cfg_aliases 0.1.1",
 | 
						|
 "cocoa",
 | 
						|
 "core-graphics",
 | 
						|
 "crossbeam-channel",
 | 
						|
 "dpi",
 | 
						|
 "dunce",
 | 
						|
 "gdkx11",
 | 
						|
 "gtk",
 | 
						|
 "html5ever",
 | 
						|
 "http 1.1.0",
 | 
						|
 "javascriptcore-rs",
 | 
						|
 "jni",
 | 
						|
 "kuchikiki",
 | 
						|
 "libc",
 | 
						|
 "ndk",
 | 
						|
 "ndk-context",
 | 
						|
 "ndk-sys",
 | 
						|
 "objc",
 | 
						|
 "objc_id",
 | 
						|
 "once_cell",
 | 
						|
 "percent-encoding",
 | 
						|
 "raw-window-handle 0.6.0",
 | 
						|
 "sha2",
 | 
						|
 "soup3",
 | 
						|
 "tao-macros",
 | 
						|
 "thiserror",
 | 
						|
 "webkit2gtk",
 | 
						|
 "webkit2gtk-sys",
 | 
						|
 "webview2-com",
 | 
						|
 "windows 0.54.0",
 | 
						|
 "windows-version",
 | 
						|
 "x11-dl",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "x11"
 | 
						|
version = "2.21.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "x11-dl"
 | 
						|
version = "2.21.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "once_cell",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "xattr"
 | 
						|
version = "0.2.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "xdg-home"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "yaml-rust"
 | 
						|
version = "0.4.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
 | 
						|
dependencies = [
 | 
						|
 "linked-hash-map",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zbus"
 | 
						|
version = "4.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
 | 
						|
dependencies = [
 | 
						|
 "async-broadcast",
 | 
						|
 "async-process",
 | 
						|
 "async-recursion",
 | 
						|
 "async-trait",
 | 
						|
 "derivative",
 | 
						|
 "enumflags2",
 | 
						|
 "event-listener 5.2.0",
 | 
						|
 "futures-core",
 | 
						|
 "futures-sink",
 | 
						|
 "futures-util",
 | 
						|
 "hex",
 | 
						|
 "nix",
 | 
						|
 "ordered-stream",
 | 
						|
 "rand 0.8.5",
 | 
						|
 "serde",
 | 
						|
 "serde_repr",
 | 
						|
 "sha1",
 | 
						|
 "static_assertions",
 | 
						|
 "tokio",
 | 
						|
 "tracing",
 | 
						|
 "uds_windows",
 | 
						|
 "windows-sys 0.52.0",
 | 
						|
 "xdg-home",
 | 
						|
 "zbus_macros",
 | 
						|
 "zbus_names",
 | 
						|
 "zvariant",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zbus_macros"
 | 
						|
version = "4.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro-crate 1.3.1",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "regex",
 | 
						|
 "syn 1.0.109",
 | 
						|
 "zvariant_utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zbus_names"
 | 
						|
version = "3.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
 "static_assertions",
 | 
						|
 "zvariant",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zeroize"
 | 
						|
version = "1.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zip"
 | 
						|
version = "0.6.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
 | 
						|
dependencies = [
 | 
						|
 "aes",
 | 
						|
 "byteorder",
 | 
						|
 "bzip2",
 | 
						|
 "constant_time_eq",
 | 
						|
 "crc32fast",
 | 
						|
 "crossbeam-utils",
 | 
						|
 "flate2",
 | 
						|
 "hmac",
 | 
						|
 "pbkdf2",
 | 
						|
 "sha1",
 | 
						|
 "time",
 | 
						|
 "zstd",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zstd"
 | 
						|
version = "0.11.2+zstd.1.5.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
 | 
						|
dependencies = [
 | 
						|
 "zstd-safe",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zstd-safe"
 | 
						|
version = "5.0.2+zstd.1.5.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "zstd-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zstd-sys"
 | 
						|
version = "2.0.10+zstd.1.5.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
 | 
						|
dependencies = [
 | 
						|
 "cc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zvariant"
 | 
						|
version = "4.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4e09e8be97d44eeab994d752f341e67b3b0d80512a8b315a0671d47232ef1b65"
 | 
						|
dependencies = [
 | 
						|
 "endi",
 | 
						|
 "enumflags2",
 | 
						|
 "serde",
 | 
						|
 "static_assertions",
 | 
						|
 "url",
 | 
						|
 "zvariant_derive",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zvariant_derive"
 | 
						|
version = "4.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "72a5857e2856435331636a9fbb415b09243df4521a267c5bedcd5289b4d5799e"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro-crate 1.3.1",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
 "zvariant_utils",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zvariant_utils"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 |