# 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 = "cache_bust_cli" version = "0.2.0" authors = ["David Wolff"] description = "CLI tool for use in conjunction with the cache_bust crate to add hashes to file names" readme = "README.md" keywords = [ "cache", "hash", "web", "busting", "cli", ] categories = [ "caching", "filesystem", "command-line-utilities", ] license = "MIT" repository = "https://github.com/dav-wolff/cache_bust" [[bin]] name = "cachebust" path = "./src/main.rs" [dependencies.cache_bust] version = "0.2.0" features = ["build"] default-features = false [dependencies.clap] version = "4.5" features = ["derive"]