You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
892 B
44 lines
892 B
|
9 years ago
|
[package]
|
||
|
9 years ago
|
authors = ["Daniel Garcia <danigm@wadobo.com>"]
|
||
|
8 years ago
|
name = "fractal-matrix-api"
|
||
|
8 years ago
|
version = "3.29.0"
|
||
|
9 years ago
|
workspace = "../"
|
||
|
|
|
||
|
8 years ago
|
description = """
|
||
|
|
Library to communicate with a Matrix.org server
|
||
|
|
"""
|
||
|
|
keywords = [
|
||
|
8 years ago
|
"matrix", "fractal"
|
||
|
8 years ago
|
]
|
||
|
|
license = "GPL-3.0"
|
||
|
|
repository = "https://https://gitlab.gnome.org/World/fractal"
|
||
|
8 years ago
|
documentation = "https://world.pages.gitlab.gnome.org/fractal/fractal_matrix_api/index.html"
|
||
|
8 years ago
|
|
||
|
9 years ago
|
[dependencies]
|
||
|
8 years ago
|
gdk = "0.8.0"
|
||
|
|
gdk-pixbuf = "0.4.0"
|
||
|
9 years ago
|
#gdk-pixbuf-sys = "0.5.0"
|
||
|
8 years ago
|
glib = "0.5.0"
|
||
|
9 years ago
|
mime = "0.3.5"
|
||
|
8 years ago
|
pango = "0.4.0"
|
||
|
|
pangocairo = "0.5.0"
|
||
|
8 years ago
|
regex = "0.2.10"
|
||
|
8 years ago
|
reqwest = "0.8.5"
|
||
|
8 years ago
|
serde = "1.0.43"
|
||
|
|
serde_derive = "1.0.43"
|
||
|
8 years ago
|
serde_json = "1.0.16"
|
||
|
8 years ago
|
time = "0.1.39"
|
||
|
9 years ago
|
tree_magic = "0.2.0"
|
||
|
8 years ago
|
url = "1.7.0"
|
||
|
9 years ago
|
unicode-segmentation = "1.2.0"
|
||
|
8 years ago
|
urlencoding = "1.0.0"
|
||
|
8 years ago
|
md5 = "0.3.7"
|
||
|
9 years ago
|
|
||
|
|
[dependencies.cairo-rs]
|
||
|
|
features = ["png"]
|
||
|
8 years ago
|
version = "0.4.1"
|
||
|
9 years ago
|
|
||
|
|
[dependencies.chrono]
|
||
|
|
features = ["serde"]
|
||
|
8 years ago
|
version = "0.4.2"
|