# 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 = "russenger" version = "0.3.2-rc" authors = ["FITAHIANA Nomeniavo Joe <24nomeniavo@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library designed to simplify the handling of Facebook Messenger webhook responses." homepage = "https://github.com/j03-dev/russenger" documentation = "https://docs.rs/russenger/latest/russenger/" readme = "README.md" keywords = [ "facebook", "bot", "messenger", "rust", ] categories = [ "web-programming", "api-bindings", ] license = "Apache-2.0" repository = "https://github.com/j03-dev/russenger" [lib] name = "russenger" path = "src/lib.rs" [dependencies.actix-files] version = "0.6.5" [dependencies.actix-web] version = "4" [dependencies.anyhow] version = "1.0.89" [dependencies.async-trait] version = "0.1.77" [dependencies.dotenv] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.rusql-alchemy] version = "0.3.0" default-features = false [dependencies.russenger_macro] version = "0.1.2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.sqlx] version = "0.8" [dependencies.tera] version = "1.19.1" [dependencies.tokio] version = "1.38.0" [features] mysql = ["rusql-alchemy/mysql"] postgres = ["rusql-alchemy/postgres"] sqlite = ["rusql-alchemy/sqlite"]