# 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 = "blooming" version = "0.5.0" authors = ["RinChanNOW "] description = "BT/PT 站订阅更新通知器。" homepage = "https://github.com/RinChanNOWWW/blooming" documentation = "https://github.com/RinChanNOWWW/blooming" readme = "README.md" keywords = [ "rss", "cronjob", "mikanproject", "pt", "bt", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/RinChanNOWWW/blooming" [lib] doctest = false [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.68" [dependencies.backon] version = "0.4" [dependencies.chrono] version = "0.4.22" [dependencies.clap] version = "3.2.22" features = [ "derive", "env", ] [dependencies.daemonize] version = "0.5.0" [dependencies.futures] version = "0.3.28" [dependencies.log] version = "0.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rss-for-mikan] version = "2.0.4-mikan" [dependencies.sensible-env-logger] version = "0.3" features = ["local-time"] [dependencies.serde] version = "1.0.145" features = ["derive"] [dependencies.serfig] version = "0.0.2" [dependencies.tokio] version = "1.28.0" features = [ "rt-multi-thread", "macros", ]