[dependencies.base64]
version = "0.22"
[dependencies.futures-util]
version = "0.3"
[dependencies.libc]
version = "0.2"
[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["net", "process", "rt", "sync", "time"]
version = "1"
[dependencies.tokio-tungstenite]
features = ["rustls-tls-native-roots"]
version = "0.26"
[dependencies.tracing]
version = "0.1"
[dependencies.url]
features = ["serde"]
version = "2"
[dev-dependencies.env_logger]
version = "0.11"
[dev-dependencies.log]
version = "0.4"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[dev-dependencies.which]
version = "7"
[[example]]
name = "standard_site_sync"
path = "examples/standard_site_sync.rs"
[lib]
name = "tapped"
path = "src/lib.rs"
[package]
authors = ["Thomas Karpiniec <tom.karpiniec@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust wrapper for the tap ATProto utility"
edition = "2021"
keywords = ["atproto", "tap"]
license = "MIT"
name = "tapped"
readme = "README.md"
repository = "https://github.com/thombles/tapped"
version = "0.1.0"
[[test]]
name = "integration"
path = "tests/integration.rs"