thumper 0.2.2

Sync static files to BunnyCDN
# 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 = "2024"
name = "thumper"
version = "0.2.2"
authors = ["Robin Kåveland <robin@kaveland.no>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync static files to BunnyCDN"
homepage = "https://github.com/kaaveland/thumper"
readme = "README.md"
keywords = [
    "devtools",
    "cdn",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/kaaveland/thumper.git"

[[bin]]
name = "thumper"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.5.36"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5.47"

[dependencies.crossbeam]
version = "0.8.4"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.infer]
version = "0.19.0"

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.reqwest]
version = "0.12.15"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.sha2]
version = "0.10.8"

[dependencies.urlencoding]
version = "2.1.3"