# 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-state-res" version = "0.11.0" description = "An abstraction for Matrix state resolution." homepage = "https://ruma.dev/" readme = "README.md" keywords = [ "matrix", "chat", "ruma", ] categories = [ "api-bindings", "web-programming", ] license = "MIT" repository = "https://github.com/ruma/ruma" [package.metadata.docs.rs] all-features = true [[bench]] name = "state_res_bench" harness = false required-features = ["criterion"] [dependencies.criterion] version = "0.5.0" optional = true [dependencies.itertools] version = "0.12.1" [dependencies.js_int] version = "0.2.2" [dependencies.ruma-common] version = "0.13.0" [dependencies.ruma-events] version = "0.28.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dependencies.thiserror] version = "1.0.37" [dependencies.tracing] version = "0.1.37" features = ["std"] default-features = false [dev-dependencies.maplit] version = "1.0.2" [dev-dependencies.rand] version = "0.8.3" [dev-dependencies.ruma-events] version = "0.28.0" features = ["unstable-pdu"] [dev-dependencies.tracing-subscriber] version = "0.3.16" [features] unstable-exhaustive-types = []