tg_webapp_init_data 0.1.0

Parse and validate initData for Telegram Mini Apps
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "tg_webapp_init_data"
version = "0.1.0"
edition = "2024"
description = "Parse and validate initData for Telegram Mini Apps"
repository = "https://github.com/MaxVerevkin/tg_webapp_init_data"
license = "MIT"
authors = ["MaxVerevkin <maxxverrr@gmail.com>"]

[dependencies]
form_urlencoded = "1.2"
hmac-sha256 = "1.1"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }