syncthing 0.1.0

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

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

[dependencies.futures-util]
version = "0.3.1"

[dependencies.http]
version = "0.1.21"

[dependencies.http-client]
features = ["native_client"]
version = "1.1.1"

[dependencies.serde]
version = "1.0.104"

[dependencies.serde_derive]
version = "1.0.104"

[dependencies.serde_json]
features = ["raw_value"]
version = "1.0.44"

[dependencies.surf]
version = "1.0.3"

[dependencies.url]
version = "2.1.1"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.4.0"

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