# 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 = "tinyrss" version = "1.0.1" authors = ["Denis Borsukov"] exclude = ["/wix"] description = "Small and simple RSS aggregator" homepage = "https://github.com/dbsdm/tinyrss" readme = "README.md" keywords = [ "news", "feed", "rss", "aggregator", "reader", ] categories = [ "gui", "rss", ] license = "MIT OR Apache-2.0" [dependencies.async-recursion] version = "1.0.4" [dependencies.bytes] version = "1.4.0" [dependencies.chrono] version = "0.4.24" [dependencies.copypasta] version = "0.8.2" [dependencies.crossbeam-channel] version = "0.5.7" [dependencies.dirs] version = "5.0" [dependencies.eframe] version = "0.21.0" [dependencies.egui] version = "0.21.0" [dependencies.egui-modal] version = "0.2.2" [dependencies.feed-rs] version = "1.3.0" [dependencies.futures] version = "0.3.27" [dependencies.image] version = "0.24.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.opml] version = "1.1.5" [dependencies.parking_lot] version = "0.12.1" [dependencies.reqwest] version = "0.11.14" [dependencies.rfd] version = "0.11.3" [dependencies.serde] version = "1.0.159" [dependencies.serde_yaml] version = "0.9.19" [dependencies.sqlx] version = "0.6.3" features = [ "runtime-tokio-native-tls", "sqlite", "macros", ] [dependencies.tokio] version = "1.17.0" features = [ "rt", "rt-multi-thread", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"] [dependencies.unicode-truncate] version = "0.2.0" [target."cfg(windows)".build-dependencies.winres] version = "0.1.12"