fractal/fractal-gtk/Cargo.toml
Julian Sparber 84726b475d bump matrix-sdk to e437aea01213338d7f11787411a025b6133efcff
This fixes the issue we are having caused by /profile api requiring
authentication.
2021-02-12 11:44:58 +00:00

83 lines
1.5 KiB
TOML

[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-gtk"
version = "4.4.0"
workspace = "../"
edition = "2018"
[dependencies]
anyhow = "1.0.37"
async-trait = "0.1.40"
clap = "2.33.0"
chrono = "0.4.10"
comrak = "0.7.0"
directories = "2.0.2"
dirs = "2.0.2"
either = "1.6.1"
fragile = "1.0.0"
gdk = "0.13.0"
gdk-pixbuf = "0.9.0"
gstreamer-pbutils = "0.16.0"
glib = "0.10.1"
html2pango = "0.4.1"
http = "0.2.1"
itertools = "0.8.2"
lazy_static = "1.4.0"
log = "0.4.8"
loggerv = "0.7.2"
md5 = "0.7.0"
mdl = "1.0.5"
once_cell = "1.5.2"
pango = "0.9.0"
rand = "0.7.3"
regex = "1.3.4"
secret-service = "2.0.1"
serde_json = "1.0.48"
sourceview4 = "0.2.0"
gspell = "0.5.0"
gtk-sys = "0.10.0"
[dependencies.gst]
version = "0.16.1"
package = "gstreamer"
[dependencies.gst_player]
version = "0.16.0"
package = "gstreamer-player"
[dependencies.cairo-rs]
version = "0.9.1"
features = ["png"]
[dependencies.libhandy]
version = "0.7.1"
[dependencies.gettext-rs]
git = "https://github.com/danigm/gettext-rs"
branch = "no-gettext"
features = ["gettext-system"]
[dependencies.gtk]
version = "0.9.0"
features = ["v3_22"]
[dependencies.serde]
version = "1.0.104"
features = ["derive"]
[dependencies.gio]
version = "0.9.0"
features = ["v2_56"]
[dependencies.tokio]
version = "1.1.1"
features = ["rt-multi-thread", "time", "fs"]
[dependencies.url]
version = "2.1.1"
features = ["serde"]
[dependencies.matrix-sdk]
git = "https://github.com/matrix-org/matrix-rust-sdk.git"
rev = "e437aea01213338d7f11787411a025b6133efcff"
features = ["unstable-synapse-quirks", "socks"]