# 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-sdk" version = "0.1.13" authors = ["sugyan "] description = "ATrium-based SDK for Bluesky" documentation = "https://docs.rs/bsky-sdk" readme = "README.md" keywords = [ "atproto", "bluesky", "atrium", "sdk", ] license = "MIT" repository = "https://github.com/sugyan/atrium" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.anyhow] version = "1.0.86" [dependencies.atrium-api] version = "0.24.8" features = [ "agent", "bluesky", ] default-features = false [dependencies.atrium-xrpc-client] version = "0.5.10" optional = true [dependencies.chrono] version = "0.4" [dependencies.psl] version = "2.1.42" optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_json] version = "1.0.125" [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.8.13" optional = true [dependencies.trait-variant] version = "0.1.2" [dependencies.unicode-segmentation] version = "1.11.0" optional = true [dev-dependencies.ipld-core] version = "0.4.1" features = ["std"] default-features = false [dev-dependencies.tokio] version = "1.39" features = [ "macros", "rt-multi-thread", ] default-features = false [features] config-toml = ["toml"] default = [ "default-client", "rich-text", ] default-client = ["atrium-xrpc-client"] rich-text = [ "psl", "unicode-segmentation", ]