archivr 0.2.1

A Tumblr backup tool
Documentation
# 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 = "archivr"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tumblr backup tool"
readme = "README.md"
keywords = [
    "tumblr",
    "backup",
    "archive",
]
categories = ["command-line-utilities"]
license = "GPL-3.0"
repository = "https://github.com/ryanfaulhaber/archivr"

[lib]
name = "archivr"
path = "lib.rs"

[[bin]]
name = "archivr"
path = "main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.camino]
version = "1.2"
features = ["serde1"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crabrave]
version = "0.8"
features = ["cookies"]

[dependencies.directories]
version = "6"

[dependencies.env_logger]
version = "0.11"

[dependencies.fs-err]
version = "3.2"
features = ["tokio"]

[dependencies.log]
version = "0.4"

[dependencies.minijinja]
version = "2.14"

[dependencies.open]
version = "5.3"

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.49"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "sync",
]

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

[lints.clippy]
await_holding_invalid_type = "deny"
await_holding_lock = "deny"
await_holding_refcell_ref = "deny"
dbg_macro = "deny"
disallowed_types = "deny"
expect_used = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"