grammers-crypto 0.10.0

Several cryptographic utilities to work with Telegram's data.
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 = "grammers-crypto"
version = "0.10.0"
authors = ["Lonami Exo <totufals@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Several cryptographic utilities to work with Telegram's data.
"""
homepage = "https://codeberg.org/Lonami/grammers"
documentation = "https://docs.rs/grammers-crypto"
readme = "README.md"
keywords = [
    "telegram",
    "tl",
]
categories = ["cryptography"]
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/Lonami/grammers"
resolver = "2"

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

[[test]]
name = "deps"
path = "tests/deps.rs"

[[bench]]
name = "cipher"
path = "benches/cipher.rs"
harness = false

[dependencies.aes]
version = "0.9.1"

[dependencies.ctr]
version = "0.10.1"

[dependencies.getrandom]
version = "0.4.3"

[dependencies.glass_pumpkin]
version = "2.0.0-rc0"

[dependencies.hmac]
version = "0.13.0"

[dependencies.num-bigint]
version = "0.4.6"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.pbkdf2]
version = "0.13.0"

[dependencies.sha1]
version = "0.11.0"

[dependencies.sha2]
version = "0.11.0"

[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.toml]
version = "1.1.2"