# 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 = "atrium-api" version = "0.24.9" authors = ["sugyan "] description = "API library for AT Protocol (Bluesky)" documentation = "https://docs.rs/atrium-api" readme = "README.md" keywords = [ "atproto", "bluesky", ] license = "MIT" repository = "https://github.com/sugyan/atrium" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.atrium-xrpc] version = "0.12.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.http] version = "1.1.0" [dependencies.ipld-core] version = "0.4.1" features = [ "std", "serde", ] default-features = false [dependencies.langtag] version = "0.3" features = ["serde"] [dependencies.regex] version = "1" [dependencies.serde] version = "1.0.202" features = ["derive"] [dependencies.serde_bytes] version = "0.11.9" [dependencies.serde_json] version = "1.0.125" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.39" optional = true default-features = false [dependencies.trait-variant] version = "0.1.2" [dev-dependencies.atrium-xrpc-client] version = "0.5.10" [dev-dependencies.futures] version = "0.3.30" features = ["alloc"] default-features = false [dev-dependencies.serde_ipld_dagcbor] version = "0.6.0" features = ["std"] default-features = false [features] agent = ["tokio/sync"] bluesky = [ "namespace-appbsky", "namespace-chatbsky", ] default = [ "agent", "bluesky", ] namespace-appbsky = [] namespace-chatbsky = [] namespace-toolsozone = [] ozone = [ "namespace-appbsky", "namespace-chatbsky", "namespace-toolsozone", ] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.39" features = [ "macros", "rt-multi-thread", "time", ] default-features = false [target."cfg(target_arch = \"wasm32\")".dev-dependencies.bumpalo] version = "~3.14.0" [target."cfg(target_arch = \"wasm32\")".dev-dependencies.tokio] version = "1.39" features = [ "macros", "rt", ] default-features = false [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.41"