voiceflousion 0.3.1

A crate that provides toolkit for Voiceflow AI bots integrations and pre-built functionality for quick integration with popular messengers
Documentation
[dependencies.async-trait]
version = "0.1.80"

[dependencies.axum]
optional = true
version = "0.7.5"

[dependencies.axum-core]
optional = true
version = "0.4.3"

[dependencies.chrono]
version = "0.4.38"

[dependencies.derive_more]
features = ["add"]
version = "1.0.0"

[dependencies.hex]
optional = true
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
features = ["json"]
version = "0.12.0"

[dependencies.ring]
optional = true
version = "0.17.8"

[dependencies.serde]
features = ["derive"]
version = "1.0.193"

[dependencies.serde_json]
version = "1.0.114"

[dependencies.sha2]
version = "0.10.8"

[dependencies.tokio]
features = ["rt", "rt-multi-thread", "macros"]
version = "1.36.0"

[features]
advanced = []
all-integrations = ["telegram", "whatsapp"]
default = []
discord_unimplemented = ["hex", "ring"]
server = ["axum", "axum-core"]
telegram = []
whatsapp = []

[lib]
name = "voiceflousion"
path = "src/lib.rs"

[package]
authors = ["Vondert (Ivan Milennyi) <25042018avic@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["api-bindings", "web-programming", "asynchronous", "network-programming"]
description = "A crate that provides toolkit for Voiceflow AI bots integrations and pre-built functionality for quick integration with popular messengers"
documentation = "https://docs.rs/voiceflousion"
edition = "2021"
homepage = "https://github.com/Vondert/voiceflousion"
keywords = ["chatbot", "voiceflow", "integration", "framework", "ai"]
license = "MIT"
name = "voiceflousion"
readme = "README_CARGO.md"
repository = "https://github.com/Vondert/voiceflousion"
version = "0.3.1"

[package.metadata]
changelog = "https://github.com/Vondert/voiceflousion/blob/main/CHANGELOG.md"

[package.metadata.docs.rs]
features = ["all-integrations", "advanced", "server"]