# 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 = "tma-init-data" version = "0.1.1" authors = ["Vassiliy Kuzenkiv "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utilities to work with Telegram Mini Apps init data." readme = "README.md" keywords = [ "tma", "telegram", "mini-apps", "init-data", "utilities", ] license = "MIT" [lib] name = "tma_init_data" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.sha2] version = "0.10.8" [dependencies.url] version = "2.5.3"