# 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 = "rss2email" version = "2.1.0" description = "An RSS feed aggregator that notifies you of new posts via email." readme = "README.md" keywords = [ "rss", "atom", "email", ] categories = [ "feed", "email", "blog", ] license = "GPL-3.0" repository = "https://github.com/AntoniosBarotsis/Rss2Email" [lib] name = "rss2email_lib" path = "src/lib.rs" [[bin]] name = "rss2email" path = "src/main.rs" [[bench]] name = "bench_main" harness = false [dependencies.chrono] version = "0.4.23" features = ["clock"] default-features = false [dependencies.dotenvy] version = "0.15.5" [dependencies.enum_dispatch] version = "0.3.8" [dependencies.env_logger] version = "0.11.1" [dependencies.futures] version = "0.3.24" [dependencies.http] version = "1.0.0" [dependencies.itertools] version = "0.12.1" [dependencies.lambda_runtime] version = "0.9.1" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.15.0" [dependencies.quick-xml] version = "0.31" features = ["serialize"] [dependencies.regex] version = "1.7.0" [dependencies.reqwest] version = "0.11" features = [ "rustls-tls", "blocking", ] default-features = false [dependencies.resend-rs] version = "0.3.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_derive] version = "1.0.144" [dependencies.tokio] version = "1.25.0" features = ["macros"] default-features = false [dependencies.tracing] version = "0.1" features = ["log"] optional = true [dependencies.tracing-subscriber] version = "0.3" features = ["fmt"] optional = true default-features = false [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.pretty_assertions] version = "1.3.0" [features] aws-lambda = [ "dep:lambda_runtime", "dep:tracing", "dep:tracing-subscriber", ]