# 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 = "bisky"
version = "0.3.0"
description = "Bluesky API library"
homepage = "https://github.com/jesopo/bisky"
documentation = "https://docs.rs/bisky/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jesopo/bisky"

[dependencies.async-trait]
version = "0.1.68"

[dependencies.chrono]
version = "0.4.24"
features = ["serde"]

[dependencies.derive_builder]
version = "0.12.0"

[dependencies.miette]
version = "5.8.0"

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.reqwest]
version = "0.11.16"
features = [
    "json",
    "rustls",
]

[dependencies.serde]
version = "1.0.160"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.96"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.tokio]
version = "1.27.0"
features = ["fs"]