-- Leo's gemini proxy

-- Connecting to typed-hole.org:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

commit 2853b966b33c95f60e381a7730d708d0dd7e94be

Author: Julien Blanchard <julien@sideburns.eu>

Date: Fri Dec 20 18:56:38 2019 +0100


Go gtk-rs only, use glade, back button works


diff --git a/Cargo.lock b/Cargo.lock

index 0c950c4..9dac585 100644

--- a/Cargo.lock

+++ b/Cargo.lock

@@ -20,25 +20,25 @@ source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

name = "atk"

-version = "0.7.0"

+version = "0.8.0"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "atk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "atk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

- "glib 0.8.2 (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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "atk-sys"

-version = "0.9.0"

+version = "0.9.1"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

]


@@ -54,7 +54,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

"backtrace-sys 0.1.32 (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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",

]


@@ -63,8 +63,8 @@ name = "backtrace-sys"

version = "0.1.32"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

@@ -105,26 +105,25 @@ dependencies = [


[[package]]

name = "cairo-rs"

-version = "0.7.1"

+version = "0.8.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)",

- "cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "glib 0.8.2 (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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "cairo-sys-rs"

-version = "0.9.0"

+version = "0.9.2"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

- "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

@@ -132,27 +131,24 @@ name = "castor"

version = "0.1.0"

dependencies = [

"dirs 2.0.2 (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)",

- "gio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",

- "glib-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)",

+ "gdk 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-pixbuf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gtk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

"json 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

"native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",

+ "pango 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

- "relm 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "relm-derive 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "simplelog 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)",

"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "uhttp_uri 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",

"url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "webkit2gtk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "cc"

-version = "1.0.47"

+version = "1.0.48"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

@@ -161,16 +157,6 @@ version = "0.1.10"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

-name = "chrono"

-version = "0.4.10"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",

- "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",

- "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

name = "cloudabi"

version = "0.0.3"

source = "registry+https://github.com/rust-lang/crates.io-index"

@@ -189,7 +175,7 @@ version = "0.6.4"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

@@ -221,7 +207,7 @@ version = "0.3.4"

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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",

]

@@ -242,7 +228,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",

"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

- "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",

+ "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",

"synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",

]


@@ -260,72 +246,125 @@ version = "0.1.1"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

-name = "fragile"

-version = "0.3.0"

+name = "fuchsia-cprng"

+version = "0.1.1"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

-name = "fuchsia-cprng"

-version = "0.1.1"

+name = "futures-channel"

+version = "0.3.1"

+source = "registry+https://github.com/rust-lang/crates.io-index"

+dependencies = [

+ "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+]

+

+[[package]]

+name = "futures-core"

+version = "0.3.1"

+source = "registry+https://github.com/rust-lang/crates.io-index"

+

+[[package]]

+name = "futures-executor"

+version = "0.3.1"

+source = "registry+https://github.com/rust-lang/crates.io-index"

+dependencies = [

+ "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+]

+

+[[package]]

+name = "futures-io"

+version = "0.3.1"

+source = "registry+https://github.com/rust-lang/crates.io-index"

+

+[[package]]

+name = "futures-macro"

+version = "0.3.1"

+source = "registry+https://github.com/rust-lang/crates.io-index"

+dependencies = [

+ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",

+ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",

+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

+ "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",

+]

+

+[[package]]

+name = "futures-task"

+version = "0.3.1"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

+name = "futures-util"

+version = "0.3.1"

+source = "registry+https://github.com/rust-lang/crates.io-index"

+dependencies = [

+ "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)",

+ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",

+ "proc-macro-nested 0.1.3 (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"

-version = "0.11.0"

+version = "0.12.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)",

- "cairo-rs 0.7.1 (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.2 (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.65 (registry+https://github.com/rust-lang/crates.io-index)",

- "pango 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "cairo-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-pixbuf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

+ "pango 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "gdk-pixbuf"

-version = "0.7.0"

+version = "0.8.0"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "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.2 (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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "gdk-pixbuf-sys"

-version = "0.9.0"

+version = "0.9.1"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "gdk-sys"

-version = "0.9.0"

+version = "0.9.1"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "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.65 (registry+https://github.com/rust-lang/crates.io-index)",

- "pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

+ "pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

]


@@ -335,107 +374,115 @@ version = "0.1.13"

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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "gio"

-version = "0.7.0"

+version = "0.8.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)",

- "fragile 0.3.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.2 (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)",

+ "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "gio-sys"

-version = "0.9.0"

+version = "0.9.1"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "glib"

-version = "0.8.2"

+version = "0.9.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)",

- "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)",

+ "futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "glib-sys"

-version = "0.9.0"

+version = "0.9.1"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "gobject-sys"

-version = "0.9.0"

+version = "0.9.1"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "gtk"

-version = "0.7.0"

+version = "0.8.0"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "atk 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "atk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",

- "cairo-rs 0.7.1 (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.47 (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.2 (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)",

+ "cairo-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",

+ "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-pixbuf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gtk-sys 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",

"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (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)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

+ "pango 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "gtk-sys"

-version = "0.9.0"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "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.65 (registry+https://github.com/rust-lang/crates.io-index)",

- "pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+version = "0.9.2"

+source = "registry+https://github.com/rust-lang/crates.io-index"

+dependencies = [

+ "atk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

+ "pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

]


@@ -450,23 +497,6 @@ dependencies = [

]


[[package]]

-name = "javascriptcore-rs"

-version = "0.8.0"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "glib 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",

- "javascriptcore-rs-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

-name = "javascriptcore-rs-sys"

-version = "0.2.0"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

name = "json"

version = "0.12.0"

source = "registry+https://github.com/rust-lang/crates.io-index"

@@ -478,7 +508,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

name = "libc"

-version = "0.2.65"

+version = "0.2.66"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

@@ -505,7 +535,7 @@ version = "0.2.3"

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)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",

"openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)",

"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",

@@ -517,23 +547,6 @@ dependencies = [

]


[[package]]

-name = "num-integer"

-version = "0.1.41"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",

- "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

-name = "num-traits"

-version = "0.2.10"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

name = "openssl"

version = "0.10.26"

source = "registry+https://github.com/rust-lang/crates.io-index"

@@ -542,7 +555,7 @@ dependencies = [

"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",

"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",

"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)",

]


@@ -557,34 +570,34 @@ version = "0.9.53"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",

- "cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

- "vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",

+ "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "pango"

-version = "0.7.0"

+version = "0.8.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)",

- "glib 0.8.2 (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)",

+ "glib 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

- "pango-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

+ "pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

name = "pango-sys"

-version = "0.9.0"

+version = "0.9.1"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "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.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

]


@@ -594,6 +607,11 @@ version = "2.1.0"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

+name = "pin-utils"

+version = "0.1.0-alpha.4"

+source = "registry+https://github.com/rust-lang/crates.io-index"

+

+[[package]]

name = "pkg-config"

version = "0.3.17"

source = "registry+https://github.com/rust-lang/crates.io-index"

@@ -604,27 +622,26 @@ version = "0.2.6"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

-name = "proc-macro2"

-version = "0.4.30"

+name = "proc-macro-hack"

+version = "0.5.11"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

+ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",

+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

+ "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

-name = "proc-macro2"

-version = "1.0.6"

+name = "proc-macro-nested"

+version = "0.1.3"

source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

-]


