[package] name = "plex-cli" version = "0.0.3" authors = ["Andrey Yantsen "] edition = "2021" license = "MIT/Apache-2.0" description = "Command line interface for managing Plex Media Server" [package.metadata.workspaces] independent = true [dependencies] plex-api = { version = ">= 0.0.10", path = "../plex-api" } tokio = { version = "^1.23", features = ["macros", "rt-multi-thread", "time", "fs"] } anyhow = "^1.0" xflags = "^0.3" indicatif = { version = "^0.17.3", features = ["tokio"] } tokio-util = { version = "0.7.7", features = ["compat", "futures-io"] }