# 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 = "2018" name = "synapse-admin-api" version = "0.6.0" description = "Types for the endpoints in the synapse admin API." homepage = "https://www.ruma.io/" readme = "README.md" keywords = [ "matrix", "chat", "messaging", "ruma", ] categories = [ "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/ruma/synapse-admin-api" [dependencies.hex] version = "0.4.3" optional = true [dependencies.hmac] version = "0.12.1" optional = true [dependencies.ruma] version = "0.9.4" features = [ "api", "events", ] [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.sha1] version = "0.10.1" optional = true [dev-dependencies.serde_json] version = "1.0.61" [features] client = [] server = [] shared-secret-registration-mac = [ "dep:hex", "dep:hmac", "dep:sha1", ] unstable-exhaustive-types = []