|
|
|
|
@ -52,24 +52,24 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atk"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atk-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
@ -147,23 +147,23 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cairo-rs"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cairo-sys-rs"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
@ -553,67 +553,67 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk-pixbuf"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk-pixbuf-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gdk-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.1.7"
|
|
|
|
|
version = "0.1.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
@ -639,45 +639,45 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gio"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gio-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glib"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glib-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
@ -691,25 +691,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gobject-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"muldiv 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
@ -718,141 +718,142 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-base"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-base-sys"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-player"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-player-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-player-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-player-sys"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-sys"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-video"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-video-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gstreamer-video-sys"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-base-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gtk"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gtk-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"atk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
@ -1059,37 +1060,39 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libhandy"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libhandy-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libhandy-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libhandy-sys"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
@ -1335,11 +1338,11 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mpris-player"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dbus 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
@ -1475,25 +1478,25 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pango"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pango-sys"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"pkg-config 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
@ -1618,6 +1621,7 @@ name = "podcasts-data"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ammonia 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"derive_builder 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"diesel 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
@ -1670,21 +1674,23 @@ dependencies = [
|
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gettext-rs 0.4.2 (git+https://github.com/danigm/gettext-rs?branch=no-gettext)",
|
|
|
|
|
"gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-player 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gstreamer-player 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"html2text 0.1.8 (git+https://github.com/jugglerchris/rust-html2text)",
|
|
|
|
|
"humansize 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libhandy 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libhandy 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"loggerv 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mpris-player 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"mpris-player 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"open 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"podcasts-data 0.1.0",
|
|
|
|
|
"podcasts-downloader 0.1.0",
|
|
|
|
|
@ -1823,7 +1829,7 @@ name = "rand"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
@ -1866,7 +1872,7 @@ name = "rand_core"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
@ -2731,8 +2737,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum ammonia 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "384d704f242a0a9faf793fff775a0be6ab9aa27edabffa097331d73779142520"
|
|
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
|
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
|
|
|
|
|
"checksum atk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ce8fd2055aa2ce617754c5a701682a06b4b57093cbbcbd8f068622a8debae96"
|
|
|
|
|
"checksum atk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83744274abbcc2242f845a25cf84b9adb5991eaecc8f7c67cffd69ea636f4ff8"
|
|
|
|
|
"checksum atk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "86b7499272acf036bb5820c6e346bbfb5acc5dceb104bc2c4fd7e6e33dfcde6a"
|
|
|
|
|
"checksum atk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067531f752c01027f004032bb676e715aba74b75e904a7340a61ce3fb0b61b0"
|
|
|
|
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
|
|
|
|
"checksum autocfg 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "22130e92352b948e7e82a49cdb0aa94f2211761117f29e052dd397c1ac33542b"
|
|
|
|
|
"checksum backtrace 0.3.34 (registry+https://github.com/rust-lang/crates.io-index)" = "b5164d292487f037ece34ec0de2fcede2faa162f085dd96d2385ab81b12765ba"
|
|
|
|
|
@ -2742,8 +2748,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
|
|
|
|
"checksum bytes 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
|
|
|
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
|
|
|
|
|
"checksum cairo-rs 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e09d8a818b2ccc8983f04d95a9350c3cf8d24cc456cedca3b88fa3a81fdc0e2"
|
|
|
|
|
"checksum cairo-sys-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3fa13914fdc013387afa771f554f2f71d6ae931f4e5be9246c337d60c3dc484"
|
|
|
|
|
"checksum cairo-rs 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cac3ead6489c4d701dabeb6e20795654e7c574f6de400a80d922328664beb95e"
|
|
|
|
|
"checksum cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90a1ec04603a78c111886a385edcec396dbfbc57ea26b9e74aeea6a1fe55dcca"
|
|
|
|
|
"checksum cc 1.0.38 (registry+https://github.com/rust-lang/crates.io-index)" = "ce400c638d48ee0e9ab75aef7997609ec57367ccfe1463f21bf53c3eca67bf46"
|
|
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
|
|
|
|
"checksum chrono 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "77d81f58b7301084de3b958691458a53c3f7e0b1d702f77e550b6a88e3a88abe"
|
|
|
|
|
@ -2789,29 +2795,29 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
|
|
|
|
|
"checksum futures 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "45dc39533a6cae6da2b56da48edae506bb767ec07370f86f70fc062e9d435869"
|
|
|
|
|
"checksum futures-cpupool 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
|
|
|
"checksum gdk 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c229b642a3cf701f92246b131fda2eaabaa5f44f4a255dee65939ebd0ab0141"
|
|
|
|
|
"checksum gdk-pixbuf 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a1bcb11b461ff5638f6bf03c9f173d3dc250eabc8e57a60644b6f529d3a7c91"
|
|
|
|
|
"checksum gdk-pixbuf-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "10e1115ca451907b6d775fc0392641d14c89277662d98828412fb68555e7e8c8"
|
|
|
|
|
"checksum gdk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "458dc6243bdda4aa1693f5f18231f55b98e9c99c50b3b9bd673cf461ef1710ea"
|
|
|
|
|
"checksum getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8e190892c840661957ba9f32dacfb3eb405e657f9f9f60485605f0bb37d6f8"
|
|
|
|
|
"checksum gdk 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6243e995f41f3a61a31847e54cc719edce93dd9140c89dca3b9919be1cfe22d5"
|
|
|
|
|
"checksum gdk-pixbuf 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9726408ee1bbada83094326a99b9c68fea275f9dbb515de242a69e72051f4fcc"
|
|
|
|
|
"checksum gdk-pixbuf-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1d6778abf5764b9080a9345a16c5d16289426a3b3edd808a29a9061d431c465"
|
|
|
|
|
"checksum gdk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebe06357212127f50575b535bdb04638f5d375bb41062287abc6c94e5b8067b"
|
|
|
|
|
"checksum getrandom 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "34f33de6f0ae7c9cb5e574502a562e2b512799e32abb801cd1e79ad952b62b49"
|
|
|
|
|
"checksum gettext-rs 0.4.2 (git+https://github.com/danigm/gettext-rs?branch=no-gettext)" = "<none>"
|
|
|
|
|
"checksum gettext-sys 0.19.9 (git+https://github.com/danigm/gettext-rs?branch=no-gettext)" = "<none>"
|
|
|
|
|
"checksum gio 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff120a666f4a0f41cca7554fbac82defc2562e90eccf3b26a30e6461fa1bbde8"
|
|
|
|
|
"checksum gio-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "04957c40df00dd72f7c9ec8e382b01ff8ed4a904fcd2fa608b7ae7fbaccfda8f"
|
|
|
|
|
"checksum glib 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e8fdc159c196a5dfa53a92929ac4c10c8a6637ffb43951f3fff89c2cd2365"
|
|
|
|
|
"checksum glib-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5bda542f3caee39a027638e9644ff89204101ad916fd7370b585ad2c5fc97e61"
|
|
|
|
|
"checksum gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6261b5d34c30c2d59f879e643704cf54cb44731f3a2038000b68790c03e360e3"
|
|
|
|
|
"checksum gio-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "778b856a70a32e2cc5dd5cc7fa1b0c4b6df924fdf5c82984bc28f30565657cfe"
|
|
|
|
|
"checksum glib 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91a70db179515473b57aaff8b879167f1f8460bc5523e97beacf6d1026a8b99d"
|
|
|
|
|
"checksum glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b86a9169fbc9cf9a0ef315039c2304b09d5c575c5fde7defba3576a0311b863"
|
|
|
|
|
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
"checksum gobject-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23e05a14290d3dc255223cba51db4b0f3da438d5250657996fa99b2a30faf43e"
|
|
|
|
|
"checksum gstreamer 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7edd8690dc3fb124e02d06c266c0b2a1ff4617910a26bbf2afb6d8183e76bf8c"
|
|
|
|
|
"checksum gstreamer-base 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d5125abdd41935c39cf0525160882c18610ee9332496fd4ca69c1218069126ae"
|
|
|
|
|
"checksum gstreamer-base-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5a3f7c5624775ddfdc34a0e5932e1f3786a305390f26844e7567fb0179b985f2"
|
|
|
|
|
"checksum gstreamer-player 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5341030ff6c8fb0e83ed01abab236a74cbcbe88afd0f4870e3a6b34a1fd61c4"
|
|
|
|
|
"checksum gstreamer-player-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ac29007ef1f9abc0e35ea0b65c4331ddae5355ad6869e1099f3497db606c40a"
|
|
|
|
|
"checksum gstreamer-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "79e3a47e15245892cfa722e5f64714c9e2de5683eef0a706f56a8899b78100c8"
|
|
|
|
|
"checksum gstreamer-video 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ac4da6efce179977de2337d392574c6e6c00f502a8fef6f6bfc11f8e16a93ed"
|
|
|
|
|
"checksum gstreamer-video-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da2b2bc12f6cbb96f2735e4b9e3241a9832139de042cf67415025c282b2ff9b7"
|
|
|
|
|
"checksum gtk 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b52cfbd8c3e4a000c8374676352f3850c2d62c0f42ef0a993e5d3fcf47e0be64"
|
|
|
|
|
"checksum gtk-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "849835f05d46f605b00ee9fefb6d5921238c570af406f35ee7426ed01cd6795c"
|
|
|
|
|
"checksum gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61d55bc9202447ca776f6ad0048c36e3312010f66f82ab478e97513e93f3604b"
|
|
|
|
|
"checksum gstreamer 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ef25820a32bd6f51191f3eb466499a80f89c00d67a1448c08b9b5f9aebb7613"
|
|
|
|
|
"checksum gstreamer-base 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f9e72a0456c51e9cf3a21c96539bed9be3f38c85ea49eee6d87a4d61db0cc2b0"
|
|
|
|
|
"checksum gstreamer-base-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ba1955ea091323c17fdf8ff54fd7cf3dfed1a6035193ba08f85eb76bf549056"
|
|
|
|
|
"checksum gstreamer-player 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "78395f87de2b954ca3e33a594a4eb85e68246f5f41a70bf0ab52187aacb4d3a9"
|
|
|
|
|
"checksum gstreamer-player-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c3608d3e96c8977f31b9b8db7da0b8d0e96758b060e3f05fc3ee9626d75ab1c5"
|
|
|
|
|
"checksum gstreamer-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfc2f6cc9b6a1f5159bfd500310fe431cfb0b74b3af17ce3fdf8353cf586975"
|
|
|
|
|
"checksum gstreamer-video 0.14.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b3f0b864eced7c270c0e083a433128ddf65cda2409a5f400e1c7af3cb59858f"
|
|
|
|
|
"checksum gstreamer-video-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6b8fcb1e577de93d1ad1e5117234ce64d40f215143d752140719923651608983"
|
|
|
|
|
"checksum gtk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "709f1074259d4685b96133f92b75c7f35b504715b0fcdc96ec95de2607296a60"
|
|
|
|
|
"checksum gtk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bbd9395497ae1d1915d1d6e522d51ae8745bf613906c34ac191c411250fc4025"
|
|
|
|
|
"checksum h2 0.1.26 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
|
|
|
|
|
"checksum html2text 0.1.8 (git+https://github.com/jugglerchris/rust-html2text)" = "<none>"
|
|
|
|
|
"checksum html5ever 0.22.5 (registry+https://github.com/rust-lang/crates.io-index)" = "c213fa6a618dc1da552f54f85cba74b05d8e883c92ec4e89067736938084c26e"
|
|
|
|
|
@ -2833,8 +2839,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
|
|
|
|
"checksum libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb"
|
|
|
|
|
"checksum libdbus-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "69382cb3be797cfe62ba89ac5e594a0e3022914ff44867ffbcfc03daa24eebd7"
|
|
|
|
|
"checksum libhandy 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f1fd41f2216fc3894257f4b4405dec7255977ff3a292df1ec1a74bc1700178d"
|
|
|
|
|
"checksum libhandy-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d1a46914f15afb94df8efddd8d451f60764da95a63dc4f7f3526ce71e1ef775"
|
|
|
|
|
"checksum libhandy 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7195919b261667e13240c14004c3fdc1a07a77ee865a9e0da5c2a4e134171c25"
|
|
|
|
|
"checksum libhandy-sys 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "17019593005fd387b0d2f6e5b29533796e3206e9f433dbf74846a609ceeb5fbf"
|
|
|
|
|
"checksum libsqlite3-sys 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d3711dfd91a1081d2458ad2d06ea30a8755256e74038be2ad927d94e1c955ca8"
|
|
|
|
|
"checksum locale_config 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "73ac19ebe45489e5d53b4346d8b90bb3dd03275c5fdf2ce22a982516d86b535c"
|
|
|
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
|
|
|
|
@ -2861,7 +2867,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum mio 0.6.19 (registry+https://github.com/rust-lang/crates.io-index)" = "83f51996a3ed004ef184e16818edc51fadffe8e7ca68be67f9dee67d84d0ff23"
|
|
|
|
|
"checksum mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
|
|
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
|
|
"checksum mpris-player 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41b50ab0b4b56799f08578c3c32226b734e80a63c61aa35cdb049359ca3191bb"
|
|
|
|
|
"checksum mpris-player 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eaeb531079f21d3490202da4058c015346e92dcfd908616bf86a283f35d4154d"
|
|
|
|
|
"checksum muldiv 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "451a9a05d2a32c566c897835e0ea95cf79ed2fdfe957924045a1721a36c9980f"
|
|
|
|
|
"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
|
|
|
|
"checksum net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
|
|
|
|
|
@ -2877,8 +2883,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
"checksum openssl-sys 0.9.48 (registry+https://github.com/rust-lang/crates.io-index)" = "b5ba300217253bcc5dc68bed23d782affa45000193866e025329aa8a7a9f05b8"
|
|
|
|
|
"checksum output_vt100 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
|
|
|
|
"checksum pango 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e36b55d7cd522bd183efeb3dfabc547bda1f26eadf8a1241dac09ab3fd3242c"
|
|
|
|
|
"checksum pango-sys 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "747ab9cd4d537e6dc5ef0e4308c10dde8b706673b0237fed4e056b8d2c0b23c8"
|
|
|
|
|
"checksum pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "393fa071b144f8ffb83ede273758983cf414ca3c0b1d2a5a9ce325b3ba3dd786"
|
|
|
|
|
"checksum pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1ee97abcad820f9875e032656257ad1c790e7b11a0e6ce2516a8f5b0d8f8213f"
|
|
|
|
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
|
|
|
|
"checksum parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fa7767817701cce701d5585b9c4db3cdd02086398322c1d7e8bf5094a96a2ce7"
|
|
|
|
|
"checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
|
|
|
|
|