# 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 = "rssss" version = "0.1.1" authors = ["davirian.yin@gmail.com"] description = "Rsss is a tools to manager your rss sources" homepage = "https://github.com/DaviRain-Su/rss-source/tree/main" readme = "README.md" license = "MIT" repository = "https://github.com/DaviRain-Su/rss-source/tree/main" [dependencies.anyhow] version = "1.0.75" [dependencies.dirs] version = "5.0.1" [dependencies.opml] version = "1.1.5" [dependencies.rss] version = "2.0.6" features = ["validation"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3.26" [dependencies.xml] version = "0.8.10"