# 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 = "news_cli" version = "1.3.3" authors = ["Jonathan "] description = "A CLI to see developer news in the terminal 🐢" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/atticus64/news" [profile.release] opt-level = "s" lto = true codegen-units = 1 strip = true [[bin]] name = "news" path = "src/main.rs" [dependencies.clap] version = "4.1.8" [dependencies.colored] version = "2" [dependencies.crabquery] version = "0.1.9" [dependencies.dirs] version = "5.0.0" [dependencies.inquire] version = "0.5.2" [dependencies.json] version = "0.12.4" [dependencies.nanohtml2text] version = "0.1.4" [dependencies.scraper] version = "0.16" [dependencies.termimad] version = "0.23.0" [dependencies.terminal-spinners] version = "0.3.2" [dependencies.ureq] version = "2.6.2" [dependencies.webbrowser] version = "0.8.7" [target."cfg(target_arch = \"amd64\")"]