# 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 = "2018" name = "rss-to-lametric" version = "2.0.0" authors = ["François-Guillaume RIBREAU "] description = "🛫 Fastest way to expose a RSS feed to your LaMetric - https://store.lametric.com/?rfsn=853404.8b38b6 🎩" homepage = "https://github.com/FGRibreau/rss-to-lametric" documentation = "https://docs.rs/rss-to-lametric" readme = "README.md" keywords = [ "rss", "lametric", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/FGRibreau/rss-to-lametric" [package.metadata.release] pre-release-commit-message = "Release {{version}} 🎉🎉" [profile.dev] opt-level = 0 debug = true debug-assertions = true [profile.dev.package.backtrace] opt-level = 3 [profile.release] opt-level = "s" lto = true debug = false debug-assertions = false panic = "abort" [dependencies.actix-rt] version = "2.7.0" [dependencies.actix-web] version = "4.2.1" [dependencies.cached] version = "0.41.0" features = ["async_tokio_rt_multi_thread"] [dependencies.color-eyre] version = "0.6" [dependencies.feed-rs] version = "1.2.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.reqwest] version = "0.9.24" [dependencies.serde] version = "1.0.151" [dependencies.serde_derive] version = "1.0.110" [dependencies.serde_json] version = "1.0.53" [features]