# 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 = "storyship" version = "0.1.6" description = "RSS reader for the terminal (WIP)" documentation = "https://docs.rs/storyship/0.1.2/storyship" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/ervinpopescu/storyship/" [lib] name = "storyship_lib" path = "src/lib/mod.rs" [[bin]] name = "storyship" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.34" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.crossterm] version = "0.27.0" features = ["event-stream"] [dependencies.env_logger] version = "0.11.2" [dependencies.html-escape] version = "0.2.13" [dependencies.log] version = "0.4.21" [dependencies.ratatui] version = "0.26.1" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.24" [dependencies.rss] version = "2.0.7" [dependencies.serde_json] version = "1.0.114" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.url-escape] version = "0.1.1"