# 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" name = "atproto_api" version = "0.2.0" authors = ["Jordan Reger "] description = "A simple ATProto implementation in Rust" homepage = "https://atproto.com" readme = "README.md" keywords = [ "atproto", "atprotocol", "bluesky", "bsky", ] license = "BSD-3-Clause" repository = "https://git.sr.ht/~jordanreger/atproto_api" [dependencies.async-trait] version = "0.1.73" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.url] version = "2.4.0" [dev-dependencies.dotenv_codegen] version = "0.15.0" [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["full"]