Tried to have a seperate futures loop but it's too confusign having too write a Trait2, functon2, etc version of everything and keep it together. Futures are functional sort of, so the synchronous versioun can be removed. It still needs a ton of work though to be ready, or even get near the perf of of the sync+rayon version.
38 lines
664 B
TOML
38 lines
664 B
TOML
[package]
|
|
authors = ["Jordan Petridis <jordanpetridis@protonmail.com>"]
|
|
build = "build.rs"
|
|
name = "hammond-gtk"
|
|
version = "0.1.0"
|
|
workspace = "../"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.0"
|
|
dissolve = "0.2.2"
|
|
gdk = "0.7.0"
|
|
gdk-pixbuf = "0.3.0"
|
|
gio = "0.3.0"
|
|
glib = "0.4.0"
|
|
humansize = "1.1.0"
|
|
lazy_static = "1.0.0"
|
|
log = "0.3.8"
|
|
loggerv = "0.6.0"
|
|
open = "1.2.1"
|
|
rayon = "0.9.0"
|
|
regex = "0.2.3"
|
|
send-cell = "0.1.2"
|
|
|
|
[dependencies.gtk]
|
|
features = ["v3_22"]
|
|
version = "0.3.0"
|
|
|
|
[dependencies.hammond-data]
|
|
path = "../hammond-data"
|
|
|
|
[dependencies.hammond-downloader]
|
|
path = "../hammond-downloader"
|
|
|
|
[dev-dependencies]
|
|
hyper-tls = "0.1.2"
|
|
tokio-core = "0.1.12"
|
|
hyper = "0.11.12"
|