[[package]]

-name = "quote"

-version = "0.6.13"

+name = "proc-macro2"

+version = "1.0.6"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

- "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",

+ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

]


[[package]]

@@ -641,7 +658,7 @@ version = "0.7.2"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

"getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (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.1 (registry+https://github.com/rust-lang/crates.io-index)",

"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

@@ -692,7 +709,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",

"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",

"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",

"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",

@@ -739,33 +756,6 @@ version = "0.6.12"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

-name = "relm"

-version = "0.18.0"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",

- "glib 0.8.2 (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)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

- "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",

- "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",

- "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

-name = "relm-derive"

-version = "0.18.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)",

- "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",

- "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",

- "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

name = "remove_dir_all"

version = "0.5.2"

source = "registry+https://github.com/rust-lang/crates.io-index"

@@ -804,7 +794,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

"core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",

"core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",

]


@@ -817,14 +807,9 @@ dependencies = [

]


[[package]]

-name = "simplelog"

-version = "0.7.4"

+name = "slab"

+version = "0.4.2"

source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",

- "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",

- "term 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",

-]


[[package]]

name = "smallvec"

@@ -832,31 +817,8 @@ version = "1.0.0"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

-name = "soup-sys"

-version = "0.9.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)",

- "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.65 (registry+https://github.com/rust-lang/crates.io-index)",

- "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

-name = "syn"

-version = "0.15.44"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",

- "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",

- "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

name = "syn"

-version = "1.0.8"

+version = "1.0.11"

source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",

@@ -871,7 +833,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

dependencies = [

"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",

"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

- "syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",

+ "syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",

"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

]


@@ -881,7 +843,7 @@ version = "3.1.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)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",

"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",

"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",

"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",

@@ -889,15 +851,6 @@ dependencies = [

]


[[package]]

-name = "term"

-version = "0.6.1"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "dirs 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",

- "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

name = "thread_local"

version = "0.3.6"

source = "registry+https://github.com/rust-lang/crates.io-index"

@@ -906,21 +859,6 @@ dependencies = [

]


[[package]]

-name = "time"

-version = "0.1.42"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

- "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",

- "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

-name = "uhttp_uri"

-version = "0.5.1"

-source = "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"

