2017-12-06 01:12:08 +00:00
|
|
|
[package]
|
2017-12-06 18:21:48 +00:00
|
|
|
authors = ["Daniel Garcia <danigm@wadobo.com>"]
|
2018-06-08 13:51:37 +00:00
|
|
|
name = "fractal-matrix-api"
|
2018-08-03 08:57:02 +00:00
|
|
|
version = "3.29.6"
|
2017-12-06 01:12:08 +00:00
|
|
|
workspace = "../"
|
|
|
|
|
2018-06-08 12:11:37 +00:00
|
|
|
description = """
|
|
|
|
Library to communicate with a Matrix.org server
|
|
|
|
"""
|
|
|
|
keywords = [
|
2018-06-08 13:51:37 +00:00
|
|
|
"matrix", "fractal"
|
2018-06-08 12:11:37 +00:00
|
|
|
]
|
|
|
|
license = "GPL-3.0"
|
2018-07-07 15:15:08 +00:00
|
|
|
repository = "https://gitlab.gnome.org/World/fractal"
|
2018-06-08 13:51:37 +00:00
|
|
|
documentation = "https://world.pages.gitlab.gnome.org/fractal/fractal_matrix_api/index.html"
|
2018-06-08 12:11:37 +00:00
|
|
|
|
2017-12-06 01:12:08 +00:00
|
|
|
[dependencies]
|
2018-03-22 09:24:09 +00:00
|
|
|
glib = "0.5.0"
|
2018-07-23 16:53:42 +00:00
|
|
|
mime = "0.3.8"
|
|
|
|
regex = "1.0.2"
|
|
|
|
reqwest = "0.8.6"
|
|
|
|
serde = "1.0.70"
|
|
|
|
serde_derive = "1.0.70"
|
|
|
|
serde_json = "1.0.24"
|
|
|
|
time = "0.1.40"
|
2017-12-06 18:21:48 +00:00
|
|
|
tree_magic = "0.2.0"
|
2018-07-23 16:53:42 +00:00
|
|
|
url = "1.7.1"
|
2018-03-18 16:22:55 +00:00
|
|
|
urlencoding = "1.0.0"
|
2018-04-29 19:01:59 +00:00
|
|
|
md5 = "0.3.7"
|
2017-12-06 18:21:48 +00:00
|
|
|
|
|
|
|
[dependencies.cairo-rs]
|
|
|
|
features = ["png"]
|
2018-03-22 09:24:09 +00:00
|
|
|
version = "0.4.1"
|
2017-12-06 18:21:48 +00:00
|
|
|
|
|
|
|
[dependencies.chrono]
|
|
|
|
features = ["serde"]
|
2018-07-23 16:53:42 +00:00
|
|
|
version = "0.4.4"
|