tg_webapp_init_data 0.1.0

Parse and validate initData for Telegram Mini Apps
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 = "tg_webapp_init_data"
version = "0.1.0"
authors = ["MaxVerevkin <maxxverrr@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse and validate initData for Telegram Mini Apps"
readme = "README.md"
license = "MIT"
repository = "https://github.com/MaxVerevkin/tg_webapp_init_data"

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

[dependencies.form_urlencoded]
version = "1.2"

[dependencies.hmac-sha256]
version = "1.1"

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

[dependencies.serde_json]
version = "1.0"