fractal/fractal-matrix-api/Cargo.toml

38 lines
754 B
TOML
Raw Normal View History

[package]
2017-12-06 18:21:48 +00:00
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-matrix-api"
version = "3.29.6"
workspace = "../"
description = """
Library to communicate with a Matrix.org server
"""
keywords = [
"matrix", "fractal"
]
license = "GPL-3.0"
2018-07-07 15:15:08 +00:00
repository = "https://gitlab.gnome.org/World/fractal"
documentation = "https://world.pages.gitlab.gnome.org/fractal/fractal_matrix_api/index.html"
[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"
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"