# 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 = "botx-api-framework" version = "0.1.8" authors = ["Vidrochka"] description = "Фреймворк для реализации ботов под платформу eXpress" readme = "README.md" keywords = [ "express", "botx", "botx-api", "botx-api-framework", "bot", ] license = "MIT" resolver = "1" [[example]] name = "command_echo" [[example]] name = "message_echo" [[example]] name = "button_cycle" [dependencies.actix-files] version = "0.6" optional = true [dependencies.actix-http] version = "3.2" optional = true [dependencies.actix-web] version = "4.3" optional = true [dependencies.anthill-di] version = "1.2.4" [dependencies.anthill-di-derive] version = "1.2.4" [dependencies.async-lock] version = "2.6" [dependencies.async-oneshot] version = "0.5.0" [dependencies.async-trait-with-sync] version = "0.1" [dependencies.botx-api] version = "0.1.7" features = ["anthill-di"] [dependencies.botx-api-framework-codegen] version = "0.1" [dependencies.derive_builder] version = "0.12" [dependencies.derive_more] version = "0.99" [dependencies.easy-ext] version = "1" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.uuid] version = "1.1" features = [ "v4", "serde", ] [dev-dependencies.anyhow] version = "1" [dev-dependencies.dotenv] version = "0.15" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.tokio] version = "1.25" features = [ "rt", "macros", ] [features] actix-web = [ "dep:actix-web", "dep:actix-http", "dep:actix-files", ] default = ["actix-web"]