botapi 0.0.72

A mildly competent autogenerated telegram bot api wrapper
Documentation
# 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 = "botapi"
version = "0.0.72"
authors = ["Alex Ballmer <gnu3ra@riseup.net"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "./examples/**/*",
    "generate/src/**/*",
    "generate/Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A mildly competent autogenerated telegram bot api wrapper"
homepage = "https://github.com/fmeef/botapi-rs"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fmeef/botapi-rs.git"

[features]
rhai = ["dep:rhai"]

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-stream]
version = "0.3.6"

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.futures-core]
version = "0.3.32"
features = ["cfg-target-has-atomic"]

[dependencies.futures-util]
version = "0.3.32"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.8.1"
features = [
    "server",
    "http2",
]

[dependencies.hyper-util]
version = "0.1.20"
features = [
    "server",
    "tokio",
]

[dependencies.log]
version = "0.4.29"

[dependencies.ordered-float]
version = "5.1.0"
features = ["serde"]

[dependencies.rand]
version = "0.9.2"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "multipart",
    "stream",
]

[dependencies.rhai]
version = "1.24.0"
features = ["internals"]
optional = true

[dependencies.rmp-serde]
version = "1.3.1"

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

[dependencies.serde_json]
version = "1.0.149"
features = ["unbounded_depth"]

[dependencies.serde_stacker]
version = "0.1.14"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.tokio]
version = "1.49.0"
features = [
    "net",
    "socket2",
    "io-util",
    "tokio-macros",
    "macros",
    "rt-multi-thread",
]

[dependencies.tokio-test]
version = "0.4.5"

[dependencies.uuid]
version = "1.21.0"

[build-dependencies.anyhow]
version = "1.0.102"

[build-dependencies.tggen]
version = "0.0.72"