skyscraper-cli 1.2.1

A CLI tool that deletes old posts from Bluesky and Mastodon
# 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 = "skyscraper-cli"
version = "1.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool that deletes old posts from Bluesky and Mastodon"
homepage = "https://github.com/ZacSweers/skyscraper"
readme = "README.md"
keywords = [
    "bluesky",
    "mastodon",
    "social-media",
    "cleanup",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/ZacSweers/skyscraper"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.env_logger]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[profile.dist]
lto = "thin"
inherits = "release"