# 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.70" name = "rss-forwarder" version = "0.7.1" authors = ["Markus Wiegand "] exclude = [ "/example", "/.github", ] description = "Checks RSS feeds for new entries and forwards them." readme = "README.md" keywords = [ "rss", "atom", "cli", "webhook", "stdio", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/morphy2k/rss-forwarder" [profile.release] opt-level = 3 lto = true debug = 0 strip = "debuginfo" [dependencies.async-trait] version = "0.1" [dependencies.atom_syndication] version = "0.12" default-features = false [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.html2text] version = "0.12" [dependencies.humantime-serde] version = "1" [dependencies.mimalloc] version = "0.1" optional = true [dependencies.pico-args] version = "0.5" [dependencies.reqwest] version = "0.11" features = ["json"] default-features = false [dependencies.rss] version = "2" default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.slack-bk] version = "0.1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.36" features = [ "rt-multi-thread", "fs", "sync", "signal", "macros", "time", "process", "parking_lot", ] [dependencies.toml] version = "0.8" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "std", "fmt", "tracing-log", "smallvec", "parking_lot", "env-filter", "ansi", "json", ] default-features = false [features] compression = [ "reqwest/deflate", "reqwest/brotli", "reqwest/gzip", ] default = [ "mimalloc", "rustls-tls", "trust-dns", "compression", "proxy", ] native-tls = ["reqwest/native-tls"] proxy = ["reqwest/socks"] rustls-tls = ["reqwest/rustls-tls"] trust-dns = ["reqwest/trust-dns"]