# 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 = "vizer-cli" version = "1.0.0" authors = ["João Ribeiro"] description = "A cli tool to watch movies, series and animes in Portuguese" readme = "./CRATE_README.md" keywords = [ "cli", "movies", "series", "anime", "portuguese", ] license = "GPL-3.0" repository = "https://github.com/anotherlusitano/vizer-cli" [dependencies.clap] version = "4.4.4" [dependencies.fantoccini] version = "0.21.0" [dependencies.futures] version = "0.3.30" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.scraper] version = "0.17.1" [dependencies.selthi] version = "0.2.7" features = ["with_images"] [dependencies.serde_json] version = "1.0.120" [dependencies.tokio] version = "1.32.0" features = [ "macros", "rt-multi-thread", ]