# 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 = "blog-replay" version = "0.1.5" description = "A utility to replay a blog's archive into an Atom feed" license = "MIT" resolver = "2" [dependencies.anyhow] version = "1.0" [dependencies.atom_syndication] version = "0.11.0" features = ["with-serde"] [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33" default-features = false [dependencies.confy] version = "0.4" [dependencies.convert_case] version = "0.5.0" [dependencies.directories] version = "2.0" [dependencies.indicatif] version = "0.16" [dependencies.lazy_static] version = "1.4" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sled] version = "0.34" [dependencies.tokio] version = "1.14" features = ["macros", "rt-multi-thread", "time"] [dependencies.tokio-retry] version = "0.3"