# 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-federation-api" version = "0.10.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Types for the endpoints in the Matrix server-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 [lib] name = "ruma_federation_api" path = "src/lib.rs" [[test]] name = "it" path = "tests/it/main.rs" [dependencies.bytes] version = "1.0.1" optional = true [dependencies.http] version = "1.1.0" [dependencies.httparse] version = "1.9.0" optional = true [dependencies.js_int] version = "0.2.2" features = ["serde"] [dependencies.memchr] version = "2.7.0" optional = true [dependencies.mime] version = "0.3.0" [dependencies.rand] version = "0.8.5" optional = true [dependencies.ruma-common] version = "0.14.0" features = ["api"] [dependencies.ruma-events] version = "0.29.0" [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.87" [dev-dependencies.assert_matches2] version = "0.1.0" [dev-dependencies.http] version = "1.1.0" [features] client = [ "dep:httparse", "dep:memchr", ] compat-empty-string-null = [] server = [ "dep:bytes", "dep:rand", ] unstable-exhaustive-types = [] unstable-msc2448 = [] unstable-msc3618 = [] unstable-msc3723 = [] unstable-msc3843 = [] unstable-msc4125 = [] unstable-unspecified = [] [lints.clippy] arc_with_non_send_sync = "allow" branches_sharing_code = "warn" cloned_instead_of_copied = "warn" dbg_macro = "warn" disallowed_types = "warn" empty_line_after_outer_attr = "warn" exhaustive_enums = "warn" exhaustive_structs = "warn" inefficient_to_string = "warn" macro_use_imports = "warn" map_flatten = "warn" missing_enforced_import_renames = "warn" mod_module_files = "warn" mut_mut = "warn" new_without_default = "allow" nonstandard_macro_braces = "warn" semicolon_if_nothing_returned = "warn" str_to_string = "warn" todo = "warn" unreadable_literal = "warn" unseparated_literal_suffix = "warn" wildcard_imports = "warn" [lints.rust] semicolon_in_expressions_from_macros = "warn" unreachable_pub = "warn" unused_import_braces = "warn" unused_qualifications = "warn" [lints.rust.rust_2018_idioms] level = "warn" priority = -1