# 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 = "tvrank-cli" version = "0.8.5" authors = ["Fred Morcos "] description = "Query and sort information about movies and series" homepage = "https://github.com/fredmorcos/tvrank" readme = "README.md" keywords = [ "tv", "series", "movies", "imdb", "rank", ] categories = [ "caching", "command-line-utilities", "filesystem", "multimedia::video", "parsing", ] license = "MIT" repository = "https://github.com/fredmorcos/tvrank" resolver = "1" [[bin]] name = "tvrank" path = "src/main.rs" [dependencies.atoi] version = "1.0" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.derive_more] version = "0.99" [dependencies.directories] version = "4.0" [dependencies.env_logger] version = "0.9" [dependencies.humantime] version = "2.1" [dependencies.indicatif] version = "0.16" [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "0.10" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.truncatable] version = "0.1" [dependencies.tvrank] version = "0.8.5" [dependencies.url] version = "2.2" [dependencies.walkdir] version = "2.3"