# 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" rust-version = "1.75" name = "bsky-cli" version = "0.1.26" authors = ["sugyan "] description = "CLI application for Bluesky using ATrium API" readme = "README.md" keywords = [ "atproto", "bluesky", "atrium", "cli", ] license = "MIT" repository = "https://github.com/sugyan/atrium" [[bin]] name = "bsky-cli" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.bsky-sdk] version = "0.1.13" [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.39" features = ["full"] default-features = false