@@ -938,11 +876,6 @@ dependencies = [


[[package]]

name = "unicode-xid"

-version = "0.1.0"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-

-[[package]]

-name = "unicode-xid"

version = "0.2.0"

source = "registry+https://github.com/rust-lang/crates.io-index"


@@ -958,7 +891,7 @@ dependencies = [


[[package]]

name = "vcpkg"

-version = "0.2.7"

+version = "0.2.8"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

@@ -967,48 +900,6 @@ version = "0.7.0"

source = "registry+https://github.com/rust-lang/crates.io-index"


[[package]]

-name = "webkit2gtk"

-version = "0.8.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)",

- "cairo-rs 0.7.1 (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.2 (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)",

- "javascriptcore-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)",

- "webkit2gtk-sys 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

-name = "webkit2gtk-sys"

-version = "0.10.0"

-source = "registry+https://github.com/rust-lang/crates.io-index"

-dependencies = [

- "atk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "bitflags 1.2.1 (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)",

- "gtk-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "javascriptcore-rs-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",

- "libc 0.2.65 (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.17 (registry+https://github.com/rust-lang/crates.io-index)",

- "soup-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",

-]

-

-[[package]]

name = "winapi"

version = "0.3.8"

source = "registry+https://github.com/rust-lang/crates.io-index"

@@ -1031,8 +922,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"

"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"

"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"

-"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 atk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "444daefa55f229af145ea58d77efd23725024ee1f6f3102743709aa6b18c663e"

+"checksum atk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e552c1776737a4c80110d06b36d099f47c727335f9aaa5d942a72b6863a8ec6f"

"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"

"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"

"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"

@@ -1041,11 +932,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

"checksum blake2b_simd 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0"

"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"

"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"

-"checksum cairo-rs 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e05db47de3b0f09a222fa4bba2eab957d920d4243962a86b2d77ab401e4a359c"

-"checksum cairo-sys-rs 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90a1ec04603a78c111886a385edcec396dbfbc57ea26b9e74aeea6a1fe55dcca"

-"checksum cc 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" = "aa87058dce70a3ff5621797f1506cb837edd02ac4c0ae642b4542dce802908b8"

+"checksum cairo-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0b528aca2ef1026235d0122495dbaee0b09479f77c51f6df8d9bb9cb1c6d6f87"

+"checksum cairo-sys-rs 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ff65ba02cac715be836f63429ab00a767d48336efc5497c5637afb53b4f14d63"

+"checksum cc 1.0.48 (registry+https://github.com/rust-lang/crates.io-index)" = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"

"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

-"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"

"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"

"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"

"checksum core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "25b9e03f145fd4f2bf705e07b900cd41fc636598fe5dc452fd0db1441c3f496d"

@@ -1057,43 +947,46 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"

"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"

"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"

-"checksum fragile 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f8140122fa0d5dcb9fc8627cfce2b37cc1500f752636d46ea28bc26785c2f9"

"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"

-"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 futures-channel 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fcae98ca17d102fd8a3603727b9259fcf7fa4239b603d2142926189bc8999b86"

+"checksum futures-core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "79564c427afefab1dfb3298535b21eda083ef7935b4f0ecbfcb121f0aec10866"

+"checksum futures-executor 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e274736563f686a837a0568b478bdabfeaec2dca794b5649b04e2fe1627c231"

+"checksum futures-io 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e676577d229e70952ab25f3945795ba5b16d63ca794ca9d2c860e5595d20b5ff"

+"checksum futures-macro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "52e7c56c15537adb4f76d0b7a76ad131cb4d2f4f32d3b0bcabcbe1c7c5e87764"

+"checksum futures-task 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0bae52d6b29cf440e298856fec3965ee6fa71b06aa7495178615953fd669e5f9"

+"checksum futures-util 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d66274fb76985d3c62c886d1da7ac4c0903a8c9f754e8fe0f35a6a6cc39e76"

+"checksum gdk 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2739c12374f83bad563ee839c2b3ea5c60391465a254fd4a54b6e3e9648dc61f"

+"checksum gdk-pixbuf 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e248220c46b329b097d4b158d2717f8c688f16dd76d0399ace82b3e98062bdd7"

+"checksum gdk-pixbuf-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d8991b060a9e9161bafd09bf4a202e6fd404f5b4dd1a08d53a1e84256fb34ab0"

+"checksum gdk-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6adf679e91d1bff0c06860287f80403e7db54c2d2424dce0a470023b56c88fbb"

"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"

-"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.2 (registry+https://github.com/rust-lang/crates.io-index)" = "be27232841baa43e0fd5ae003f7941925735b2f733a336dc75f07b9eff415e7b"

-"checksum glib-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b86a9169fbc9cf9a0ef315039c2304b09d5c575c5fde7defba3576a0311b863"

-"checksum gobject-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "61d55bc9202447ca776f6ad0048c36e3312010f66f82ab478e97513e93f3604b"

-"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 gio 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "879a5eb1a91623819d658669104fb587c1ae68695d50947f3e4949a00c6bc218"

+"checksum gio-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4fad225242b9eae7ec8a063bb86974aca56885014672375e5775dc0ea3533911"

+"checksum glib 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "121c502fc6895e62d2ce084e677d3289ccbdd7f56edd4ac9a5ab8bd95d4a8670"

+"checksum glib-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "95856f3802f446c05feffa5e24859fe6a183a7cb849c8449afc35c86b1e316e2"

+"checksum gobject-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31d1a804f62034eccf370006ccaef3708a71c31d561fee88564abe71177553d9"

+"checksum gtk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7cd1d646cc9a2cb795f33b538779a3f22e71dc172f2aba08a41e84a2f72c0dec"

+"checksum gtk-sys 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53def660c7b48b00b510c81ef2d2fbd3c570f1527081d8d7947f471513e1a4c1"

"checksum idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"

-"checksum javascriptcore-rs 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8b1f9f98eacacf8fd0430b92aebb9fba475928da5f8b77eb4269ceb298c3d15"

-"checksum javascriptcore-rs-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3f46ada8a08dcd75a10afae872fbfb51275df4a8ae0d46b8cc7c708f08dd2998"

"checksum json 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3ca41abbeb7615d56322a984e63be5e5d0a117dfaca86c14393e32a762ccac1"

"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

-"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8"

+"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"

"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"

"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"

"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"

"checksum native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"

-"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"

-"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"

"checksum openssl 0.10.26 (registry+https://github.com/rust-lang/crates.io-index)" = "3a3cc5799d98e1088141b8e01ff760112bbd9f19d850c124500566ca6901a585"

"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"

"checksum openssl-sys 0.9.53 (registry+https://github.com/rust-lang/crates.io-index)" = "465d16ae7fc0e313318f7de5cecf57b2fbe7511fd213978b457e1c96ff46736f"

-"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 pango 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1e9c6b728f1be8edb5f9f981420b651d5ea30bdb9de89f1f1262d0084a020577"

+"checksum pango-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "86b93d84907b3cf0819bff8f13598ba72843bee579d5ebc2502e4b0367b4be7d"

"checksum percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"

+"checksum pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"

"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"

"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"

-"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"

+"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"

+"checksum proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "369a6ed065f249a159e06c45752c780bda2fb53c995718f9e484d08daa9eb42e"

"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"

-"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"

"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"

"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"

"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"

@@ -1107,34 +1000,24 @@ source = "registry+https://github.com/rust-lang/crates.io-index"

"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"

"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"

"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"

-"checksum relm 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d4127341a75eb96dc99ba39b87a2783bb011b20fbdbafc25ed2f58216d2ff714"

-"checksum relm-derive 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ec66397054dc1ea6c658159866b9978add6a90655aba5dd4a90c34d2e63f9d69"

"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"

"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"

"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"

"checksum schannel 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "87f550b06b6cba9c8b8be3ee73f391990116bf527450d2556e9b9ce263b9a021"

"checksum security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df"

"checksum security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895"

-"checksum simplelog 0.7.4 (registry+https://github.com/rust-lang/crates.io-index)" = "05a3e303ace6adb0a60a9e9e2fbc6a33e1749d1e43587e2125f7efa9c5e107c5"

+"checksum slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"

"checksum smallvec 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecf3b85f68e8abaa7555aa5abdb1153079387e60b718283d732f03897fcfc86"

-"checksum soup-sys 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48a2f246b51c81d4baa1ce611240c2f6e0323ae75f3b6cc9d2d2911e0567962c"

-"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"

-"checksum syn 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "661641ea2aa15845cddeb97dad000d22070bb5c1fb456b96c1cba883ec691e92"

+"checksum syn 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"

"checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"

"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"

-"checksum term 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c0863a3345e70f61d613eab32ee046ccd1bcc5f9105fe402c61fcd0c13eeb8b5"

"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"

-"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"

-"checksum uhttp_uri 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b9b600e6da808f63a440874d633b22fa04abc9c3b08212ee7292512aec62805b"

"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"

"checksum unicode-normalization 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b561e267b2326bb4cebfc0ef9e68355c7abe6c6f522aeac2f5bf95d56c59bdcf"

-"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"

"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"

"checksum url 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75b414f6c464c879d7f9babf951f23bc3743fb7313c081b2e6ca719067ea9d61"

-"checksum vcpkg 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "33dd455d0f96e90a75803cfeb7f948768c08d70a6de9a8d2362461935698bf95"

+"checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"

"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"

-"checksum webkit2gtk 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad2b3e0b64094b0bbaa81bd73c56f992414e8d02fa763fbebc6f9911c1b36735"

-"checksum webkit2gtk-sys 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f438a797e617deaa635e482f0beb29abb3bbe1540709cc20a572cac499b2f980"

"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"

"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"

"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"

diff --git a/Cargo.toml b/Cargo.toml

index 77fdd49..3bc3ee8 100644

--- a/Cargo.toml

+++ b/Cargo.toml

@@ -12,15 +12,15 @@ gdk-pixbuf = "*"

gio = "*"

glib = "*"

glib-sys = "*"

-gtk = "*"

+pango = "*"

json = "*"

-simplelog = "*"

-uhttp_uri = "*"

-relm = "*"

-relm-derive = "*"

-webkit2gtk = "*"

regex = "*"

native-tls = "*"

url = "*"

tempfile = "*"

dirs = "*"

+lazy_static = "*"

+

+[dependencies.gtk]

+version = "0.8.0"

+features = ["v3_16"]

\ No newline at end of file

diff --git a/src/#text_viewer.glade# b/src/#text_viewer.glade#

deleted file mode 100644

index 5229ee2..0000000

--- a/src/#text_viewer.glade#

+++ /dev/null

@@ -1,40 +0,0 @@

-<?xml version="1.0" encoding="UTF-8"?>

-<!-- Generated with glade 3.22.1 -->

-<interface>

- <requires lib="gtk+" version="3.0"/>

- <requires lib="webkit2gtk" version="2.12"/>

- <object class="GtkApplicationWindow" id="window">

- <property name="can_focus">False</property>

- <property name="title" translatable="yes">Castor - Gemini Browser</property>

- <property name="window_position">center</property>

- <property name="default_width">400</property>

- <property name="default_height">480</property>

- <child>

- <placeholder/>

- </child>

- <child>

- <object class="GtkBox" id="v_box">

- <property name="visible">True</property>

- <property name="can_focus">False</property>

- <property name="orientation">vertical</property>

- <child>

- <placeholder/>

- </child>

- <child>

- <object class="WebKitWebView">

- <property name="visible">True</property>

- <property name="can_focus">True</property>

- <child>

- <placeholder/>

- </child>

- </object>

- <packing>

- <property name="expand">False</property>

- <property name="fill">True</property>

- <property name="position">1</property>

- </packing>

- </child>

- </object>

- </child>

- </object>

-</interface>

diff --git a/src/castor.glade b/src/castor.glade

new file mode 100644

index 0000000..e1ef420

--- /dev/null

+++ b/src/castor.glade

@@ -0,0 +1,106 @@

+<?xml version="1.0" encoding="UTF-8"?>

+<!-- Generated with glade 3.22.1 -->

+<interface>

+ <requires lib="gtk+" version="3.16"/>

+ <object class="GtkTextBuffer"/>

+ <object class="GtkTextBuffer"/>

+ <object class="GtkApplicationWindow" id="window">

+ <property name="can_focus">False</property>

+ <property name="title" translatable="yes">Castor - Gemini Browser</property>

+ <property name="window_position">center</property>

+ <property name="default_width">400</property>

+ <property name="default_height">480</property>

+ <child>

+ <placeholder/>

+ </child>

+ <child>

+ <object class="GtkBox" id="v_box">

+ <property name="visible">True</property>

+ <property name="can_focus">False</property>

+ <property name="orientation">vertical</property>

+ <property name="spacing">1</property>

+ <child>

+ <object class="GtkBox">

+ <property name="visible">True</property>

+ <property name="can_focus">False</property>

+ <child>

+ <object class="GtkButton" id="back_button">

+ <property name="label" translatable="yes">Back</property>

+ <property name="name">back_button</property>

+ <property name="visible">True</property>

+ <property name="can_focus">True</property>

+ <property name="receives_default">True</property>

+ <property name="always_show_image">True</property>

+ </object>

+ <packing>

+ <property name="expand">False</property>

+ <property name="fill">True</property>

+ <property name="padding">1</property>

+ <property name="position">0</property>

+ </packing>

+ </child>

+ <child>

+ <object class="GtkButton" id="forward_button">

+ <property name="label" translatable="yes">Bookmarks</property>

+ <property name="name">forward_button</property>

+ <property name="visible">True</property>

+ <property name="can_focus">True</property>

+ <property name="receives_default">True</property>

+ <property name="always_show_image">True</property>

+ </object>

+ <packing>

+ <property name="expand">False</property>

+ <property name="fill">True</property>

+ <property name="padding">1</property>

+ <property name="position">1</property>

+ </packing>

+ </child>

+ <child>

+ <object class="GtkEntry" id="url_bar">

+ <property name="name">url_bar</property>

+ <property name="visible">True</property>

+ <property name="can_focus">True</property>

+ <property name="placeholder_text" translatable="yes">Enter a URL...</property>

+ <property name="input_purpose">url</property>

+ </object>

+ <packing>

+ <property name="expand">True</property>

+ <property name="fill">True</property>

+ <property name="padding">1</property>

+ <property name="position">2</property>

+ </packing>

+ </child>

+ </object>

+ <packing>

+ <property name="expand">False</property>

+ <property name="fill">True</property>

+ <property name="position">0</property>

+ </packing>

+ </child>

+ <child>

+ <object class="GtkScrolledWindow">

+ <property name="visible">True</property>

+ <property name="can_focus">True</property>

+ <property name="shadow_type">in</property>

+ <child>

+ <object class="GtkTextView" id="content_view">

+ <property name="name">content_view</property>

+ <property name="visible">True</property>

+ <property name="app_paintable">True</property>

+ <property name="can_focus">True</property>

+ <property name="editable">False</property>

+ <property name="cursor_visible">False</property>

+ <property name="monospace">True</property>

+ </object>

+ </child>

+ </object>

+ <packing>

+ <property name="expand">True</property>

+ <property name="fill">True</property>

+ <property name="position">1</property>

+ </packing>

+ </child>

+ </object>

+ </child>

+ </object>

+</interface>

diff --git a/src/history.rs b/src/history.rs

new file mode 100644

index 0000000..8b89f83

--- /dev/null

+++ b/src/history.rs

@@ -0,0 +1,52 @@

+use std::sync::Mutex;

+use url::Url;

+

+lazy_static! {

+ static ref HISTORY: Mutex<Vec<Url>> = Mutex::new(vec![]);

+}

+

+pub fn append(url: &str) {

+ let url = Url::parse(url).unwrap();

+ HISTORY.lock().unwrap().push(url)

+}

+

+pub fn get_current_host() -> Option<String> {

+ let history = HISTORY.lock().unwrap();

+ match history.last() {

+ Some(current_url) => match current_url.host_str() {

+ Some(host) => Some(String::from(host)),

+ None => None,

+ },

+ None => None,

+ }

+}

+

+pub fn get_current_url() -> Option<String> {

+ let history = HISTORY.lock().unwrap();

+ match history.last() {

+ Some(current_url) => {

+ let current_path = current_url.join("./");

+ match current_path {

+ Ok(path) => Some(path.to_string()),

+ Err(_) => None,

+ }

+ }

+ None => None

+ }

+}

+

+pub fn get_previous_url() -> Option<Url> {

+ let mut history = HISTORY.lock().unwrap();

+

+ if history.len() > 1 {

+ history.pop(); // remove current

+

+ if history.len() > 1 {

+ history.pop() // return previous

+ } else {

+ history.iter().cloned().last()

+ }

+ } else {

+ None

+ }

+}

diff --git a/src/link.rs b/src/link.rs

new file mode 100644

index 0000000..fd1ac68

--- /dev/null

+++ b/src/link.rs

@@ -0,0 +1,67 @@

+extern crate regex;

+use json::JsonValue;

+use regex::Regex;

+use std::str::FromStr;

+use url::Url;

+

+#[derive(Debug)]

+pub enum Link {

+ Gemini(Url, String),

+ Gopher(Url, String),

+ Http(Url, String),

+ Relative(String, String),

+ Unknown(Url, String),

+}

+

+#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]

+pub struct ParseError;

+

+const LINK_REGEX: &str = r"^=>\s*(\S*)\s*(.*)?$";

+

+impl FromStr for Link {

+ type Err = ParseError;

+

+ // Parses a &str into an instance of 'Link'

+ fn from_str(line: &str) -> Result<Self, Self::Err> {

+ let link_regexp = Regex::new(LINK_REGEX).unwrap();

+

+ match link_regexp.captures(&line) {

+ Some(caps) => {

+ let url_str = caps.get(1).map_or("", |m| m.as_str());

+ let label_str = caps.get(2).map_or("", |m| m.as_str());

+

+ let url = url_str.to_string();

+ let label = if label_str.is_empty() {

+ url_str.to_string()

+ } else {

+ label_str.to_string()

+ };

+

+ match make_link(url, label) {

+ Some(link) => Ok(link),

+ None => Err(ParseError),

+ }

+ }

+ None => Err(ParseError),

+ }

+ }

+}

+

+fn make_link(url: String, label: String) -> Option<Link> {

+ let urlp = Url::parse(&url);

+ match urlp {

+ Ok(url) => match url.scheme() {

+ "gemini" => Some(Link::Gemini(url, label)),

+ "gopher" => Some(Link::Gopher(url, label)),

+ "http" => Some(Link::Http(url, label)),

+ "https" => Some(Link::Http(url, label)),

+ _ => Some(Link::Unknown(url, label)),

+ },

+ Err(url::ParseError::RelativeUrlWithoutBase) => Some(Link::Relative(url, label)),

+ _ => None,

+ }

+}

+

+pub fn is_gemini(line: &JsonValue) -> bool {

+ line["type"] == "gemini"

+}

diff --git a/src/main.rs b/src/main.rs

index 8081cf4..3ed5f45 100644

--- a/src/main.rs

+++ b/src/main.rs

@@ -1,18 +1,27 @@

-use std::fs::File;

-use std::io::prelude::*;

-use std::io::{BufRead, BufReader};

+#![allow(unused_variables, unused_mut)]


-use gtk::Orientation::{Horizontal, Vertical};

-use gtk::{ButtonExt, EntryExt, Inhibit, OrientableExt, TextBufferExt, TextViewExt, WidgetExt};

-use relm::Widget;

-use relm_derive::{widget, Msg};

-use webkit2gtk::{WebContext, WebContextExt, WebViewExt};

+extern crate gio;

+extern crate glib;

+extern crate gtk;

+#[macro_use]

+extern crate lazy_static;

+

+use gio::prelude::*;

+use glib::clone;

+use gtk::prelude::*;

+use gtk::{ApplicationWindow, Builder, Button, Entry, TextBuffer, TextBufferExt, TextView};

+

+use std::env::args;


extern crate regex;

use regex::Regex;


-use url::Url;

mod content;

+mod absolute;

+mod history;

+mod tags;

+mod link;

+use link::Link;


const LINK_REGEX: &str = r"^=>\s*(\S*)\s*(.*)?$";

const H1_REGEX: &str = r"^#\s+(.*)$";

@@ -20,234 +29,141 @@ const H2_REGEX: &str = r"^##\s+(.*)$";

const H3_REGEX: &str = r"^###\s+(.*)$";

const UL_REGEX: &str = r"^\s*\*\s+(.*)$";


-use self::Msg::*;

+fn build_ui(application: &gtk::Application) {

+ let glade_src = include_str!("castor.glade");

+ let builder = Builder::new_from_string(glade_src);


-pub struct Model {

- current_url: String,

- current_host: String,

-}

+ let window: ApplicationWindow = builder.get_object("window").expect("Couldn't get window");

+ window.set_application(Some(application));

+ let url_bar: Entry = builder.get_object("url_bar").expect("Couldn't get url_bar");

+ let content_view: TextView = builder.get_object("content_view").expect("Couldn't get content_view");

+ let back_button: Button = builder.get_object("back_button").expect("Couldn't get back_button");


-#[derive(Msg)]

-pub enum Msg {

- Back,

- Go(String),

- Quit,

- Next,

- Search,

-}

+ tags::apply_tags(&content_view.get_buffer().unwrap());


-#[widget]

-impl Widget for Win {

- fn init_view(&mut self) {

- // self.webview.load_uri("gemini://gemini.circumlunar.space");

- }

+ url_bar.connect_activate(clone!(@weak content_view => move |bar| {

+ let url = bar.get_text().expect("get_text failed").to_string();

+ let full_url = if url.starts_with("gemini://") {

+ url

+ } else {

+ format!("gemini://{}", url)

+ };


- fn model() -> Model {

- Model {

- current_url: String::from(""),

- current_host: String::from(""),

- }

- }

+ let new_content = visit_url(full_url, &content_view);

+ }));


- fn update(&mut self, event: Msg) {

- match event {

- Back => (),

- Go(url) => {

- let new_url = Url::parse(&url).unwrap();

- let data = content::get_data(&new_url);

- self.model.current_url = new_url.to_string();

- self.model.current_host = new_url.host().unwrap().to_string();

- match data {

- Ok((meta, new_content)) => {

- clear_buffer(&self.webview);

- let content_str = String::from_utf8_lossy(&new_content).to_string();

- // let content = gemini2html(content_str, self.model.current_url.clone());

- // self.webview.load_html(&content, None);

- let content = parse_gemini(

- &content_str,

- self.model.current_url.clone(),

- self.model.current_host.clone(),

- self.webview.get_buffer().unwrap(),

- );

+ back_button.connect_clicked(clone!(@weak content_view => move |_| {

+ go_back(&content_view);

+ }));


- let (start, end) = content.get_bounds();

- // content.delete(&mut start, &mut end);

- // let (start, end) = content.get_bounds();

- content.set_text(&content.get_text(&start, &end, false).unwrap());

- }

- Err(_) => {

- let content = "ERROR";

- self.webview.get_buffer().unwrap().set_text(&content);

- }

- }

- }

- Quit => gtk::main_quit(),

- Next => (),

- Search => (),

- }

- }

+ window.show_all();

+}


- view! {

- gtk::Window {

- gtk::Box {

- orientation: Vertical,

- gtk::ButtonBox {

- orientation: Horizontal,

- #[name="search_box"]

+fn main() {

+ let application =

+ gtk::Application::new(Some("org.typed-hole.castor"), Default::default())

+ .expect("Initialization failed...");


- #[name="back_button"]

- gtk::Button {

- label: "<",

- clicked => Back,

- },

+ application.connect_activate(|app| {

+ build_ui(app);

+ });


- #[name="next_button"]

- gtk::Button {

- label: ">",

- clicked => Next,

- },

+ application.run(&args().collect::<Vec<_>>());

+}


- #[name="url_bar"]

- gtk::Entry {

- activate(url_bar) => {

- let url = url_bar.get_text().expect("get_text failed").to_string();

- if url.starts_with("gemini://") {

- Go(url)

- } else {

- Go(format!("gemini://{}", url))

- }

- },

- placeholder_text: Some("Enter a URL"),

- width_chars: 40,

- },

- },

- gtk::ScrolledWindow {

- #[name="webview"]

- gtk::TextView {

- vexpand: true,

- editable: false,

- },

- }

- // webkit2gtk::WebView {

- // vexpand: true,

- // // decide_policy(_, policy_decision, policy_decision_type) with (open_in_new_window, relm) =>

- // // return WebView::decide_policy(&policy_decision, &policy_decision_type, &open_in_new_window, &relm),

- // // permission_request(_, request) => (PermissionRequest(request.clone()), true),

- // },

- },

- delete_event(_, _) => (Quit, Inhibit(false)),

- }

+fn go_back(view: &TextView) {

+ let previous = history::get_previous_url();

+ if let Some(url) = previous {

+ visit_url(url.to_string(), view)

}

}


-fn main() {

- // let context = WebContext::get_default().unwrap();

- // context.register_uri_scheme("gemini", visit_link);

- Win::run(()).expect("Win::run failed");

-}

+fn visit_url(url: String, view: &TextView) {

+ {

+ println!("{:?}", url);

+ match absolute::make(url.as_str()) {

+ Ok(url) => match content::get_data(&url) {

+ Ok((_meta, new_content)) => {

+ history::append(url.as_str());

+ let content_str = String::from_utf8_lossy(&new_content).to_string();

+ clear_buffer(&view);

+ parse_gemini(content_str, &view);

+ view.show_all();

+ }

+ Err(_) => {

+ let buffer = view.get_buffer().unwrap();

+ let mut end_iter = buffer.get_end_iter();


-fn visit_link(url: &str) -> String {

- let new_url = Url::parse(url).unwrap();

- let data = content::get_data(&new_url);

- match data {

- Ok((meta, new_content)) => String::from_utf8_lossy(&new_content).to_string(),

- Err(_) => String::from("ERROR"),

- }

-}

+ clear_buffer(&view);


-fn clear_buffer(view: &gtk::TextView) {

- match view.get_buffer() {

- Some(buffer) => {

- let (mut start, mut end) = buffer.get_bounds();

- buffer.delete(&mut start, &mut end);

+ buffer.insert_markup(

+ &mut end_iter,

+ "<span foreground=\"red\" size=\"x-large\">ERROR</span>\n",

+ );

+ }

+ }

+ Err(_) => {

+ println!("Could not parse {}", url.as_str());

+ }

}

- None => (),

}

}


-// fn gemini2html(content: String, current_url: String) -> String {

-// let link_regexp = Regex::new(LINK_REGEX).unwrap();

-// let h1_regexp = Regex::new(H1_REGEX).unwrap();

-// let h2_regexp = Regex::new(H2_REGEX).unwrap();

-// let h3_regexp = Regex::new(H3_REGEX).unwrap();

-// let ul_regexp = Regex::new(UL_REGEX).unwrap();

-

-// let mut html = String::from("<!DOCTYPE html><html><body>");

-

-// for line in content.lines() {

-// if link_regexp.is_match(line) {

-// let caps = link_regexp.captures(&line).unwrap();

-// let dest = caps.get(1).map_or("", |m| m.as_str());

-// let label = caps.get(2).map_or("", |m| m.as_str());

-// html.push_str(&format!(

-// "<a href={}>{}</a><br/>",

-// make_absolute(dest, &current_url),

-// label

-// ));

-// } else if h1_regexp.is_match(line) {

-// let caps = h1_regexp.captures(&line).unwrap();

-// let header = caps.get(1).map_or("", |m| m.as_str());

-// html.push_str(&format!("<h1>{}</h1>", header));

-// } else if h2_regexp.is_match(line) {

-// let caps = h2_regexp.captures(&line).unwrap();

-// let header = caps.get(1).map_or("", |m| m.as_str());

-// html.push_str(&format!("<h2>{}</h2>", header));

-// } else if h3_regexp.is_match(line) {

-// let caps = h3_regexp.captures(&line).unwrap();

-// let header = caps.get(1).map_or("", |m| m.as_str());

-// html.push_str(&format!("<h3>{}</h3>", header));

-// } else if ul_regexp.is_match(line) {

-// let caps = ul_regexp.captures(&line).unwrap();

-// let header = caps.get(1).map_or("", |m| m.as_str());

-// html.push_str(&format!("<ul><li>{}</li></ul>", header));

-// } else if line.is_empty() {

-// html.push_str("<br/>");

-// } else {

-// html.push_str(&format!("{}<br/>", line));

-// }

-// }

-

-// let html_end = "</body></html>";

-// println!("{}{}", html, html_end);

-// format!("{}{}", html, html_end)

-// }

-

-fn parse_gemini(

- content: &String,

- current_url: String,

- current_host: String,

- buffer: gtk::TextBuffer,

-) -> gtk::TextBuffer {

+fn parse_gemini(content: String, view: &TextView) -> TextBuffer {

let link_regexp = Regex::new(LINK_REGEX).unwrap();

let h1_regexp = Regex::new(H1_REGEX).unwrap();

let h2_regexp = Regex::new(H2_REGEX).unwrap();

let h3_regexp = Regex::new(H3_REGEX).unwrap();

let ul_regexp = Regex::new(UL_REGEX).unwrap();

+ let buffer = view.get_buffer().unwrap();

+ let mut i = 0;


for line in content.lines() {

if link_regexp.is_match(line) {

let caps = link_regexp.captures(&line).unwrap();

- let dest = caps.get(1).map_or("", |m| m.as_str());

- let label = caps.get(2).map_or("", |m| m.as_str());

+ let dest = String::from(caps.get(1).map_or("", |m| m.as_str()));

+ let label = String::from(caps.get(2).map_or("", |m| m.as_str()));

+

+ let button_label = if label.is_empty() {

+ dest.clone()

+ } else {

+ label

+ };

+

+ let button = gtk::Button::new_with_label(&button_label);

+

+ button.connect_clicked(clone!(@weak view => move |button| {

+ let new_url = absolute::make(&dest.clone()).unwrap().to_string();

+ visit_url(new_url, &view);

+ }));

+

+ let mut start_iter = buffer.get_iter_at_line(i);

+ let anchor = buffer.create_child_anchor(&mut start_iter).unwrap();

+ view.add_child_at_anchor(&button, &anchor);

let mut end_iter = buffer.get_end_iter();

- buffer.insert(

- &mut end_iter,

- &format!(

- "Link: {} -> {}\n",

- label,

- make_absolute(dest, &current_url, &current_host)

- ),

- );

+ buffer.insert(&mut end_iter, "\n");

} else if h1_regexp.is_match(line) {

let caps = h1_regexp.captures(&line).unwrap();

let header = caps.get(1).map_or("", |m| m.as_str());

let mut end_iter = buffer.get_end_iter();

- buffer.insert(&mut end_iter, &format!("Header 1: {}\n", header));

+ buffer.insert_markup(

+ &mut end_iter,

+ &format!(

+ "<span foreground=\"#9932CC\" size=\"x-large\">{}</span>\n",

+ header

+ ),

+ );

} else if h2_regexp.is_match(line) {

let caps = h2_regexp.captures(&line).unwrap();

let header = caps.get(1).map_or("", |m| m.as_str());

let mut end_iter = buffer.get_end_iter();

- buffer.insert(&mut end_iter, &format!("Header 2: {}\n", header));

+ buffer.insert_markup(

+ &mut end_iter,

+ &format!(

+ "<span foreground=\"#FF1493\" size=\"large\">{}</span>\n",

+ header

+ ),

+ );

} else if h3_regexp.is_match(line) {

let caps = h3_regexp.captures(&line).unwrap();

let header = caps.get(1).map_or("", |m| m.as_str());

@@ -257,7 +173,10 @@ fn parse_gemini(

let caps = ul_regexp.captures(&line).unwrap();

let header = caps.get(1).map_or("", |m| m.as_str());

let mut end_iter = buffer.get_end_iter();

- buffer.insert(&mut end_iter, &format!("List item: {}\n", header));

+ buffer.insert_markup(

+ &mut end_iter,

+ &format!("<span foreground=\"green\">■ {}</span>\n", header),

+ );

} else if line.is_empty() {

let mut end_iter = buffer.get_end_iter();

buffer.insert(&mut end_iter, "\n");

@@ -265,34 +184,17 @@ fn parse_gemini(

let mut end_iter = buffer.get_end_iter();

buffer.insert(&mut end_iter, &format!("{}\n", line));

}

+ i += 1;

}

buffer

}


-fn make_absolute(url: &str, current_host: &str, current_url: &str) -> String {

- if url.starts_with("gopher://") {

- String::from(url)

- } else if url.starts_with("http://") {

- String::from(url)

- } else if url.starts_with("https://") {

- String::from(url)

- } else if !current_host.is_empty() {

- if url.starts_with("gemini://") {

- String::from(url)

- } else if url.starts_with("//") {

- format!("gemini:{}", url)

- } else if url.starts_with('/') {

- format!("{}{}", current_host, url)

- } else {

- format!("{}{}", current_url, url)

- }

- } else {

- if url.starts_with("gemini://") {

- String::from(url)

- } else if url.starts_with("//") {

- format!("gemini:{}", url)

- } else {

- format!("gemini://{}", url)

+fn clear_buffer(view: &gtk::TextView) {

+ match view.get_buffer() {

+ Some(buffer) => {

+ let (mut start, mut end) = buffer.get_bounds();

+ buffer.delete(&mut start, &mut end);

}

+ None => (),

}

}

diff --git a/src/tags.rs b/src/tags.rs

new file mode 100644

index 0000000..cb30d87

--- /dev/null

+++ b/src/tags.rs

@@ -0,0 +1,110 @@

+use gtk::prelude::*;

+use gtk::{TextBufferExt, TextTagExt};

+

+use std::str::FromStr;

+

+pub fn apply_tags(buffer: &gtk::TextBuffer) {

+ if let Some(table) = buffer.get_tag_table() {

+ let link = link_tag();

+ table.add(&link);

+

+ (1..6).for_each(|level| {

+ let heading = heading_tag(level);

+ table.add(&heading);

+ });

+

+ let text = text_tag();

+ table.add(&text);

+

+ let bold = bold_tag();

+ table.add(&bold);

+

+ let list = list_tag();

+ table.add(&list);

+

+ let del = del_tag();

+ table.add(&del);

+

+ let ref_t = ref_tag();

+ table.add(&ref_t);

+

+ let sub = sub_tag();

+ table.add(&sub);

+

+ let italic = italic_tag();

+ table.add(&italic);

+

+ let references = references_tag();

+ table.add(&references);

+ }

+}

+

+fn link_tag() -> gtk::TextTag {

+ let tag = gtk::TextTag::new(Some("link"));

+ tag.set_property_underline(pango::Underline::Single);

+ let color = gdk::RGBA::from_str("#2196F3").unwrap();

+ tag.set_property_foreground_rgba(Some(&color));

+ tag

+}

+

+fn heading_tag(level: i32) -> gtk::TextTag {

+ let name = format!("heading{}", &level);

+ let tag = gtk::TextTag::new(Some(&*name));

+

+ let color = gdk::RGBA::from_str("#263238").unwrap();

+ tag.set_property_foreground_rgba(Some(&color));

+

+ match level {

+ 1 => tag.set_property_size_points(25.0),

+ 2 => tag.set_property_size_points(22.0),

+ 3 => tag.set_property_size_points(19.0),

+ 4 => tag.set_property_size_points(16.0),

+ 5 => tag.set_property_size_points(14.0),

+ 6 => tag.set_property_size_points(12.0),

+ _ => {}

+ }

+

+ tag

+}

+

+fn text_tag() -> gtk::TextTag {

+ let tag = gtk::TextTag::new(Some("text"));

+ tag

+}

+

+fn bold_tag() -> gtk::TextTag {

+ let tag = gtk::TextTag::new(Some("bold"));

+ tag.set_property_weight(600);

+ tag

+}

+

+fn list_tag() -> gtk::TextTag {

+ let tag = gtk::TextTag::new(Some("li"));

+ tag

+}

+

+fn del_tag() -> gtk::TextTag {

+ let tag = gtk::TextTag::new(Some("del"));

+ tag

+}

+

+fn ref_tag() -> gtk::TextTag {

+ let tag = gtk::TextTag::new(Some("ref"));

+ tag

+}

+

+fn references_tag() -> gtk::TextTag {

+ let tag = gtk::TextTag::new(Some("references"));

+ tag

+}

+

+fn sub_tag() -> gtk::TextTag {

+ let tag = gtk::TextTag::new(Some("sub"));

+ tag

+}

+

+fn italic_tag() -> gtk::TextTag {

+ let tag = gtk::TextTag::new(Some("italic"));

+ tag.set_property_style(pango::Style::Italic);

+ tag

+}

diff --git a/src/text_viewer.glade b/src/text_viewer.glade

deleted file mode 100644

index 19ea328..0000000

--- a/src/text_viewer.glade

+++ /dev/null

@@ -1,69 +0,0 @@

-<?xml version="1.0" encoding="UTF-8"?>

-<!-- Generated with glade 3.22.1 -->

-<interface>

- <requires lib="gtk+" version="3.0"/>

- <object class="GtkImage" id="image1">

- <property name="visible">True</property>

- <property name="can_focus">False</property>

- <property name="icon_name">document-open</property>

- <property name="icon_size">2</property>

- </object>

- <object class="GtkApplicationWindow" id="window">

- <property name="can_focus">False</property>

- <property name="title" translatable="yes">Castor - Gemini Browser</property>

- <property name="window_position">center</property>

- <property name="default_width">400</property>

- <property name="default_height">480</property>

- <child>

- <object class="GtkBox" id="v_box">

- <property name="visible">True</property>

- <property name="can_focus">False</property>

- <property name="orientation">vertical</property>

- <child>

- <object class="GtkToolbar" id="toolbar">

- <property name="visible">True</property>

- <property name="can_focus">False</property>

- <child>

- <object class="GtkToolButton" id="open_button">

- <property name="visible">True</property>

- <property name="can_focus">False</property>

- <property name="tooltip_text" translatable="yes">Open</property>

- <property name="is_important">True</property>

- <property name="label" translatable="yes">Go to</property>

- <property name="use_underline">True</property>

- <property name="icon_widget">image1</property>

- </object>

- <packing>

- <property name="expand">False</property>

- <property name="homogeneous">True</property>

- </packing>

- </child>

- </object>

- <packing>

- <property name="expand">False</property>

- <property name="fill">True</property>

- <property name="position">0</property>

- </packing>

- </child>

- <child>

- <object class="GtkScrolledWindow" id="scrolled_window">

- <property name="visible">True</property>

- <property name="can_focus">True</property>

- <property name="shadow_type">in</property>

- <child>

- <object class="GtkTextView" id="text_view">

- <property name="visible">True</property>

- <property name="can_focus">True</property>

- </object>

- </child>

- </object>

- <packing>

- <property name="expand">True</property>

- <property name="fill">True</property>

- <property name="position">1</property>

- </packing>

- </child>

- </object>

- </child>

- </object>

-</interface>

diff --git a/src/text_viewer.glade~ b/src/text_viewer.glade~

deleted file mode 100644

index 5a7e49f..0000000

--- a/src/text_viewer.glade~

+++ /dev/null

@@ -1,72 +0,0 @@

-<?xml version="1.0" encoding="UTF-8"?>

-<!-- Generated with glade 3.22.1 -->

-<interface>

- <requires lib="gtk+" version="3.0"/>

- <object class="GtkImage" id="image1">

- <property name="visible">True</property>

- <property name="can_focus">False</property>

- <property name="icon_name">document-open</property>

- <property name="icon_size">2</property>

- </object>

- <object class="GtkApplicationWindow" id="window">

- <property name="can_focus">False</property>

- <property name="title" translatable="yes">Castor - Gemini Browser</property>

- <property name="window_position">center</property>

- <property name="default_width">400</property>

- <property name="default_height">480</property>

- <child>

- <placeholder/>

- </child>

- <child>

- <object class="GtkBox" id="v_box">

- <property name="visible">True</property>

- <property name="can_focus">False</property>

- <property name="orientation">vertical</property>

- <child>

- <object class="GtkToolbar" id="toolbar">

- <property name="visible">True</property>

- <property name="can_focus">False</property>

- <child>

- <object class="GtkToolButton" id="open_button">

- <property name="visible">True</property>

- <property name="can_focus">False</property>

- <property name="tooltip_text" translatable="yes">Open</property>

- <property name="is_important">True</property>

- <property name="label" translatable="yes">Go to</property>

- <property name="use_underline">True</property>

- <property name="icon_widget">image1</property>

- </object>

- <packing>

- <property name="expand">False</property>

- <property name="homogeneous">True</property>

- </packing>

- </child>

- </object>

- <packing>

- <property name="expand">False</property>

- <property name="fill">True</property>

- <property name="position">0</property>

- </packing>

- </child>

- <child>

- <object class="GtkScrolledWindow" id="scrolled_window">

- <property name="visible">True</property>

- <property name="can_focus">True</property>

- <property name="shadow_type">in</property>

- <child>

- <object class="GtkTextView" id="text_view">

- <property name="visible">True</property>

- <property name="can_focus">True</property>

- </object>

- </child>

- </object>

- <packing>

- <property name="expand">True</property>

- <property name="fill">True</property>

- <property name="position">1</property>

- </packing>

- </child>

- </object>

- </child>

- </object>

-</interface>



---

Served by Pollux Gemini Server.

-- Response ended

-- Page fetched on Sun May 19 05:00:13 2024