# 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 = "2018" name = "plex-list" version = "0.1.8" authors = ["Mike Zeller "] description = "List Plex activity via a Tautulli (Plexpy) Server" readme = "README.md" keywords = [ "plex", "plexpy", "tautulli", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/papertigers/pls" [[bin]] name = "pls" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33.0" [dependencies.console] version = "0.11.2" [dependencies.dirs] version = "1.0.5" [dependencies.reqwest] version = "0.11.9" features = [ "blocking", "json", "native-tls-vendored", ] [dependencies.serde] version = "1.0.88" features = ["derive"] [dependencies.serde_json] version = "1.0.38" [dependencies.serde_repr] version = "0.1.4" [dependencies.toml] version = "0.5.1" [dependencies.unicode-truncate] version = "0.1.1" [dependencies.unicode-width] version = "0.1.5"