# 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 = "vkteams-bot-cli" version = "0.5.4" authors = ["Andrei G. "] description = "VK Teams Bot API CLI" readme = "README.md" keywords = [ "vk", "teams", "bot", "cli", ] categories = [ "asynchronous", "api-bindings", "web-programming::http-client", ] license = "MIT" repository = "https://github.com/bug-ops/vkteams-bot-cli/tree/master" [dependencies.clap] version = "4.5" features = [ "derive", "std", "color", "usage", "suggestions", "cargo", ] [dependencies.colored] version = "2" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.5" [dependencies.reqwest] version = "0.12" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.vkteams-bot] version = "0.6" features = ["longpoll"] [dev-dependencies.dotenvy] version = "0.15" [dev-dependencies.exitcode] version = "1" [dev-dependencies.serde_yaml] version = "0.9"