[package] authors = ["Daniel Garcia "] name = "fractal-matrix-api" version = "4.0.0" workspace = "../" 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] 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" urlencoding = "1.0.0" md5 = "0.6.1" lazy_static = "1.2.0" [dependencies.cairo-rs] features = ["png"] version = "0.5.0" [dependencies.chrono] features = ["serde"] version = "0.4.6"