# 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-identity-service-api" version = "0.9.0" description = "Types for the endpoints in the Matrix identity service API." homepage = "https://ruma.dev/" readme = "README.md" keywords = [ "matrix", "chat", "messaging", "ruma", ] license = "MIT" repository = "https://github.com/ruma/ruma" [package.metadata.docs.rs] all-features = true [dependencies.js_int] version = "0.2.2" features = ["serde"] [dependencies.ruma-common] version = "0.13.0" features = ["api"] [dependencies.serde] version = "1.0.164" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.87" [features] client = [] server = [] unstable-exhaustive-types = []