# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.65.0" name = "plex-api" version = "0.0.11" authors = ["Andrey Yantsen "] description = "Library for communication with Plex server. Work in progress, not ready for any use. See github for details." readme = "README.md" categories = ["api-bindings"] license = "MIT/Apache-2.0" repository = "https://github.com/andrey-yantsen/plex-api.rs" resolver = "1" [dependencies.enum_dispatch] version = "^0.3.8" [dependencies.futures] version = "^0.3.25" [dependencies.http] version = "^0.2.8" [dependencies.http-serde] version = "^1.1" [dependencies.isahc] version = "^1.7.2" features = [ "json", "text-decoding", ] [dependencies.monostate] version = "^0.1.2" [dependencies.quick-xml] version = "^0.28" features = ["serialize"] [dependencies.secrecy] version = "^0.8" features = ["serde"] [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde-aux] version = "^4.1.2" [dependencies.serde_json] version = "^1.0" [dependencies.serde_plain] version = "^1.0.1" [dependencies.serde_repr] version = "^0.1" [dependencies.serde_urlencoded] version = "^0.7.1" [dependencies.serde_with] version = "^3.0" features = ["json"] [dependencies.sys-info] version = "^0.9" [dependencies.thiserror] version = "^1.0" [dependencies.time] version = "^0.3" features = [ "serde-well-known", "serde-human-readable", ] [dependencies.tracing] version = "^0.1.37" features = ["attributes"] [dependencies.uuid] version = "^1.2" features = [ "v4", "serde", ] [dev-dependencies.async-std] version = "^1.12" features = ["attributes"] [dev-dependencies.cargo-husky] version = "1" features = [ "precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt", ] default-features = false [dev-dependencies.dash-mpd] version = "^0.9.0" [dev-dependencies.hls_m3u8] version = "^0.4.1" [dev-dependencies.httpmock] version = "^0.6" [dev-dependencies.image] version = "^0.24.5" [dev-dependencies.mp3-metadata] version = "^0.3.4" [dev-dependencies.mp4] version = "^0.13.0" [dev-dependencies.pico-args] version = "^0.5.0" [dev-dependencies.rpassword] version = "^7.2" [dev-dependencies.rstest] version = "^0.17.0" [dev-dependencies.tracing-subscriber] version = "^0.3" [build-dependencies.inflections] version = "^1.0" [build-dependencies.regex] version = "^1.7" [build-dependencies.serde] version = "^1.0" features = ["derive"] [build-dependencies.serde_json] version = "^1.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"] tests_shared_server_access_token = []