plex-api 0.0.3

Library for communication with Plex server. Work in progress, not ready for any use. See github for details.
Documentation
[dependencies.futures]
version = "^0.3.19"

[dependencies.http]
version = "^0.2.6"

[dependencies.http-serde]
version = "^1.0"

[dependencies.isahc]
features = ["json", "text-decoding"]
version = "^1.6.0"

[dependencies.quick-xml]
features = ["serialize"]
version = "^0.22"

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

[dependencies.serde_json]
version = "^1.0"

[dependencies.serde_plain]
version = "^1.0.0"

[dependencies.serde_repr]
version = "^0.1"

[dependencies.serde_urlencoded]
version = "^0.7.1"

[dependencies.serde_with]
features = ["json"]
version = "^1.11"

[dependencies.sys-info]
version = "^0.9"

[dependencies.thiserror]
version = "^1.0"

[dependencies.time]
features = ["serde-well-known"]
version = "^0.3"

[dependencies.uuid]
features = ["v4", "serde"]
version = "^0.8"
[dev-dependencies.async-std]
features = ["attributes"]
version = "^1.10"

[dev-dependencies.cargo-husky]
default-features = false
features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"]
version = "1"

[dev-dependencies.httpmock]
version = "^0.6"

[dev-dependencies.rstest]
version = "^0.12.0"

[features]
tests_deny_unknown_fields = []
tests_only_online = []
tests_only_online_claimed_server = ["tests_only_online"]
tests_only_online_unclaimed_server = ["tests_only_online"]

[package]
authors = ["Andrey Yantsen <andrey@janzen.su>"]
categories = ["api-bindings"]
description = "Library for communication with Plex server. Work in progress, not ready for any use. See github for details."
edition = "2018"
license = "MIT/Apache-2.0"
name = "plex-api"
readme = "../../README.md"
repository = "https://github.com/andrey-yantsen/plex-api.rs"
rust-version = "1.53.0"
version = "0.0.3"