# 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.56" name = "pyo3-matrix-synapse-module" version = "0.1.2" authors = ["Quentin Gliech "] exclude = [ "/.github", ".gitignore", ] description = "Write Matrix Synapse modules in Rust" license = "Apache-2.0" repository = "https://github.com/sandhose/pyo3-matrix-synapse-module/" [dependencies.bytes] version = "1" [dependencies.http] version = "0.2" [dependencies.http-body] version = "0.4.4" [dependencies.pyo3] version = ">=0.17, <0.19" [dependencies.pyo3-asyncio] version = ">=0.17, <0.19" [dependencies.pyo3-twisted-web] version = "0.1" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.serde_path_to_error] version = "0.1" [dependencies.tower-service] version = "0.3" [dependencies.tracing] version = "0.1.11"