fractal/fractal-gtk/Cargo.toml
Christopher Davis 8537c5edc1 Revert "fractal-gtk: Use git version of tree_magic"
This reverts commit dac4e17e28.
The commit traded an inconsistent crash with a consistent freeze.
2019-01-31 16:19:24 -05:00

74 lines
1.4 KiB
TOML

[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
build = "build.rs"
name = "fractal-gtk"
version = "4.0.0"
workspace = "../"
edition = "2018"
[dependencies]
comrak = "0.4.0"
dirs = "1.0.4"
failure = "0.1.3"
fragile = "0.3.0"
gdk = "0.9.0"
gdk-pixbuf = "0.5.0"
gdk-pixbuf-sys = "0.7.0"
gio = "0.5.1"
glib = "0.6.1"
itertools = "0.8.0"
lazy_static = "1.2.0"
letter-avatar = "1.0.2"
log = "0.4.6"
mdl = "1.0.4"
pango = "0.5.0"
pangocairo = "0.6.0"
rand = "0.6.1"
regex = "1.1.0"
secret-service = "0.4.0"
serde_json = "1.0.33"
sourceview = "0.5.0"
tree_magic = "0.2.1"
url = "1.7.2"
[dependencies.gst]
version = "0.12.2"
package = "gstreamer"
[dependencies.gst_player]
version = "0.12.2"
package = "gstreamer-player"
[dependencies.html2pango]
git = "https://gitlab.gnome.org/World/html2pango"
[dependencies.cairo-rs]
version = "0.5.0"
features = ["png"]
[dependencies.chrono]
version = "0.4.6"
features = ["serde"]
[dependencies.fractal_api]
path = "../fractal-matrix-api"
package = "fractal-matrix-api"
[dependencies.libhandy]
git = "https://gitlab.gnome.org/jsparber/libhandy-rs"
[dependencies.gettext-rs]
git = "https://github.com/danigm/gettext-rs"
branch = "no-gettext"
features = ["gettext-system"]
[dependencies.gtk]
version = "0.5.0"
features = ["v3_22"]
[dependencies.gspell]
git = "https://gitlab.gnome.org/World/Rust/gspell-rs"
[dependencies.serde]
version = "1.0.82"
features = ["derive"]