beeper-desktop-api 0.1.1

Rust API wrapper for Beeper Desktop API
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.reqwest]
features = ["json"]
version = "0.12.25"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[dependencies.urlencoding]
version = "2.1"

[[example]]
name = "fetch_accounts"
path = "examples/fetch_accounts.rs"

[[example]]
name = "fetch_chats"
path = "examples/fetch_chats.rs"

[[example]]
name = "fetch_messages"
path = "examples/fetch_messages.rs"

[[example]]
name = "search"
path = "examples/search.rs"

[[example]]
name = "send_message"
path = "examples/send_message.rs"

[lib]
name = "beeper_desktop_api"
path = "src/lib.rs"

[package]
authors = ["Erdem Göksel"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "authentication"]
description = "Rust API wrapper for Beeper Desktop API"
edition = "2021"
keywords = ["beeper", "messaging", "chat", "api-wrapper", "async"]
license = "MIT"
name = "beeper-desktop-api"
readme = "README.md"
repository = "https://github.com/ErdemGKSL/beeper-desktop-api"
version = "0.1.1"

[[test]]
name = "accounts"
path = "tests/accounts.rs"

[[test]]
name = "app"
path = "tests/app.rs"

[[test]]
name = "chats"
path = "tests/chats.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "messages"
path = "tests/messages.rs"