[dependencies.reqwest]
default-features = false
features = ["json", "multipart"]
version = "^0.12"
[dependencies.serde]
features = ["derive"]
version = "^1.0"
[dependencies.serde_json]
version = "^1.0"
[dependencies.serde_repr]
version = "^0.1"
[dependencies.serde_with]
default-features = false
features = ["base64", "std", "macros"]
version = "^3.8"
[dependencies.url]
version = "^2.5"
[lib]
name = "overseerr"
path = "src/lib.rs"
[package]
authors = ["OpenAPI Generator team and contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This is the documentation for the Overseerr API backend. Two primary authentication methods are supported: - **Cookie Authentication**: A valid sign-in to the `/auth/plex` or `/auth/local` will generate a valid authentication cookie. - **API Key Authentication**: Sign-in is also possible by passing an `X-Api-Key` header along with a valid API Key generated by Overseerr. "
edition = "2021"
license = "Unlicense"
name = "overseerr"
readme = "README.md"
version = "0.1.1"