# 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" name = "rumraisin" version = "0.2.0" description = "An RSS/Atom reader for Matrix." documentation = "https://zluudg.gitlab.io/rumraisin" readme = "README.md" keywords = [ "aggregator", "rss", "atom", "matrix", ] license = "MIT" repository = "https://gitlab.com/zluudg/rumraisin" [dependencies.anyhow] version = "1.0.79" [dependencies.base64-url] version = "2.0.2" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.figment] version = "0.10.14" features = [ "yaml", "env", ] [dependencies.getrandom] version = "0.2.12" features = ["std"] [dependencies.lazy_static] version = "1.4.0" [dependencies.minijinja] version = "1.0.13" [dependencies.reqwest] version = "0.11.23" [dependencies.roxmltree] version = "0.19.0" [dependencies.ruma] version = "0.9.4" features = [ "appservice-api-c", "client-api-c", "client-ext-client-api", "client-reqwest", ] [dependencies.ruma-client] version = "0.12.0" [dependencies.sea-orm] version = "0.12.14" features = [ "sqlx-sqlite", "runtime-tokio-native-tls", "debug-print", ] [dependencies.sea-orm-migration] version = "0.12.14" [dependencies.sea-query] version = "0.30.7" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.tokio] version = "1.35.0" features = [ "full", "tracing", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.5.0"