# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cache-buster" version = "0.1.2" authors = ["Victor Gama "] exclude = ["staging/**"] description = "cache-buster helps static sites keep assets cached gracefully" homepage = "https://github.com/heyvito/cache-buster" documentation = "https://github.com/heyvito/cache-buster" keywords = ["cache", "buster", "asset", "hashing"] categories = ["development-tools"] license-file = "LICENSE" repository = "https://github.com/heyvito/cache-buster" [dependencies.clap] version = "2.33.3" [dependencies.lol_html] version = "0.2.0" [dependencies.sha-1] version = "0.9.4" [dependencies.tempfile] version = "3.2.0" [dependencies.url] version = "2.2.1" [dependencies.walkdir] version = "2.3.1"