shreddit 1.1.10

Overwrite and delete your Reddit account history.
# 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 = "shreddit"
version = "1.1.10"
authors = ["Andrew Banchich <crates-io@andrew.banchi.ch>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Overwrite and delete your Reddit account history."
readme = "README.md"
license = "MIT"
repository = "https://github.com/andrewbanchich/shreddit"

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

[dependencies.async-stream]
version = "0.3.6"

[dependencies.async-trait]
version = "0.1.89"

[dependencies.clap]
version = "4.6.0"
features = [
    "derive",
    "env",
]

[dependencies.csv]
version = "1.4.0"

[dependencies.dotenvy]
version = "0.15.7"

[dependencies.futures-core]
version = "0.3.32"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.jiff]
version = "0.2.23"
features = ["serde"]

[dependencies.parse_datetime]
version = "0.14.0"

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt",
    "macros",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"
features = [
    "fmt",
    "env-filter",
]