# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "ruma-client-api" version = "0.18.0" description = "Types for the endpoints in the Matrix client-server API." homepage = "https://ruma.dev/" readme = "README.md" keywords = [ "matrix", "chat", "messaging", "ruma", ] categories = [ "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/ruma/ruma" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.as_variant] version = "1.2.0" [dependencies.assign] version = "1.1.1" [dependencies.bytes] version = "1.0.1" [dependencies.date_header] version = "1.0.5" [dependencies.http] version = "1.1.0" [dependencies.js_int] version = "0.2.2" features = ["serde"] [dependencies.js_option] version = "0.1.1" [dependencies.maplit] version = "1.0.2" [dependencies.ruma-common] version = "0.13.0" features = ["api"] [dependencies.ruma-events] version = "0.28.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_html_form] version = "0.2.0" [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dependencies.web-time] version = "1.1.0" [dev-dependencies.assert_matches2] version = "0.1.0" [features] client = [] compat-empty-string-null = [] compat-get-3pids = [] compat-unset-avatar = [] compat-upload-signatures = [] server = [] unstable-exhaustive-types = ["ruma-common/unstable-exhaustive-types"] unstable-msc2448 = [] unstable-msc2654 = [] unstable-msc2666 = [] unstable-msc2705 = [] unstable-msc2965 = [] unstable-msc2967 = [] unstable-msc3266 = [] unstable-msc3488 = [] unstable-msc3575 = [] unstable-msc3814 = [] unstable-msc3843 = [] unstable-msc3983 = [] unstable-msc4121 = []