syncthing-types 0.3.0

A Rust library containing Type defintions from syncthing's REST interface
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.http-serde-ext]
version = "1"

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

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

[features]
default = ["utils"]
utils = []

[lib]
name = "syncthing_types"
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 = ["network-programming"]
description = "A Rust library containing Type defintions from syncthing's REST interface"
edition = "2024"
keywords = ["syncthing", "rest", "http"]
license = "MIT"
name = "syncthing-types"
readme = "README.md"
repository = "https://github.com/jaycefayne/syncthing-rs"
version = "0.3.0"