turingram 0.0.2

Small runtime-agnostic Telegram Bot API framework for Rust.
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 = "2024"
name = "turingram"
version = "0.0.2"
authors = ["EAimTY <ea.imty@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Small runtime-agnostic Telegram Bot API framework for Rust."
readme = "README.md"
keywords = [
    "telegram",
    "bot",
    "bot-api",
    "webhook",
    "cloudflare",
]
categories = [
    "api-bindings",
    "asynchronous",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EAimTY/turingram"

[package.metadata.docs.rs]
all-features = true

[features]
worker-0_8 = [
    "dep:worker-0_8",
    "dep:worker-helper-0_8",
]

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

[dependencies.http]
version = "1.4.0"
features = ["std"]
default-features = false

[dependencies.monostate]
version = "1.0.2"
default-features = false

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "std",
]
default-features = false

[dependencies.serde_json]
version = "1.0.149"
features = ["std"]
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dependencies.worker-0_8]
version = "0.8.0"
features = ["http"]
optional = true
default-features = false
package = "worker"

[dependencies.worker-helper-0_8]
version = "0.3.0"
features = ["json"]
optional = true
default-features = false
package = "worker-helper"

[dev-dependencies]