fractal/fractal-matrix-api/Cargo.toml

38 lines
752 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"
2018-12-22 09:33:14 +00:00
version = "4.0.0"
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-12-22 09:33:14 +00:00
log = "0.4.6"
glib = "0.6.1"
regex = "1.1.0"
reqwest = "0.9.5"
serde = "1.0.82"
serde_derive = "1.0.82"
serde_json = "1.0.33"
time = "0.1.41"
tree_magic = "0.2.1"
url = "1.7.2"
2018-03-18 16:22:55 +00:00
urlencoding = "1.0.0"
2018-12-22 09:33:14 +00:00
md5 = "0.6.1"
2017-12-06 18:21:48 +00:00
[dependencies.cairo-rs]
features = ["png"]
2018-09-18 08:53:15 +00:00
version = "0.5.0"
2017-12-06 18:21:48 +00:00
[dependencies.chrono]
features = ["serde"]
2018-09-18 08:53:15 +00:00
version = "0.4.6"