# 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 = "init-data-rust" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This library is a Rust port of init-data-golang" readme = "readme.md" keywords = [ "telegram", "tma", "telegram-mini-apps", "init-data", ] categories = ["web-programming"] license = "MIT" [lib] name = "init_data_rust" path = "src/lib.rs" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.133" [dependencies.sha2] version = "0.10.8" [dependencies.thiserror] version = "2.0.3" [dependencies.url] version = "2.5.4"