# 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 = "newsly" version = "0.1.0" authors = ["gralp-1"] description = "A command line utility to read news from various sources and collect it into a single place." readme = "README.md" categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/gralp-1/newsly" [dependencies.async-trait] version = "0.1.68" [dependencies.crossterm] version = "0.26.1" [dependencies.cursive] version = "0.20.0" features = ["crossterm-backend"] [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.16" [dependencies.scraper] version = "0.16.0" [dependencies.simple_tables] version = "0.3.0" [dependencies.terminal-link] version = "0.1.0" [dependencies.tokio] version = "1.27.0" features = ["full"]