# 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 = "grammers-crypto" version = "0.7.0" authors = ["Lonami Exo "] description = """ Several cryptographic utilities to work with Telegram's data. """ homepage = "https://github.com/Lonami/grammers" documentation = "https://docs.rs/grammers-crypto" readme = "README.md" keywords = [ "telegram", "tl", ] categories = ["cryptography"] license = "MIT OR Apache-2.0" repository = "https://github.com/Lonami/grammers" [[bench]] name = "cipher" harness = false [dependencies.aes] version = "0.8.3" [dependencies.getrandom] version = "0.2.11" [dependencies.glass_pumpkin] version = "1.6.0" [dependencies.hmac] version = "0.12.1" [dependencies.num-bigint] version = "0.4.4" [dependencies.num-traits] version = "0.2.18" [dependencies.pbkdf2] version = "0.12.2" [dependencies.sha1] version = "0.10.6" [dependencies.sha2] version = "0.10.8" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.toml] version = "0.8.8"