# 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 = "bot-api-example" version = "0.1.1" authors = ["Vidrochka"] description = "Пример использования всех api из botx-api" readme = "README.md" keywords = [ "express", "botx", "botx-api", "botx-api-example", "botx-api-framework", ] license = "MIT" resolver = "1" [dependencies.actix-files] version = "0.6" [dependencies.actix-http] version = "3.2" [dependencies.actix-web] version = "4.3" [dependencies.anthill-di] version = "1.2.4" [dependencies.anthill-di-derive] version = "1.2.4" [dependencies.anyhow] version = "1" [dependencies.async-lock] version = "2.6" [dependencies.async-trait-with-sync] version = "0.1" [dependencies.botx-api-framework] version = "0.1.4" [dependencies.chrono] version = "0.4" [dependencies.dotenv] version = "0.15" [dependencies.env_logger] version = "0.10" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.25" features = [ "rt", "macros", ] [dependencies.uuid] version = "1.1" features = [ "v4", "serde", ]