# 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 = "vkdl" version = "0.1.2" authors = ["djakish <69299717+djakish@users.noreply.github.com>"] description = "Cli tool to download video from vk" homepage = "https://github.com/djakish/vkdl" readme = "README.md" keywords = ["vk"] license = "MIT OR Apache-2.0" resolver = "2" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.futures-util] version = "0.3.21" [dependencies.indicatif] version = "0.16.2" [dependencies.reqwest] version = "0.11" features = ["stream"] [dependencies.scraper] version = "0.13.0" [dependencies.tokio] version = "1" features = ["full"]