# 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 = "kickasstorrent" version = "0.1.7" authors = ["Tsiry Sandratraina "] description = "Rust library for KickassTorrents" documentation = "https://docs.rs/kickasstorrent" readme = "README.md" keywords = [ "tokio", "torrent", "cli", "kickasstorrents", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/tsirysndr/kickasstorrent" resolver = "2" [dependencies.clap] version = "3.2.17" [dependencies.colored_json] version = "2.1.0" [dependencies.const_format] version = "0.2.26" [dependencies.owo-colors] version = "3.5.0" [dependencies.scraper] version = "0.13.0" [dependencies.serde] version = "1.0.143" [dependencies.serde_json] version = "1.0.83" [dependencies.surf] version = "2.3.2" [dependencies.tabled] version = "0.8.0" features = ["color"] [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.urlencoding] version = "2.1.0"