# 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 = "mov-cli-rs" version = "1.0.1" authors = ["BzzzThe18th"] exclude = [ ".gitattributes", ".gitignore", ] description = "A CLI tool for scraping and playing TV, movies and anime." readme = "README.md" keywords = [ "cli", "movies", "tv", "anime", "scraping", ] categories = [ "command-line-interface", "command-line-utilities", ] license-file = "LICENSE" repository = "https://github.com/BzzzThe18th/mov-cli-rs" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.fzf-wrapped] version = "0.1.3" [dependencies.reqwest] version = "0.11.24" features = [ "blocking", "json", "cookies", ] [dependencies.serde] version = "1.0.197" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.termsize] version = "0.1.6" [dependencies.text_io] version = "0.1.12"