# 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" rust-version = "1.72" name = "warmer" version = "0.1.2" authors = ["Abhai Sasidharan "] include = [ "/Cargo.toml", "/Dockerfile", "/LICENSE", "/README.md", "/src/**", "/tests/**", ] description = "A lightweight CDN cache warmer. A sitemap.xml is required for this to work. See README on how to use." readme = "README.md" keywords = [ "cache", "cdn", "cache-warmer", ] license = "GPL-3.0-or-later" repository = "https://github.com/codingsasi/warmer" [dependencies.clap] version = "4.0.18" features = ["derive"] [dependencies.ctrlc] version = "3.2.3" [dependencies.isahc] version = "1.7.2" [dependencies.scraper] version = "0.13.0" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde-xml-rs] version = "0.6.0" [dependencies.url] version = "2"