# 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 = "vk-auth" version = "0.1.0" authors = ["aCLr "] include = ["Cargo.toml", "**/*.rs", "README.md", "CHANGELOG.md", "LICENSE", ".gitignore"] description = "Vkontakte (vk.com) authorization client" homepage = "https://github.com/aCLr/vk-auth" readme = "README.md" keywords = ["vkontakte", "vk"] license = "MIT" repository = "https://github.com/aCLr/vk-auth" [dependencies.anyhow] version = "1" [dependencies.form_urlencoded] version = "1" [dependencies.reqwest] version = "0.11" features = ["json", "cookies"] [dependencies.scraper] version = "0.12.0" [dependencies.url] version = "2.2" [dev-dependencies.tokio] version = "1" features = ["rt-multi-thread", "macros"]