fractal/fractal-matrix-api/Cargo.toml

38 lines
758 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 = "../"
2018-12-28 16:58:23 +00:00
edition = "2018"
description = """
Library to communicate with a Matrix.org server
"""
keywords = [
"matrix", "fractal"
]
license = "GPL-3.0"
2018-12-28 11:44:30 +00:00
repository = "https://gitlab.gnome.org/GNOME/fractal"
documentation = "https://gnome.pages.gitlab.gnome.org/fractal/fractal_matrix_api/index.html"
[dependencies]
directories = "1.0.2"
2018-12-30 22:05:23 +00:00
lazy_static = "1.2.0"
log = "0.4.6"
md5 = "0.6.1"
2018-12-22 09:33:14 +00:00
regex = "1.1.0"
reqwest = "0.9.5"
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"
2017-12-06 18:21:48 +00:00
[dependencies.chrono]
2018-09-18 08:53:15 +00:00
version = "0.4.6"
2018-12-30 22:05:23 +00:00
features = ["serde"]
[dependencies.serde]
version = "1.0.82"
features = ["derive"]