# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "matrix-appservice-rs" version = "0.4.0" authors = ["Lieuwe Rooijakkers "] description = "A library to aid in creating Matrix appservices." license = "MIT" repository = "https://github.com/lieuwex/matrix-appservice-rs/" [package.metadata.docs.rs] all-features = true [dependencies.bytes] version = "1" optional = true [dependencies.hyper] version = "0.14" [dependencies.lol_html] version = "0.3.0" optional = true [dependencies.pcre2] version = "0.2.3" optional = true [dependencies.rand] version = "0.8" optional = true [dependencies.regex] version = "1" optional = true [dependencies.ruma] version = "0.1.0" features = ["appservice-api-s"] [dependencies.ruma-client] version = "0.5.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0" [features] convert = ["lol_html", "regex", "pcre2"] default = ["convert", "serve"] serve = ["hyper/server", "hyper/http1", "hyper/tcp", "bytes"]