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