bwtui/Cargo.lock

2671 lines
66 KiB
Plaintext
Raw Normal View History

2019-12-21 22:47:46 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2020-11-25 01:01:09 +01:00
[[package]]
name = "addr2line"
version = "0.22.0"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2020-11-25 01:01:09 +01:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-11-25 01:01:09 +01:00
2019-12-21 22:47:46 +01:00
[[package]]
name = "aes"
2020-11-25 01:01:09 +01:00
version = "0.6.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
2019-12-21 22:47:46 +01:00
dependencies = [
"aes-soft",
"aesni",
2020-11-25 01:01:09 +01:00
"cipher",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "aes-soft"
2020-11-25 01:01:09 +01:00
version = "0.6.4"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"cipher",
"opaque-debug",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "aesni"
2020-11-25 01:01:09 +01:00
version = "0.10.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"cipher",
"opaque-debug",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "ahash"
version = "0.8.11"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2020-11-25 01:01:09 +01:00
dependencies = [
"cfg-if 1.0.0",
"getrandom 0.2.15",
"once_cell",
"version_check",
"zerocopy",
2020-11-25 01:01:09 +01:00
]
2019-12-21 22:47:46 +01:00
[[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 = "arboard"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb4009533e8ff8f1450a5bcbc30f4242a1d34442221f72314bea1f5dc9c7f89"
dependencies = [
"clipboard-win",
"log",
"objc2",
"objc2-app-kit",
"objc2-foundation",
"parking_lot",
"wl-clipboard-rs",
"x11rb",
]
[[package]]
name = "autocfg"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2019-12-21 22:47:46 +01:00
[[package]]
name = "backtrace"
version = "0.3.73"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"addr2line",
"cc",
2020-11-25 01:01:09 +01:00
"cfg-if 1.0.0",
"libc",
2020-11-25 01:01:09 +01:00
"miniz_oxide",
"object",
"rustc-demangle",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "base64"
version = "0.13.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2019-12-21 22:47:46 +01:00
[[package]]
name = "bitflags"
version = "1.3.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "bitwarden"
version = "0.2.0"
dependencies = [
"aes",
"base64",
"block-modes",
"chrono",
"failure",
"hkdf",
"hmac",
"pbkdf2",
"reqwest",
"serde",
"sha2",
"uuid",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "block-buffer"
2020-11-25 01:01:09 +01:00
version = "0.9.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2019-12-21 22:47:46 +01:00
dependencies = [
"generic-array",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "block-modes"
2020-11-25 01:01:09 +01:00
version = "0.7.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "57a0e8073e8baa88212fb5823574c02ebccb395136ba9a164ab89379ec6072f0"
2019-12-21 22:47:46 +01:00
dependencies = [
"block-padding",
2020-11-25 01:01:09 +01:00
"cipher",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "block-padding"
2020-11-25 01:01:09 +01:00
version = "0.2.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "8d696c370c750c948ada61c69a0ee2cbbb9c50b1019ddb86d9317157a99c2cae"
2019-12-21 22:47:46 +01:00
[[package]]
name = "block2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
dependencies = [
"objc2",
]
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2019-12-21 22:47:46 +01:00
[[package]]
name = "bwtui"
2019-12-24 15:10:19 +01:00
version = "0.2.0"
2019-12-21 22:47:46 +01:00
dependencies = [
"arboard",
"bitwarden",
"cursive",
"cursive_buffered_backend",
"cursive_table_view",
"directories",
"fuzzy-matcher",
"serde",
"serde_json",
"unicase",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2019-12-21 22:47:46 +01:00
[[package]]
name = "bytes"
2020-11-25 01:01:09 +01:00
version = "0.5.6"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2019-12-21 22:47:46 +01:00
[[package]]
name = "bytes"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8318a53db07bb3f8dca91a600466bdb3f2eaadeedfdbcf02e1accbad9271ba50"
2019-12-21 22:47:46 +01:00
[[package]]
name = "cc"
version = "1.1.13"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
dependencies = [
"shlex",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-12-21 22:47:46 +01:00
2020-11-25 01:01:09 +01:00
[[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"
2019-12-21 22:47:46 +01:00
[[package]]
name = "chrono"
version = "0.4.38"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2019-12-21 22:47:46 +01:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.6",
2020-11-25 01:01:09 +01:00
]
[[package]]
name = "cipher"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
dependencies = [
"generic-array",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "clipboard-win"
version = "5.4.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892"
2019-12-21 22:47:46 +01:00
dependencies = [
"error-code",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "core-foundation"
version = "0.9.4"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2019-12-21 22:47:46 +01:00
dependencies = [
"core-foundation-sys",
"libc",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2020-11-25 01:01:09 +01:00
[[package]]
name = "cpufeatures"
version = "0.2.13"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
dependencies = [
"libc",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "crossbeam-channel"
version = "0.5.13"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
2019-12-21 22:47:46 +01:00
dependencies = [
"crossbeam-utils",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "crossbeam-utils"
version = "0.8.20"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2019-12-21 22:47:46 +01:00
2020-11-25 01:01:09 +01:00
[[package]]
name = "crossterm"
version = "0.25.0"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
dependencies = [
"bitflags 1.3.2",
"crossterm_winapi",
"libc",
"mio 0.8.11",
"parking_lot",
"signal-hook",
"signal-hook-mio",
"winapi 0.3.9",
]
[[package]]
name = "crossterm_winapi"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
dependencies = [
"winapi 0.3.9",
]
2020-11-25 01:01:09 +01:00
2019-12-21 22:47:46 +01:00
[[package]]
name = "crypto-mac"
version = "0.10.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
2019-12-21 22:47:46 +01:00
dependencies = [
"generic-array",
"subtle",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "cursive"
version = "0.20.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5438eb16bdd8af51b31e74764fef5d0a9260227a5ec82ba75c9d11ce46595839"
2019-12-21 22:47:46 +01:00
dependencies = [
"ahash",
"cfg-if 1.0.0",
"crossbeam-channel",
"crossterm",
"cursive_core",
"lazy_static",
"libc",
"log",
"signal-hook",
"unicode-segmentation",
"unicode-width",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "cursive_buffered_backend"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf6287f9e06f44558a3264976e70c51187482a0271d48abfd88f0d3af18d3ee6"
dependencies = [
2020-11-25 01:01:09 +01:00
"cursive_core",
"enumset",
"log",
"smallvec",
"unicode-segmentation",
"unicode-width",
]
[[package]]
name = "cursive_core"
version = "0.3.7"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4db3b58161228d0dcb45c7968c5e74c3f03ad39e8983e58ad7d57061aa2cd94d"
2019-12-21 22:47:46 +01:00
dependencies = [
"ahash",
"crossbeam-channel",
"enum-map",
"enumset",
"lazy_static",
"log",
"num",
"owning_ref",
"time",
"unicode-segmentation",
"unicode-width",
"xi-unicode",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "cursive_table_view"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8935dd87d19c54b7506b245bc988a7b4e65b1058e1d0d64c0ad9b3188e48060"
2019-12-21 22:47:46 +01:00
dependencies = [
"cursive_core",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "darling"
version = "0.20.10"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2019-12-21 22:47:46 +01:00
dependencies = [
"darling_core",
"darling_macro",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "darling_core"
version = "0.20.10"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2019-12-21 22:47:46 +01:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"syn 2.0.74",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "darling_macro"
version = "0.20.10"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2019-12-21 22:47:46 +01:00
dependencies = [
"darling_core",
"quote",
"syn 2.0.74",
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
[[package]]
name = "derive-new"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d150dea618e920167e5973d70ae6ece4385b7164e0d799fe7c122dd0a5d912ad"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.74",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "digest"
2020-11-25 01:01:09 +01:00
version = "0.9.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2019-12-21 22:47:46 +01:00
dependencies = [
"generic-array",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "directories"
version = "5.0.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
2019-12-21 22:47:46 +01:00
dependencies = [
"dirs-sys",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2019-12-21 22:47:46 +01:00
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "dlib"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
dependencies = [
"libloading",
]
[[package]]
name = "downcast-rs"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
2019-12-21 22:47:46 +01:00
[[package]]
name = "encoding_rs"
version = "0.8.34"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"cfg-if 1.0.0",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "enum-map"
version = "2.7.3"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
2019-12-21 22:47:46 +01:00
dependencies = [
"enum-map-derive",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "enum-map-derive"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.74",
]
[[package]]
name = "enumset"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d07a4b049558765cef5f0c1a273c3fc57084d768b44d2f98127aef4cceb17293"
dependencies = [
"enumset_derive",
]
[[package]]
name = "enumset_derive"
version = "0.10.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59c3b24c345d8c314966bdc1832f6c2635bfcce8e7cf363bd115987bba2ee242"
2019-12-21 22:47:46 +01:00
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.74",
2019-12-21 22:47:46 +01:00
]
[[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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "error-code"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
2019-12-21 22:47:46 +01:00
[[package]]
name = "failure"
version = "0.1.8"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
2019-12-21 22:47:46 +01:00
dependencies = [
"backtrace",
"failure_derive",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "failure_derive"
2020-11-25 01:01:09 +01:00
version = "0.1.8"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
2019-12-21 22:47:46 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"synstructure",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "fastrand"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
[[package]]
name = "fixedbitset"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2019-12-21 22:47:46 +01:00
[[package]]
name = "fnv"
2020-11-25 01:01:09 +01:00
version = "1.0.7"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2019-12-21 22:47:46 +01:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2019-12-21 22:47:46 +01:00
dependencies = [
"foreign-types-shared",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2019-12-21 22:47:46 +01:00
[[package]]
2020-11-25 01:01:09 +01:00
name = "form_urlencoded"
version = "1.2.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2020-11-25 01:01:09 +01:00
dependencies = [
"percent-encoding",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2019-12-21 22:47:46 +01:00
dependencies = [
"bitflags 1.3.2",
"fuchsia-zircon-sys",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-12-21 22:47:46 +01:00
[[package]]
name = "futures-channel"
version = "0.3.30"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-sink"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
version = "0.3.30"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2019-12-21 22:47:46 +01:00
dependencies = [
"futures-core",
"futures-io",
"futures-task",
"memchr",
"pin-project-lite 0.2.14",
"pin-utils",
"slab",
2019-12-21 22:47:46 +01:00
]
2019-12-24 15:07:33 +01:00
[[package]]
name = "fuzzy-matcher"
2020-11-25 01:01:09 +01:00
version = "0.3.7"
2019-12-24 15:07:33 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
2019-12-24 15:07:33 +01:00
dependencies = [
"thread_local",
2019-12-24 15:07:33 +01:00
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "generic-array"
version = "0.14.7"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2019-12-21 22:47:46 +01:00
dependencies = [
"typenum",
2020-11-25 01:01:09 +01:00
"version_check",
2019-12-21 22:47:46 +01:00
]
[[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.5",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "getrandom"
version = "0.1.16"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2020-11-25 01:01:09 +01:00
dependencies = [
"cfg-if 1.0.0",
2020-11-25 01:01:09 +01:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.2.15"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2019-12-21 22:47:46 +01:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2019-12-21 22:47:46 +01:00
]
2020-11-25 01:01:09 +01:00
[[package]]
name = "gimli"
version = "0.29.0"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2020-11-25 01:01:09 +01:00
2019-12-21 22:47:46 +01:00
[[package]]
name = "h2"
2020-11-25 01:01:09 +01:00
version = "0.2.7"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
2019-12-21 22:47:46 +01:00
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap 1.9.3",
"slab",
"tokio",
"tokio-util",
2020-11-25 01:01:09 +01:00
"tracing",
"tracing-futures",
2019-12-21 22:47:46 +01:00
]
[[package]]
2020-11-25 01:01:09 +01:00
name = "hashbrown"
version = "0.12.3"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2019-12-21 22:47:46 +01:00
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2019-12-21 22:47:46 +01:00
[[package]]
name = "hermit-abi"
version = "0.3.9"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2019-12-21 22:47:46 +01:00
[[package]]
name = "hkdf"
2020-11-25 01:01:09 +01:00
version = "0.10.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
2019-12-21 22:47:46 +01:00
dependencies = [
"digest",
"hmac",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "hmac"
2020-11-25 01:01:09 +01:00
version = "0.10.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
2019-12-21 22:47:46 +01:00
dependencies = [
"crypto-mac",
"digest",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.52.0",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "http"
version = "0.2.12"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2019-12-21 22:47:46 +01:00
dependencies = [
"bytes 1.7.1",
"fnv",
"itoa 1.0.11",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "http-body"
version = "0.3.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
2019-12-21 22:47:46 +01:00
dependencies = [
"bytes 0.5.6",
"http",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "httparse"
version = "1.9.4"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2019-12-21 22:47:46 +01:00
2020-11-25 01:01:09 +01:00
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2019-12-21 22:47:46 +01:00
[[package]]
name = "hyper"
version = "0.13.10"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
2019-12-21 22:47:46 +01:00
dependencies = [
"bytes 0.5.6",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
2020-11-25 01:01:09 +01:00
"httpdate",
"itoa 0.4.8",
"pin-project",
2020-11-25 01:01:09 +01:00
"socket2",
"tokio",
"tower-service",
2020-11-25 01:01:09 +01:00
"tracing",
"want",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "hyper-tls"
2020-11-25 01:01:09 +01:00
version = "0.4.3"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
2019-12-21 22:47:46 +01:00
dependencies = [
"bytes 0.5.6",
"hyper",
"native-tls",
"tokio",
"tokio-tls",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2019-12-21 22:47:46 +01:00
[[package]]
name = "idna"
version = "0.5.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2019-12-21 22:47:46 +01:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "indexmap"
version = "1.9.3"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"autocfg",
"hashbrown 0.12.3",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "indexmap"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
dependencies = [
"equivalent",
"hashbrown 0.14.5",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-12-21 22:47:46 +01:00
dependencies = [
"libc",
2019-12-21 22:47:46 +01:00
]
2020-11-25 01:01:09 +01:00
[[package]]
name = "ipnet"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "itoa"
version = "0.4.8"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-11-25 01:01:09 +01:00
2019-12-21 22:47:46 +01:00
[[package]]
name = "itoa"
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "js-sys"
version = "0.3.70"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
dependencies = [
"wasm-bindgen",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-12-21 22:47:46 +01:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "lazy_static"
version = "1.5.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2019-12-21 22:47:46 +01:00
[[package]]
name = "libc"
version = "0.2.156"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5f43f184355eefb8d17fc948dbecf6c13be3c141f20d834ae842193a448c72a"
[[package]]
name = "libloading"
version = "0.8.5"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if 1.0.0",
"windows-targets 0.52.6",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "libredox"
version = "0.1.3"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2019-12-21 22:47:46 +01:00
dependencies = [
"bitflags 2.6.0",
"libc",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2019-12-21 22:47:46 +01:00
dependencies = [
"autocfg",
"scopeguard",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "log"
version = "0.4.22"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
2019-12-21 22:47:46 +01:00
[[package]]
name = "memchr"
version = "2.7.4"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2019-12-21 22:47:46 +01:00
[[package]]
name = "mime"
version = "0.3.17"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2019-12-21 22:47:46 +01:00
[[package]]
name = "mime_guess"
version = "2.0.5"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2019-12-21 22:47:46 +01:00
dependencies = [
"mime",
"unicase",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2020-11-25 01:01:09 +01:00
[[package]]
name = "miniz_oxide"
version = "0.7.4"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
2020-11-25 01:01:09 +01:00
dependencies = [
"adler",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "mio"
version = "0.6.23"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "mio"
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.48.0",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "miow"
version = "0.2.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2019-12-21 22:47:46 +01:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "native-tls"
version = "0.2.12"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2019-12-21 22:47:46 +01:00
dependencies = [
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "net2"
version = "0.2.39"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"cfg-if 0.1.10",
"libc",
2020-11-25 01:01:09 +01:00
"winapi 0.3.9",
]
[[package]]
name = "nix"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
dependencies = [
"bitflags 2.6.0",
"cfg-if 1.0.0",
"cfg_aliases",
"libc",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "num"
version = "0.4.3"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2019-12-21 22:47:46 +01:00
dependencies = [
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "num-complex"
version = "0.4.6"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2019-12-21 22:47:46 +01:00
dependencies = [
"num-traits",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2019-12-21 22:47:46 +01:00
[[package]]
name = "num-integer"
version = "0.1.46"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2019-12-21 22:47:46 +01:00
dependencies = [
"num-traits",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "num-iter"
version = "0.1.45"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"autocfg",
"num-integer",
"num-traits",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "num-rational"
version = "0.4.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2019-12-21 22:47:46 +01:00
dependencies = [
"num-integer",
"num-traits",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "num-traits"
version = "0.2.19"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"autocfg",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "num_cpus"
version = "1.16.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2019-12-21 22:47:46 +01:00
dependencies = [
"hermit-abi",
"libc",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "num_threads"
version = "0.1.7"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "objc-sys"
version = "0.3.5"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
[[package]]
name = "objc2"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2019-12-21 22:47:46 +01:00
dependencies = [
"objc-sys",
"objc2-encode",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "objc2-app-kit"
version = "0.2.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
2019-12-21 22:47:46 +01:00
dependencies = [
"bitflags 2.6.0",
"block2",
"libc",
"objc2",
"objc2-core-data",
"objc2-core-image",
"objc2-foundation",
"objc2-quartz-core",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "objc2-core-data"
version = "0.2.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
2019-12-21 22:47:46 +01:00
dependencies = [
"bitflags 2.6.0",
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-core-image"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
dependencies = [
"block2",
"objc2",
"objc2-foundation",
"objc2-metal",
]
[[package]]
name = "objc2-encode"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
[[package]]
name = "objc2-foundation"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
dependencies = [
"bitflags 2.6.0",
"block2",
"libc",
"objc2",
]
[[package]]
name = "objc2-metal"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
dependencies = [
"bitflags 2.6.0",
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-quartz-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
dependencies = [
"bitflags 2.6.0",
"block2",
"objc2",
"objc2-foundation",
"objc2-metal",
2019-12-21 22:47:46 +01:00
]
2020-11-25 01:01:09 +01:00
[[package]]
name = "object"
version = "0.36.3"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
dependencies = [
"memchr",
]
2020-11-25 01:01:09 +01:00
[[package]]
name = "once_cell"
version = "1.19.0"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2020-11-25 01:01:09 +01:00
2019-12-21 22:47:46 +01:00
[[package]]
name = "opaque-debug"
version = "0.3.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2019-12-21 22:47:46 +01:00
[[package]]
name = "openssl"
version = "0.10.66"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9529f4786b70a3e8c61e11179af17ab6188ad8d0ded78c5529441ed39d4bd9c1"
2019-12-21 22:47:46 +01:00
dependencies = [
"bitflags 2.6.0",
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "openssl-macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.74",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2019-12-21 22:47:46 +01:00
[[package]]
name = "openssl-sys"
version = "0.9.103"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f9e8deee91df40a943c71b917e5874b951d32a802526c85721ce3b776c929d6"
2019-12-21 22:47:46 +01:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
[[package]]
name = "os_pipe"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ffd2b0a5634335b135d5728d84c5e0fd726954b87111f7506a61c502280d982"
dependencies = [
"libc",
"windows-sys 0.59.0",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "owning_ref"
2020-11-25 01:01:09 +01:00
version = "0.4.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
2019-12-21 22:47:46 +01:00
dependencies = [
"stable_deref_trait",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "parking_lot"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
"smallvec",
"windows-targets 0.52.6",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "pbkdf2"
2020-11-25 01:01:09 +01:00
version = "0.6.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "b3b8c0d71734018084da0c0354193a5edfb81b20d2d57a92c5b154aefc554a4a"
2019-12-21 22:47:46 +01:00
dependencies = [
"base64",
"crypto-mac",
"hmac",
2020-11-25 01:01:09 +01:00
"rand",
"rand_core",
"sha2",
"subtle",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "petgraph"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
dependencies = [
"fixedbitset",
"indexmap 2.4.0",
]
[[package]]
name = "pin-project"
version = "1.1.5"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
2020-11-25 01:01:09 +01:00
dependencies = [
"pin-project-internal",
2020-11-25 01:01:09 +01:00
]
[[package]]
name = "pin-project-internal"
version = "1.1.5"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
2019-12-21 22:47:46 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.74",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "pin-project-lite"
version = "0.1.12"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
2020-11-25 01:01:09 +01:00
[[package]]
name = "pin-project-lite"
version = "0.2.14"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2019-12-21 22:47:46 +01:00
[[package]]
name = "pin-utils"
2020-11-25 01:01:09 +01:00
version = "0.1.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2019-12-21 22:47:46 +01:00
[[package]]
name = "pkg-config"
version = "0.3.30"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2019-12-21 22:47:46 +01:00
[[package]]
name = "ppv-lite86"
version = "0.2.20"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "proc-macro2"
version = "1.0.86"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2019-12-21 22:47:46 +01:00
dependencies = [
"unicode-ident",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "quick-xml"
version = "0.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f24d770aeca0eacb81ac29dfbc55ebcc09312fdd1f8bbecdc7e4a84e000e3b4"
dependencies = [
"memchr",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "quote"
version = "1.0.36"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2019-12-21 22:47:46 +01:00
dependencies = [
"proc-macro2",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "rand"
version = "0.7.3"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-12-21 22:47:46 +01:00
dependencies = [
"rand_chacha",
2020-11-25 01:01:09 +01:00
"rand_core",
"rand_hc",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "rand_chacha"
2020-11-25 01:01:09 +01:00
version = "0.2.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"ppv-lite86",
"rand_core",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-12-21 22:47:46 +01:00
dependencies = [
"getrandom 0.1.16",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"rand_core",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "redox_syscall"
version = "0.5.3"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a908a6e00f1fdd0dfd9c0eb08ce85126f6d8bbda50017e74bc4a4b7d4a926a4"
2019-12-21 22:47:46 +01:00
dependencies = [
"bitflags 2.6.0",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "redox_users"
version = "0.4.5"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
2019-12-21 22:47:46 +01:00
dependencies = [
"getrandom 0.2.15",
"libredox",
"thiserror",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "reqwest"
version = "0.10.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
dependencies = [
"base64",
"bytes 0.5.6",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-tls",
2020-11-25 01:01:09 +01:00
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"native-tls",
"percent-encoding",
"pin-project-lite 0.2.14",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "rustc-demangle"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[package]]
name = "rustix"
version = "0.38.34"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "ryu"
version = "1.0.18"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2019-12-21 22:47:46 +01:00
[[package]]
name = "schannel"
version = "0.1.23"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2019-12-21 22:47:46 +01:00
dependencies = [
"windows-sys 0.52.0",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2020-11-25 01:01:09 +01:00
[[package]]
name = "scopeguard"
version = "1.2.0"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2020-11-25 01:01:09 +01:00
2019-12-21 22:47:46 +01:00
[[package]]
name = "security-framework"
version = "2.11.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2019-12-21 22:47:46 +01:00
dependencies = [
"bitflags 2.6.0",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "security-framework-sys"
version = "2.11.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75da29fe9b9b08fe9d6b22b5b4bcbc75d8db3aa31e639aa56bb62e9d46bfceaf"
2019-12-21 22:47:46 +01:00
dependencies = [
"core-foundation-sys",
2020-11-25 01:01:09 +01:00
"libc",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "serde"
version = "1.0.208"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
2019-12-21 22:47:46 +01:00
dependencies = [
"serde_derive",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "serde_derive"
version = "1.0.208"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
2019-12-21 22:47:46 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.74",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "serde_json"
version = "1.0.125"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
2019-12-21 22:47:46 +01:00
dependencies = [
"itoa 1.0.11",
"memchr",
"ryu",
"serde",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"form_urlencoded",
"itoa 1.0.11",
2020-11-25 01:01:09 +01:00
"ryu",
"serde",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "sha2"
version = "0.9.9"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
2019-12-21 22:47:46 +01:00
dependencies = [
"block-buffer",
2020-11-25 01:01:09 +01:00
"cfg-if 1.0.0",
"cpufeatures",
"digest",
"opaque-debug",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2019-12-21 22:47:46 +01:00
[[package]]
name = "signal-hook"
version = "0.3.17"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
2019-12-21 22:47:46 +01:00
dependencies = [
"libc",
"signal-hook-registry",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "signal-hook-mio"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
dependencies = [
"libc",
"mio 0.8.11",
"signal-hook",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "signal-hook-registry"
version = "1.4.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2019-12-21 22:47:46 +01:00
dependencies = [
"libc",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "slab"
version = "0.4.9"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "smallvec"
version = "1.13.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2019-12-21 22:47:46 +01:00
[[package]]
2020-11-25 01:01:09 +01:00
name = "socket2"
version = "0.3.19"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
2020-11-25 01:01:09 +01:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "stable_deref_trait"
2020-11-25 01:01:09 +01:00
version = "1.2.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2019-12-21 22:47:46 +01:00
[[package]]
name = "subtle"
version = "2.4.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2019-12-21 22:47:46 +01:00
[[package]]
name = "syn"
version = "1.0.109"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2019-12-21 22:47:46 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "syn"
version = "2.0.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fceb41e3d546d0bd83421d3409b1460cc7444cd389341a4c880fe7a042cb3d7"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "synstructure"
version = "0.12.6"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2019-12-21 22:47:46 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
"unicode-xid",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "tempfile"
version = "3.12.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
2019-12-21 22:47:46 +01:00
dependencies = [
"cfg-if 1.0.0",
"fastrand",
"once_cell",
"rustix",
"windows-sys 0.59.0",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "thiserror"
version = "1.0.63"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
2019-12-21 22:47:46 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.74",
2019-12-21 22:47:46 +01:00
]
2019-12-24 15:07:33 +01:00
[[package]]
name = "thread_local"
version = "1.1.8"
2019-12-24 15:07:33 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2019-12-24 15:07:33 +01:00
dependencies = [
"cfg-if 1.0.0",
"once_cell",
2019-12-24 15:07:33 +01:00
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "time"
version = "0.3.36"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2019-12-21 22:47:46 +01:00
dependencies = [
"deranged",
"itoa 1.0.11",
"libc",
"num-conv",
"num_threads",
"powerfmt",
"serde",
"time-core",
"time-macros",
2020-11-25 01:01:09 +01:00
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
"num-conv",
"time-core",
]
2020-11-25 01:01:09 +01:00
[[package]]
name = "tinyvec"
version = "1.8.0"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
2020-11-25 01:01:09 +01:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2020-11-25 01:01:09 +01:00
2019-12-21 22:47:46 +01:00
[[package]]
name = "tokio"
version = "0.2.25"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
2019-12-21 22:47:46 +01:00
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"iovec",
"lazy_static",
"memchr",
"mio 0.6.23",
"num_cpus",
"pin-project-lite 0.1.12",
"slab",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "tokio-tls"
2020-11-25 01:01:09 +01:00
version = "0.3.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
2019-12-21 22:47:46 +01:00
dependencies = [
"native-tls",
"tokio",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "tokio-util"
version = "0.3.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2019-12-21 22:47:46 +01:00
dependencies = [
"bytes 0.5.6",
"futures-core",
"futures-sink",
"log",
"pin-project-lite 0.1.12",
"tokio",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "tower-service"
version = "0.3.3"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2019-12-21 22:47:46 +01:00
2020-11-25 01:01:09 +01:00
[[package]]
name = "tracing"
version = "0.1.40"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2020-11-25 01:01:09 +01:00
dependencies = [
"log",
"pin-project-lite 0.2.14",
2020-11-25 01:01:09 +01:00
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.32"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2020-11-25 01:01:09 +01:00
dependencies = [
"once_cell",
2020-11-25 01:01:09 +01:00
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
2020-11-25 01:01:09 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2020-11-25 01:01:09 +01:00
dependencies = [
"pin-project",
2020-11-25 01:01:09 +01:00
"tracing",
]
[[package]]
name = "tree_magic_mini"
version = "3.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469a727cac55b41448315cc10427c069c618ac59bb6a4480283fcd811749bdc2"
dependencies = [
"fnv",
"home",
"memchr",
"nom",
"once_cell",
"petgraph",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "try-lock"
version = "0.2.5"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2019-12-21 22:47:46 +01:00
[[package]]
name = "typenum"
version = "1.17.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2019-12-21 22:47:46 +01:00
[[package]]
name = "unicase"
version = "2.7.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"version_check",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.15"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2019-12-21 22:47:46 +01:00
[[package]]
name = "unicode-normalization"
version = "0.1.23"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"tinyvec",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "unicode-segmentation"
version = "1.11.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2019-12-21 22:47:46 +01:00
[[package]]
name = "unicode-width"
version = "0.1.13"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
2019-12-21 22:47:46 +01:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2019-12-21 22:47:46 +01:00
[[package]]
name = "url"
version = "2.5.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"form_urlencoded",
"idna",
"percent-encoding",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "uuid"
version = "0.8.2"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
2019-12-21 22:47:46 +01:00
dependencies = [
"getrandom 0.2.15",
"serde",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "vcpkg"
version = "0.2.15"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2019-12-21 22:47:46 +01:00
[[package]]
name = "version_check"
version = "0.9.5"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2019-12-21 22:47:46 +01:00
[[package]]
name = "want"
version = "0.3.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2019-12-21 22:47:46 +01:00
dependencies = [
"try-lock",
2019-12-21 22:47:46 +01:00
]
[[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.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
dependencies = [
"cfg-if 1.0.0",
"once_cell",
"serde",
"serde_json",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.93"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.74",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.74",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]]
name = "wayland-backend"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
dependencies = [
"cc",
"downcast-rs",
"rustix",
"scoped-tls",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-client"
version = "0.31.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e321577a0a165911bdcfb39cf029302479d7527b517ee58ab0f6ad09edf0943"
dependencies = [
"bitflags 2.6.0",
"rustix",
"wayland-backend",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols"
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
dependencies = [
"bitflags 2.6.0",
"wayland-backend",
"wayland-client",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
dependencies = [
"bitflags 2.6.0",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
]
[[package]]
name = "wayland-scanner"
version = "0.31.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7b56f89937f1cf2ee1f1259cf2936a17a1f45d8f0aa1019fae6d470d304cfa6"
dependencies = [
"proc-macro2",
"quick-xml",
"quote",
]
[[package]]
name = "wayland-sys"
version = "0.31.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
dependencies = [
"dlib",
"log",
"pkg-config",
]
[[package]]
2020-11-25 01:01:09 +01:00
name = "web-sys"
version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
dependencies = [
2020-11-25 01:01:09 +01:00
"js-sys",
"wasm-bindgen",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-12-21 22:47:46 +01:00
[[package]]
name = "winapi"
2020-11-25 01:01:09 +01:00
version = "0.3.9"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-11-25 01:01:09 +01:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2019-12-21 22:47:46 +01:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-12-21 22:47:46 +01:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-12-21 22:47:46 +01:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-12-21 22:47:46 +01:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
]
[[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.5",
]
[[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.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2019-12-21 22:47:46 +01:00
[[package]]
name = "winreg"
version = "0.7.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2019-12-21 22:47:46 +01:00
dependencies = [
2020-11-25 01:01:09 +01:00
"winapi 0.3.9",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "wl-clipboard-rs"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12b41773911497b18ca8553c3daaf8ec9fe9819caf93d451d3055f69de028adb"
dependencies = [
"derive-new",
"libc",
"log",
"nix",
"os_pipe",
"tempfile",
"thiserror",
"tree_magic_mini",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-protocols-wlr",
]
2019-12-21 22:47:46 +01:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-12-21 22:47:46 +01:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "x11rb"
version = "0.13.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
2019-12-21 22:47:46 +01:00
dependencies = [
"gethostname",
"rustix",
"x11rb-protocol",
2019-12-21 22:47:46 +01:00
]
[[package]]
name = "x11rb-protocol"
version = "0.13.1"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
2019-12-21 22:47:46 +01:00
[[package]]
name = "xi-unicode"
version = "0.3.0"
2019-12-21 22:47:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a67300977d3dc3f8034dae89778f502b6ba20b269527b3223ba59c0cf393bb8a"
[[package]]
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.74",
]