[[bin]]
name = "cli-sky"
path = "src/main.rs"
[dependencies.atrium-api]
version = "0.25.3"
[dependencies.bsky-sdk]
version = "0.1.19"
[dependencies.chrono]
version = "0.4.41"
[dependencies.keyring]
features = ["apple-native", "windows-native", "sync-secret-service"]
version = "3"
[dependencies.quit]
version = "2.0.0"
[dependencies.rpassword]
version = "7.4.0"
[dependencies.serde]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[package]
authors = ["Sam Katevatis <samkatevatis@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A CLI AT protocol client"
edition = "2021"
homepage = "https://github.com/Samarinara/cli-sky"
keywords = ["cli", "bsky", "bluesky", "atprotocol", "ATrium"]
license = "Apache-2.0"
name = "cli-sky"
readme = "README.md"
repository = "https://github.com/Samarinara/cli-sky"
version = "0.3.0"