# 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 = "force-rss" version = "0.2.0" authors = ["Nick Parker "] exclude = [ "README.md", "Dockerfile", ".build.yml", "*.sh", ] description = "Twitch RSS feed generator/proxy" readme = "README-CRATES.md" license-file = "LICENCE.md" repository = "https://sr.ht/~nickbp/force-rss/" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.8" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.dtparse] version = "1.3" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.retainer] version = "0.3" [dependencies.rss] version = "2.0" [dependencies.scraper] version = "0.17" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.7" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dependencies.url] version = "2.3" features = ["serde"] [dependencies.warp] version = "0.3"