# 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 = "voiceflousion" version = "0.3.1" authors = ["Vondert (Ivan Milennyi) <25042018avic@gmail.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate that provides toolkit for Voiceflow AI bots integrations and pre-built functionality for quick integration with popular messengers" homepage = "https://github.com/Vondert/voiceflousion" documentation = "https://docs.rs/voiceflousion" readme = "README_CARGO.md" keywords = [ "chatbot", "voiceflow", "integration", "framework", "ai", ] categories = [ "api-bindings", "web-programming", "asynchronous", "network-programming", ] license = "MIT" repository = "https://github.com/Vondert/voiceflousion" [package.metadata] changelog = "https://github.com/Vondert/voiceflousion/blob/main/CHANGELOG.md" [package.metadata.docs.rs] features = [ "all-integrations", "advanced", "server", ] [lib] name = "voiceflousion" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.axum] version = "0.7.5" optional = true [dependencies.axum-core] version = "0.4.3" optional = true [dependencies.chrono] version = "0.4.38" [dependencies.derive_more] version = "1.0.0" features = ["add"] [dependencies.hex] version = "0.4.3" optional = true [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.12.0" features = ["json"] [dependencies.ring] version = "0.17.8" optional = true [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.114" [dependencies.sha2] version = "0.10.8" [dependencies.tokio] version = "1.36.0" features = [ "rt", "rt-multi-thread", "macros", ] [features] advanced = [] all-integrations = [ "telegram", "whatsapp", ] default = [] discord_unimplemented = [ "hex", "ring", ] server = [ "axum", "axum-core", ] telegram = [] whatsapp = []