# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "yts" version = "0.1.0" authors = ["Florin "] description = "lib and cli tool for crawling movies out of yts.mx" readme = "README.md" keywords = ["cli", "api", "http", "terminal", "torrents"] categories = ["api-bindings", "command-line-utilities", "command-line-interface"] license = "MIT" repository = "https://github.com/florinutz/yts" [dependencies.cached-path] version = "^0.5" [dependencies.chrono] version = "^0.4" features = ["serde"] [dependencies.clap] version = "2" features = ["suggestions", "color", "wrap_help"] [dependencies.colored] version = "2" [dependencies.env_logger] version = "0.8" [dependencies.hyphenation] version = "0.8.0" [dependencies.log] version = "0.4" [dependencies.prettytable-rs] version = "^0.8" [dependencies.reqwest] version = "^0.11" features = ["json", "blocking"] [dependencies.select] version = "0.6.0-alpha.1" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.strum] version = "^0.20" features = ["derive", "strum_macros"] [dependencies.textwrap] version = "^0.13" features = ["hyphenation"] [dependencies.url] version = "2" features = ["serde"]