fractal/fractal-matrix-api/Cargo.toml
Daniel García Moreno 9d9bb35d42 New release 4.2.1
2019-09-21 08:58:13 +02:00

37 lines
751 B
TOML

[package]
authors = ["Daniel Garcia <danigm@wadobo.com>"]
name = "fractal-matrix-api"
version = "4.2.1"
workspace = "../"
edition = "2018"
description = """
Library to communicate with a Matrix.org server
"""
keywords = [
"matrix", "fractal"
]
license = "GPL-3.0"
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"
lazy_static = "1.2.0"
log = "0.4.6"
md5 = "0.6.1"
regex = "1.1.0"
reqwest = "0.9.5"
serde_json = "1.0.33"
time = "0.1.41"
url = "1.7.2"
urlencoding = "1.0.0"
gio = "0.7.0"
[dependencies.chrono]
version = "0.4.6"
features = ["serde"]
[dependencies.serde]
version = "1.0.82"
features = ["derive"]