bsky-cli 0.1.37

CLI application for Bluesky using ATrium API
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"
rust-version = "1.85"
name = "bsky-cli"
version = "0.1.37"
authors = ["sugyan <sugi1982+github@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI application for Bluesky using ATrium API"
readme = "README.md"
keywords = [
    "atproto",
    "bluesky",
    "atrium",
    "cli",
]
license = "MIT"
repository = "https://github.com/atrium-rs/atrium"
resolver = "2"

[lib]
name = "bsky_cli"
path = "src/lib.rs"

[[bin]]
name = "bsky-cli"
path = "src/bin/main.rs"

[dependencies.anyhow]
version = "1.0.86"

[dependencies.bsky-sdk]
version = "0.1.24"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "~4.4.18"
features = ["derive"]

[dependencies.dirs]
version = "5.0.1"

[dependencies.serde]
version = "1.0.202"

[dependencies.serde_json]
version = "1.0.125"

[dependencies.tokio]
version = "1.44"
features = ["full"]
default-features = false