mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
2940 lines
136 KiB
TOML
2940 lines
136 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "adler"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "adler32"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "aead"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aes-soft 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"aesni 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"block-cipher 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes-gcm"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aead 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"aes 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"block-cipher 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ghash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"subtle 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes-soft"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"block-cipher 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aesni"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"block-cipher 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aho-corasick"
|
|
version = "0.7.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "anyhow"
|
|
version = "1.0.33"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "ashpd"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"enumflags2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_repr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum_macros 0.19.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"zbus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"zvariant 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"zvariant_derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-channel"
|
|
version = "1.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-executor"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fastrand 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-lite 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"vec-arena 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-global-executor"
|
|
version = "1.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"async-executor 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"async-io 1.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-lite 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-io"
|
|
version = "1.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fastrand 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-lite 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"nb-connect 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"polling 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"vec-arena 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-mutex"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-std"
|
|
version = "1.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"async-global-executor 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"async-io 1.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"async-mutex 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"blocking 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-lite 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gloo-timers 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen-futures 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "async-task"
|
|
version = "4.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "async-trait"
|
|
version = "0.1.41"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atk"
|
|
version = "0.9.0"
|
|
source = "git+https://github.com/gtk-rs/atk#6d4d8c970955acf75f4403ae5ca0546d671d344f"
|
|
dependencies = [
|
|
"atk-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atk-sys"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/gtk-rs/sys#5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
|
dependencies = [
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "atomic-waker"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "authenticator"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"anyhow 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ashpd 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"diesel 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gdk-pixbuf 0.9.0 (git+https://github.com/gtk-rs/gdk-pixbuf)",
|
|
"gdk4 0.1.0 (git+https://github.com/gtk-rs/gdk4)",
|
|
"gettext-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gio 0.9.0 (git+https://github.com/gtk-rs/gio)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"gtk-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gtk4 0.1.0 (git+https://github.com/gtk-rs/gtk4)",
|
|
"image 0.23.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libhandy4 0.1.0 (git+https://gitlab.gnome.org/bilelmoussaoui/libhandy4-rs)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quick-xml 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"surf 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"zbar-rust 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "base-x"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "block"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-cipher"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "blocking"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"async-channel 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"atomic-waker 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fastrand 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-lite 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bumpalo"
|
|
version = "3.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bytemuck"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cache-padded"
|
|
version = "1.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cairo-rs"
|
|
version = "0.9.0"
|
|
source = "git+https://github.com/gtk-rs/cairo#7455304ba4c9ae76fecf9c70c94fa44f07f35de0"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cairo-sys-rs 0.10.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"freetype 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"thiserror 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cairo-sys-rs"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/gtk-rs/cairo#7455304ba4c9ae76fecf9c70c94fa44f07f35de0"
|
|
dependencies = [
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.61"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cloudabi"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cmake"
|
|
version = "0.1.44"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "color_quant"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "concurrent-queue"
|
|
version = "1.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cache-padded 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "const_fn"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "cookie"
|
|
version = "0.14.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aes-gcm 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hkdf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hmac 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpuid-bool"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "crc32fast"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.4.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-channel"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-epoch 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-mac"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"subtle 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curl"
|
|
version = "0.4.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"curl-sys 0.4.38+curl-7.73.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"socket2 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "curl-sys"
|
|
version = "0.4.38+curl-7.73.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libnghttp2-sys 0.1.4+1.41.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "data-encoding"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "deflate"
|
|
version = "0.8.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "derivative"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diesel"
|
|
version = "1.4.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libsqlite3-sys 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"r2d2 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diesel_derives"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "diesel_migrations"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"migrations_macros 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "discard"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "either"
|
|
version = "1.6.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "encoding_rs"
|
|
version = "0.8.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enum-ordinalize"
|
|
version = "3.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"num-bigint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumflags2"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"enumflags2_derive 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "enumflags2_derive"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "event-listener"
|
|
version = "2.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "fastrand"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"instant 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "form_urlencoded"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "freetype"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"freetype-sys 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "freetype-sys"
|
|
version = "0.13.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cmake 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-executor 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-sink 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-task 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-channel"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-sink 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-core"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "futures-executor"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-task 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-io"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "futures-lite"
|
|
version = "1.11.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"fastrand 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-macro"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-sink"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "futures-task"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-util"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-macro 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-sink 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-task 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-project 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdk-pixbuf"
|
|
version = "0.9.0"
|
|
source = "git+https://github.com/gtk-rs/gdk-pixbuf#5ecc831fd5f4d28597fa060cb2f319ba4fad03e8"
|
|
dependencies = [
|
|
"gdk-pixbuf-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gio 0.9.0 (git+https://github.com/gtk-rs/gio)",
|
|
"gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdk-pixbuf-sys"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/gtk-rs/sys#5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
|
dependencies = [
|
|
"gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdk4"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/gtk-rs/gdk4#320982bd25a027e22c91fca59dcdb5aec4aeb9cd"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cairo-rs 0.9.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"cairo-sys-rs 0.10.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"gdk-pixbuf 0.9.0 (git+https://github.com/gtk-rs/gdk-pixbuf)",
|
|
"gdk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gio 0.9.0 (git+https://github.com/gtk-rs/gio)",
|
|
"gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pango 0.9.0 (git+https://github.com/gtk-rs/pango)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gdk4-sys"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/gtk-rs/sys#5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
|
dependencies = [
|
|
"cairo-sys-rs 0.10.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"gdk-pixbuf-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pango-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.14.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gettext-rs"
|
|
version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"gettext-sys 0.19.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"locale_config 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gettext-sys"
|
|
version = "0.19.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ghash"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"polyval 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gif"
|
|
version = "0.11.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"weezl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gio"
|
|
version = "0.9.0"
|
|
source = "git+https://github.com/gtk-rs/gio#6c15125b3542c591c3c148f0a4f9daab3d50fdb5"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"thiserror 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gio-sys"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/gtk-rs/sys#5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
|
dependencies = [
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glib"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/gtk-rs/glib#f53054c8d392d22dba55ac122dddfe9fc9b191ef"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-executor 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-task 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glib-macros 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glib-macros"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/gtk-rs/glib#f53054c8d392d22dba55ac122dddfe9fc9b191ef"
|
|
dependencies = [
|
|
"anyhow 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro-crate 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glib-sys"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/gtk-rs/sys#5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
|
dependencies = [
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gloo-timers"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"js-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"web-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gobject-sys"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/gtk-rs/sys#5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
|
dependencies = [
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "graphene-rs"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/gtk-rs/graphene#6b835b228a517c1904d537b5fafabd68df4138b3"
|
|
dependencies = [
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"graphene-sys 0.1.0 (git+https://github.com/gtk-rs/graphene)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "graphene-sys"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/gtk-rs/graphene#6b835b228a517c1904d537b5fafabd68df4138b3"
|
|
dependencies = [
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gsk4"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/gtk-rs/gsk4#39cc35b1b1662a89dad63eb6ce1e1dc4a88635ed"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cairo-rs 0.9.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"cairo-sys-rs 0.10.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"gdk4 0.1.0 (git+https://github.com/gtk-rs/gdk4)",
|
|
"gdk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"graphene-rs 0.1.0 (git+https://github.com/gtk-rs/graphene)",
|
|
"graphene-sys 0.1.0 (git+https://github.com/gtk-rs/graphene)",
|
|
"gsk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pango 0.9.0 (git+https://github.com/gtk-rs/pango)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gsk4-sys"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/gtk-rs/sys#5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
|
dependencies = [
|
|
"cairo-sys-rs 0.10.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"gdk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"graphene-sys 0.1.0 (git+https://github.com/gtk-rs/graphene)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pango-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gtk-macros"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "gtk4"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/gtk-rs/gtk4#e2240d0d20fef7e7a1c30012e5f77fe5d1ef4f5c"
|
|
dependencies = [
|
|
"atk 0.9.0 (git+https://github.com/gtk-rs/atk)",
|
|
"atk-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cairo-rs 0.9.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"cairo-sys-rs 0.10.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"gdk-pixbuf 0.9.0 (git+https://github.com/gtk-rs/gdk-pixbuf)",
|
|
"gdk-pixbuf-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gdk4 0.1.0 (git+https://github.com/gtk-rs/gdk4)",
|
|
"gdk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gio 0.9.0 (git+https://github.com/gtk-rs/gio)",
|
|
"gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"graphene-rs 0.1.0 (git+https://github.com/gtk-rs/graphene)",
|
|
"graphene-sys 0.1.0 (git+https://github.com/gtk-rs/graphene)",
|
|
"gsk4 0.1.0 (git+https://github.com/gtk-rs/gsk4)",
|
|
"gsk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gtk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pango 0.9.0 (git+https://github.com/gtk-rs/pango)",
|
|
"pango-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "gtk4-sys"
|
|
version = "0.1.0"
|
|
source = "git+https://github.com/gtk-rs/sys#5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
|
dependencies = [
|
|
"atk-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"cairo-sys-rs 0.10.0 (git+https://github.com/gtk-rs/cairo)",
|
|
"gdk-pixbuf-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gdk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"graphene-sys 0.1.0 (git+https://github.com/gtk-rs/graphene)",
|
|
"gsk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pango-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hkdf"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"hmac 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"crypto-mac 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-client"
|
|
version = "6.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"async-std 1.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"async-trait 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"http-types 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"isahc 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "http-types"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"anyhow 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"async-channel 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"async-std 1.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cookie 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-lite 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"infer 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_qs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_urlencoded 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "image"
|
|
version = "0.23.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bytemuck 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gif 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"jpeg-decoder 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-iter 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-rational 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"png 0.16.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tiff 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "infer"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "instant"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "isahc"
|
|
version = "0.9.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"curl 0.4.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"curl-sys 0.4.38+curl-7.73.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sluice 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itertools"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "jpeg-decoder"
|
|
version = "0.1.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "js-sys"
|
|
version = "0.3.45"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "kv-log-macro"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.80"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "libhandy4"
|
|
version = "0.1.0"
|
|
source = "git+https://gitlab.gnome.org/bilelmoussaoui/libhandy4-rs#112462f61772db7f736a3db0b5511b186e85cdc3"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"gdk-pixbuf 0.9.0 (git+https://github.com/gtk-rs/gdk-pixbuf)",
|
|
"gdk-pixbuf-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gdk4 0.1.0 (git+https://github.com/gtk-rs/gdk4)",
|
|
"gdk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gio 0.9.0 (git+https://github.com/gtk-rs/gio)",
|
|
"gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gtk4 0.1.0 (git+https://github.com/gtk-rs/gtk4)",
|
|
"gtk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libhandy4-sys 0.1.0 (git+https://gitlab.gnome.org/bilelmoussaoui/libhandy4-rs)",
|
|
"pango 0.9.0 (git+https://github.com/gtk-rs/pango)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libhandy4-sys"
|
|
version = "0.1.0"
|
|
source = "git+https://gitlab.gnome.org/bilelmoussaoui/libhandy4-rs#112462f61772db7f736a3db0b5511b186e85cdc3"
|
|
dependencies = [
|
|
"gdk-pixbuf-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gdk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gtk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pango-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libnghttp2-sys"
|
|
version = "0.1.4+1.41.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libsqlite3-sys"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libz-sys"
|
|
version = "1.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "locale_config"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "malloc_buf"
|
|
version = "0.0.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "matches"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "maybe-uninit"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "migrations_internals"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"diesel 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "migrations_macros"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "mime_guess"
|
|
version = "2.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.3.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
version = "0.4.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nb-connect"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nix"
|
|
version = "0.17.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-iter"
|
|
version = "0.1.41"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc-foundation"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "objc_id"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "openssl-probe"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "openssl-sys"
|
|
version = "0.9.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pango"
|
|
version = "0.9.0"
|
|
source = "git+https://github.com/gtk-rs/pango#a9fdf5475104c984d9292f6c14edfbc34fc5cca8"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"glib 0.10.0 (git+https://github.com/gtk-rs/glib)",
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pango-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pango-sys"
|
|
version = "0.10.0"
|
|
source = "git+https://github.com/gtk-rs/sys#5f35e26c65d24f8f018f643218de0f5807ba5f01"
|
|
dependencies = [
|
|
"glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"instant 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"parking_lot_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.8.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"instant 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "0.4.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"pin-project-internal 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"pin-project-internal 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "0.4.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-internal"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pin-project-lite"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pin-utils"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "png"
|
|
version = "0.16.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"deflate 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polling"
|
|
version = "2.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wepoll-sys 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "polyval"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"universal-hash 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "pretty_env_logger"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-crate"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"toml 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-hack"
|
|
version = "0.5.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "proc-macro-nested"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "quick-xml"
|
|
version = "0.20.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "r2d2"
|
|
version = "0.8.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"scheduled-thread-pool 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon"
|
|
version = "1.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rayon-core 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rayon-core"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"crossbeam-utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"aho-corasick 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"regex-syntax 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "schannel"
|
|
version = "0.1.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scheduled-thread-pool"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "scoped_threadpool"
|
|
version = "0.1.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.117"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.117"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.59"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_qs"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"data-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"thiserror 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_repr"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_urlencoded"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"form_urlencoded 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha1"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"block-buffer 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cpuid-bool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"opaque-debug 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "sluice"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.3.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "standback"
|
|
version = "0.2.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb"
|
|
version = "0.4.20"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"stdweb-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"stdweb-internal-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"stdweb-internal-runtime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-derive"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-internal-macros"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"base-x 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb-internal-runtime"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "strum"
|
|
version = "0.19.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
version = "0.18.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "strum_macros"
|
|
version = "0.19.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "2.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "surf"
|
|
version = "2.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"async-std 1.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"async-trait 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"encoding_rs 0.8.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"http-client 6.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"http-types 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"mime_guess 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"web-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.48"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "system-deps"
|
|
version = "1.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"strum_macros 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"thiserror 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"toml 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"version-compare 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror"
|
|
version = "1.0.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"thiserror-impl 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thiserror-impl"
|
|
version = "1.0.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "thread_local"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tiff"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"jpeg-decoder 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"weezl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.2.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"standback 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-macros"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"time-macros-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time-macros-impl"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"standback 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "toml"
|
|
version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing"
|
|
version = "0.1.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tracing-attributes 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-attributes"
|
|
version = "0.1.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-core"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tracing-futures"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"tinyvec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "universal-hash"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"subtle 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "2.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vcpkg"
|
|
version = "0.2.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "vec-arena"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "version-compare"
|
|
version = "0.0.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "void"
|
|
version = "1.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "waker-fn"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen"
|
|
version = "0.2.68"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen-macro 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-backend"
|
|
version = "0.2.68"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-futures"
|
|
version = "0.4.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"js-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"web-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro"
|
|
version = "0.2.68"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen-macro-support 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-macro-support"
|
|
version = "0.2.68"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen-backend 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasm-bindgen-shared"
|
|
version = "0.2.68"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "web-sys"
|
|
version = "0.3.45"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"js-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "weezl"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "wepoll-sys"
|
|
version = "3.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
[[package]]
|
|
name = "zbar-rust"
|
|
version = "0.0.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"enum-ordinalize 3.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zbus"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"derivative 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"enumflags2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"fastrand 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde_repr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"zbus_macros 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"zvariant 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zbus_macros"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro-crate 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zvariant"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"enumflags2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"zvariant_derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[[package]]
|
|
name = "zvariant_derive"
|
|
version = "2.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
dependencies = [
|
|
"proc-macro-crate 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
"syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
]
|
|
|
|
[metadata]
|
|
"checksum adler 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
|
"checksum adler32 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
|
|
"checksum aead 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
|
|
"checksum aes 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f7001367fde4c768a19d1029f0a8be5abd9308e1119846d5bd9ad26297b8faf5"
|
|
"checksum aes-gcm 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "86f5007801316299f922a6198d1d09a0bae95786815d066d5880d13f7c45ead1"
|
|
"checksum aes-soft 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4925647ee64e5056cf231608957ce7c81e12d6d6e316b9ce1404778cc1d35fa7"
|
|
"checksum aesni 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d050d39b0b7688b3a3254394c3e30a9d66c41dcf9b05b0e2dbdc623f6505d264"
|
|
"checksum aho-corasick 0.7.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d"
|
|
"checksum anyhow 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c"
|
|
"checksum ashpd 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05092d6c609057712953f07e974752926ec8fcf5feed2782e9ed70a2ea0a2304"
|
|
"checksum async-channel 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"
|
|
"checksum async-executor 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d373d78ded7d0b3fa8039375718cde0aace493f2e34fb60f51cbf567562ca801"
|
|
"checksum async-global-executor 1.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "73079b49cd26b8fd5a15f68fc7707fc78698dc2a3d61430f2a7a9430230dfa04"
|
|
"checksum async-io 1.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d54bc4c1c7292475efb2253227dbcfad8fe1ca4c02bc62c510cc2f3da5c4704e"
|
|
"checksum async-mutex 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
|
|
"checksum async-std 1.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a9fa76751505e8df1c7a77762f60486f60c71bbd9b8557f4da6ad47d083732ed"
|
|
"checksum async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
|
|
"checksum async-trait 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b246867b8b3b6ae56035f1eb1ed557c1d8eae97f0d53696138a50fa0e3a3b8c0"
|
|
"checksum atk 0.9.0 (git+https://github.com/gtk-rs/atk)" = "<none>"
|
|
"checksum atk-sys 0.10.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum atomic-waker 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
|
|
"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
"checksum autocfg 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
"checksum base-x 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "1b20b618342cf9891c292c4f5ac2cde7287cc5c87e87e9c769d617793607dec1"
|
|
"checksum base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
"checksum block 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
"checksum block-buffer 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
|
"checksum block-cipher 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fa136449e765dc7faa244561ccae839c394048667929af599b5d931ebe7b7f10"
|
|
"checksum blocking 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
|
|
"checksum bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
|
"checksum bytemuck 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "41aa2ec95ca3b5c54cf73c91acf06d24f4495d5f1b1c12506ae3483d646177ac"
|
|
"checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
"checksum bytes 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
"checksum cache-padded 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
|
|
"checksum cairo-rs 0.9.0 (git+https://github.com/gtk-rs/cairo)" = "<none>"
|
|
"checksum cairo-sys-rs 0.10.0 (git+https://github.com/gtk-rs/cairo)" = "<none>"
|
|
"checksum cc 1.0.61 (registry+https://github.com/rust-lang/crates.io-index)" = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
"checksum cfg-if 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
"checksum cloudabi 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4344512281c643ae7638bbabc3af17a11307803ec8f0fcad9fae512a8bf36467"
|
|
"checksum cmake 0.1.44 (registry+https://github.com/rust-lang/crates.io-index)" = "0e56268c17a6248366d66d4a47a3381369d068cce8409bb1716ed77ea32163bb"
|
|
"checksum color_quant 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
"checksum concurrent-queue 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
|
|
"checksum const_fn 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ce90df4c658c62f12d78f7508cf92f9173e5184a539c10bfe54a3107b3ffd0f2"
|
|
"checksum cookie 0.14.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1373a16a4937bc34efec7b391f9c1500c30b8478a701a4f44c9165cc0475a6e0"
|
|
"checksum cpuid-bool 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
|
|
"checksum crc32fast 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
|
"checksum crossbeam-channel 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
|
"checksum crossbeam-channel 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
|
"checksum crossbeam-deque 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
|
"checksum crossbeam-epoch 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec0f606a85340376eef0d6d8fec399e6d4a544d648386c6645eb6d0653b27d9f"
|
|
"checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
"checksum crossbeam-utils 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec91540d98355f690a86367e566ecad2e9e579f230230eb7c21398372be73ea5"
|
|
"checksum crypto-mac 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
|
"checksum curl 0.4.34 (registry+https://github.com/rust-lang/crates.io-index)" = "e268162af1a5fe89917ae25ba3b0a77c8da752bdc58e7dbb4f15b91fbd33756e"
|
|
"checksum curl-sys 0.4.38+curl-7.73.0 (registry+https://github.com/rust-lang/crates.io-index)" = "498ecfb4f59997fd40023d62a9f1e506e768b2baeb59a1d311eb9751cdcd7e3f"
|
|
"checksum data-encoding 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d0e2d24e5ee3b23a01de38eefdcd978907890701f08ffffd4cb457ca4ee8d6"
|
|
"checksum deflate 0.8.6 (registry+https://github.com/rust-lang/crates.io-index)" = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
|
|
"checksum derivative 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cb582b60359da160a9477ee80f15c8d784c477e69c217ef2cdd4169c24ea380f"
|
|
"checksum diesel 1.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3e2de9deab977a153492a1468d1b1c0662c1cf39e5ea87d0c060ecd59ef18d8c"
|
|
"checksum diesel_derives 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
|
|
"checksum diesel_migrations 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3cde8413353dc7f5d72fa8ce0b99a560a359d2c5ef1e5817ca731cd9008f4c"
|
|
"checksum digest 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
"checksum discard 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
|
|
"checksum either 1.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
"checksum encoding_rs 0.8.24 (registry+https://github.com/rust-lang/crates.io-index)" = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
|
|
"checksum enum-ordinalize 3.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1676e1daadfd216bda88d3a6fedd1bf53b829a085f5cc4d81c6f3054f50ef983"
|
|
"checksum enumflags2 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
|
|
"checksum enumflags2_derive 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
|
|
"checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
"checksum event-listener 2.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
|
|
"checksum fastrand 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
|
|
"checksum fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
"checksum form_urlencoded 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
|
|
"checksum freetype 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
|
|
"checksum freetype-sys 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
|
|
"checksum futures 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797"
|
|
"checksum futures-channel 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151"
|
|
"checksum futures-core 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46"
|
|
"checksum futures-executor 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb"
|
|
"checksum futures-io 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b"
|
|
"checksum futures-lite 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6c079abfac3ab269e2927ec048dabc89d009ebfdda6b8ee86624f30c689658"
|
|
"checksum futures-macro 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe"
|
|
"checksum futures-sink 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11"
|
|
"checksum futures-task 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c"
|
|
"checksum futures-util 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34"
|
|
"checksum gdk-pixbuf 0.9.0 (git+https://github.com/gtk-rs/gdk-pixbuf)" = "<none>"
|
|
"checksum gdk-pixbuf-sys 0.10.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum gdk4 0.1.0 (git+https://github.com/gtk-rs/gdk4)" = "<none>"
|
|
"checksum gdk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum generic-array 0.14.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
|
"checksum getrandom 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
|
"checksum gettext-rs 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b95fa19cca70adf9888150e979839ae9bd58f85a1a42e4753699112875189e1"
|
|
"checksum gettext-sys 0.19.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e034c4ba5bb796730a6cc5eb0d654c16885006a7c3d6c6603581ed809434f153"
|
|
"checksum ghash 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6e27f0689a6e15944bdce7e45425efb87eaa8ab0c6e87f11d0987a9133e2531"
|
|
"checksum gif 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "02efba560f227847cb41463a7395c514d127d4f74fff12ef0137fff1b84b96c4"
|
|
"checksum gio 0.9.0 (git+https://github.com/gtk-rs/gio)" = "<none>"
|
|
"checksum gio-sys 0.10.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum glib 0.10.0 (git+https://github.com/gtk-rs/glib)" = "<none>"
|
|
"checksum glib-macros 0.10.0 (git+https://github.com/gtk-rs/glib)" = "<none>"
|
|
"checksum glib-sys 0.10.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum gloo-timers 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
|
|
"checksum gobject-sys 0.10.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum graphene-rs 0.1.0 (git+https://github.com/gtk-rs/graphene)" = "<none>"
|
|
"checksum graphene-sys 0.1.0 (git+https://github.com/gtk-rs/graphene)" = "<none>"
|
|
"checksum gsk4 0.1.0 (git+https://github.com/gtk-rs/gsk4)" = "<none>"
|
|
"checksum gsk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum gtk-macros 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1874c48e670519ce192093ac906c08a6dde7cb2d18b28722ef237726a39c3a63"
|
|
"checksum gtk4 0.1.0 (git+https://github.com/gtk-rs/gtk4)" = "<none>"
|
|
"checksum gtk4-sys 0.1.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
"checksum hermit-abi 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
|
"checksum hkdf 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fe1149865383e4526a43aee8495f9a325f0b806c63ce6427d06336a590abbbc9"
|
|
"checksum hmac 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "126888268dcc288495a26bf004b38c5fdbb31682f992c84ceb046a1f0fe38840"
|
|
"checksum http 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
|
|
"checksum http-client 6.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "010092b71b94ee49293995625ce7a607778b8b4099c8088fa84fd66bd3e0f21c"
|
|
"checksum http-types 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bc9a434e0182abff944d7d44190f02d141f269a3f31c45ac5368dc548bb934b"
|
|
"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
|
"checksum image 0.23.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b4f0a8345b33b082aedec2f4d7d4a926b845cee184cbe78b703413066564431b"
|
|
"checksum infer 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
|
|
"checksum instant 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "cb1fc4429a33e1f80d41dc9fea4d108a88bec1de8053878898ae448a0b52f613"
|
|
"checksum isahc 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ac245314704d62c121785203fb4d6f41f137167fcc91beec0b55bd6c4bb8c800"
|
|
"checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
"checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
|
"checksum jpeg-decoder 0.1.20 (registry+https://github.com/rust-lang/crates.io-index)" = "cc797adac5f083b8ff0ca6f6294a999393d76e197c36488e2ef732c4715f6fa3"
|
|
"checksum js-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
|
|
"checksum kv-log-macro 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
"checksum libc 0.2.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
|
|
"checksum libhandy4 0.1.0 (git+https://gitlab.gnome.org/bilelmoussaoui/libhandy4-rs)" = "<none>"
|
|
"checksum libhandy4-sys 0.1.0 (git+https://gitlab.gnome.org/bilelmoussaoui/libhandy4-rs)" = "<none>"
|
|
"checksum libnghttp2-sys 0.1.4+1.41.0 (registry+https://github.com/rust-lang/crates.io-index)" = "03624ec6df166e79e139a2310ca213283d6b3c30810c54844f307086d4488df1"
|
|
"checksum libsqlite3-sys 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1e704a02bcaecd4a08b93a23f6be59d0bd79cd161e0963e9499165a0a35df7bd"
|
|
"checksum libz-sys 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"
|
|
"checksum locale_config 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
|
|
"checksum lock_api 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28247cc5a5be2f05fbcd76dd0cf2c7d3b5400cb978a28042abcd4fa0b3f8261c"
|
|
"checksum log 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
|
"checksum malloc_buf 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
"checksum memchr 2.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
|
"checksum memoffset 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
|
|
"checksum migrations_internals 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2b4fc84e4af020b837029e017966f86a1c2d5e83e64b589963d5047525995860"
|
|
"checksum migrations_macros 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9753f12909fd8d923f75ae5c3258cae1ed3c8ec052e1b38c93c21a6d157f789c"
|
|
"checksum mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
"checksum mime_guess 2.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
"checksum miniz_oxide 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
|
|
"checksum miniz_oxide 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
|
"checksum nb-connect 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
|
|
"checksum nix 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
|
|
"checksum num-bigint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7f3fc75e3697059fb1bc465e3d8cca6cf92f56854f201158b3f9c77d5a3cfa0"
|
|
"checksum num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
|
"checksum num-iter 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f"
|
|
"checksum num-rational 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138"
|
|
"checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
|
"checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
"checksum objc 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
"checksum objc-foundation 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
"checksum objc_id 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
|
"checksum once_cell 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
|
|
"checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
"checksum opaque-debug 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
"checksum openssl-sys 0.9.58 (registry+https://github.com/rust-lang/crates.io-index)" = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
|
|
"checksum pango 0.9.0 (git+https://github.com/gtk-rs/pango)" = "<none>"
|
|
"checksum pango-sys 0.10.0 (git+https://github.com/gtk-rs/sys)" = "<none>"
|
|
"checksum parking 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
|
|
"checksum parking_lot 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4893845fa2ca272e647da5d0e46660a314ead9c2fdd9a883aabc32e481a8733"
|
|
"checksum parking_lot_core 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c361aa727dd08437f2f1447be8b59a33b0edd15e0fcee698f935613d9efbca9b"
|
|
"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
"checksum pin-project 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
|
|
"checksum pin-project 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841"
|
|
"checksum pin-project-internal 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
|
|
"checksum pin-project-internal 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86"
|
|
"checksum pin-project-lite 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
|
|
"checksum pin-utils 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
"checksum pkg-config 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)" = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
|
"checksum png 0.16.7 (registry+https://github.com/rust-lang/crates.io-index)" = "dfe7f9f1c730833200b134370e1d5098964231af8450bce9b78ee3ab5278b970"
|
|
"checksum polling 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
|
|
"checksum polyval 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5884790f1ce3553ad55fec37b5aaac5882e0e845a2612df744d6c85c9bf046c"
|
|
"checksum ppv-lite86 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
|
|
"checksum pretty_env_logger 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "926d36b9553851b8b0005f1275891b392ee4d2d833852c417ed025477350fb9d"
|
|
"checksum proc-macro-crate 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
|
"checksum proc-macro-error 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
"checksum proc-macro-error-attr 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
"checksum proc-macro-hack 0.5.19 (registry+https://github.com/rust-lang/crates.io-index)" = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
|
"checksum proc-macro-nested 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
|
|
"checksum proc-macro2 1.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
|
"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
"checksum quick-xml 0.20.0 (registry+https://github.com/rust-lang/crates.io-index)" = "26aab6b48e2590e4a64d1ed808749ba06257882b461d01ca71baeb747074a6dd"
|
|
"checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
|
"checksum r2d2 0.8.9 (registry+https://github.com/rust-lang/crates.io-index)" = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
|
|
"checksum rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
"checksum rand_chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
"checksum rayon 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
|
"checksum rayon-core 1.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
|
"checksum redox_syscall 0.1.57 (registry+https://github.com/rust-lang/crates.io-index)" = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
"checksum regex 1.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
|
|
"checksum regex-syntax 0.6.20 (registry+https://github.com/rust-lang/crates.io-index)" = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
"checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
"checksum schannel 0.1.19 (registry+https://github.com/rust-lang/crates.io-index)" = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
"checksum scheduled-thread-pool 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
|
|
"checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
|
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
|
"checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
"checksum serde 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)" = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
|
|
"checksum serde_derive 1.0.117 (registry+https://github.com/rust-lang/crates.io-index)" = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
|
|
"checksum serde_json 1.0.59 (registry+https://github.com/rust-lang/crates.io-index)" = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
|
|
"checksum serde_qs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9408a61dabe404c76cec504ec510f7d92f41dc0a9362a0db8ab73d141cfbf93f"
|
|
"checksum serde_repr 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2dc6b7951b17b051f3210b063f12cc17320e2fe30ae05b0fe2a3abb068551c76"
|
|
"checksum serde_urlencoded 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
|
"checksum sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
|
|
"checksum sha2 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2933378ddfeda7ea26f48c555bdad8bb446bf8a3d17832dc83e380d444cfb8c1"
|
|
"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
"checksum sluice 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fed13b7cb46f13a15db2c4740f087a848acc8b31af89f95844d40137451f89b1"
|
|
"checksum smallvec 1.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
|
|
"checksum socket2 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
|
|
"checksum standback 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f4e0831040d2cf2bdfd51b844be71885783d489898a192f254ae25d57cce725c"
|
|
"checksum stdweb 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
|
|
"checksum stdweb-derive 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
|
|
"checksum stdweb-internal-macros 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
|
|
"checksum stdweb-internal-runtime 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
"checksum strum 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
|
"checksum strum 0.19.5 (registry+https://github.com/rust-lang/crates.io-index)" = "b89a286a7e3b5720b9a477b23253bc50debac207c8d21505f8e70b36792f11b5"
|
|
"checksum strum_macros 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
|
"checksum strum_macros 0.19.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e61bb0be289045cb80bfce000512e32d09f8337e54c186725da381377ad1f8d5"
|
|
"checksum subtle 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd"
|
|
"checksum surf 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7189c787d96fe18fef704950de76d590022d9d70858a4a201e1f07a0666882ea"
|
|
"checksum syn 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
|
|
"checksum system-deps 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
|
|
"checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
"checksum thiserror 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
|
|
"checksum thiserror-impl 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
|
|
"checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
"checksum tiff 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abeb4e3f32a8973722c0254189e6890358e72b1bf11becb287ee0b23c595a41d"
|
|
"checksum time 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "55b7151c9065e80917fbf285d9a5d1432f60db41d170ccafc749a136b41a93af"
|
|
"checksum time-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
|
|
"checksum time-macros-impl 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
|
|
"checksum tinyvec 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
|
|
"checksum toml 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)" = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
|
|
"checksum tracing 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27"
|
|
"checksum tracing-attributes 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
|
|
"checksum tracing-core 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
|
"checksum tracing-futures 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
|
|
"checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
|
"checksum unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
"checksum unicode-normalization 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
|
|
"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
|
"checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
"checksum universal-hash 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402"
|
|
"checksum url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
|
"checksum vcpkg 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
|
|
"checksum vec-arena 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
|
|
"checksum version-compare 0.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
|
|
"checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
"checksum waker-fn 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
|
|
"checksum wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
"checksum wasm-bindgen 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
|
|
"checksum wasm-bindgen-backend 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
|
|
"checksum wasm-bindgen-futures 0.4.18 (registry+https://github.com/rust-lang/crates.io-index)" = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da"
|
|
"checksum wasm-bindgen-macro 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
|
|
"checksum wasm-bindgen-macro-support 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
|
|
"checksum wasm-bindgen-shared 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
|
|
"checksum web-sys 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
|
|
"checksum weezl 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8795d6e0e17485803cc10ef126bb8c0d59b7c61b219d66cfe0b3216dd0e8580a"
|
|
"checksum wepoll-sys 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
|
|
"checksum winapi 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
"checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
"checksum zbar-rust 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "656722fbc8aea14448b74c9116ce5e4e156f04be85453bccb382445019f4a94c"
|
|
"checksum zbus 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8a1a98eac87778308d7b2725cee6543a13936a3913b98e37fcf8ce9e4362da"
|
|
"checksum zbus_macros 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4d050be67f3b7a29878a6f0788a8dcd100c7297e619dcb91051f94679a8a4"
|
|
"checksum zvariant 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fb79b31a454101beda19e64082dfd9ad59c5ff8afa41e1de1065333105b02740"
|
|
"checksum zvariant_derive 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "605bf414a59d93a3d55055e72ea066c5c0bc578ed2227df15c407207b1c780ef"
|