# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "the-daily-stallman" version = "0.3.1" authors = ["Kalle Lindström "] exclude = ["/tests"] description = "Read the news like Stallman would. No JavaScript required." readme = "README.md" keywords = ["text-extraction", "news", "RMS", "Stallman"] categories = ["command-line-utilities"] license = "GPL-3.0" repository = "https://github.com/kl/the-daily-stallman" [[bin]] name = "tds" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.extrablatt] version = "0.1" [dependencies.html5ever] version = "0.25" [dependencies.kuchiki] version = "0.8" [dependencies.lazy_static] version = "1.4" [dependencies.rayon] version = "1.5" [dependencies.regex] version = "1.4" [dependencies.rss] version = "1.9" [dependencies.selectors] version = "0.22" [dependencies.ureq] version = "2.0" features = ["charset"] [dependencies.url] version = "2.1" [dependencies.which] version = "4.0"