ttrss_api 0.1.0

API bindings for TinyTinyRSS
Documentation
[[example]]
name = "simple"
path = "examples/simple.rs"
[dependencies.chrono]
features = ["serde"]
version = "^0.4.11"

[dependencies.reqwest]
features = ["blocking", "json"]
version = "^0.10.4"

[dependencies.serde]
features = ["derive"]
version = "^1.0.107"

[dependencies.serde_json]
version = "^1.0.52"

[dependencies.serde_with]
version = "^1.4.0"

[dependencies.strum]
version = "^0.18.0"

[dependencies.strum_macros]
version = "^0.18.0"

[package]
authors = ["Jeff <jeffka11@gmail.com>"]
categories = ["api-bindings"]
description = "API bindings for TinyTinyRSS"
exclude = ["run_example.sh"]
homepage = "https://github.com/jeffka11/ttrss_api"
keywords = ["api", "TTRSS", "TinyTinyRSS"]
license = "MIT OR Apache-2.0"
name = "ttrss_api"
repository = "https://github.com/jeffka11/ttrss_api"
version = "0.1.0"