syncthing-async 0.1.0

A Rust library for controlling syncthing file synchronization through its REST interface
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.futures-core]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.reqwest]
default-features = false
features = ["charset", "http2", "json"]
version = "0.12"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.syncthing-types]
version = "0.2.0"

[dependencies.tokio]
version = "1"

[dev-dependencies.futures-util]
version = "0.3"

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

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

[package]
authors = ["Jayce Fayne <jayce.fayne@mailbox.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "network-programming"]
description = "A Rust library for controlling syncthing file synchronization through its REST interface"
edition = "2024"
keywords = ["syncthing", "rest", "http", "async"]
license = "MIT"
name = "syncthing-async"
readme = "README.md"
repository = "https://github.com/jaycefayne/syncthing-rs"
version = "0.1.0"