hermes-tdata 0.2.1

Pure Rust parser for Telegram Desktop tdata storage with grammers session conversion
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"
rust-version = "1.85.0"
name = "hermes-tdata"
version = "0.2.1"
authors = ["Stranmor"]
build = false
include = [
    "src/**/*",
    "examples/**/*",
    "Cargo.toml",
    "LICENSE-MIT",
    "LICENSE-APACHE",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust parser for Telegram Desktop tdata storage with grammers session conversion"
homepage = "https://github.com/Stranmor/hermes-tdata"
documentation = "https://docs.rs/hermes-tdata"
readme = "README.md"
keywords = [
    "telegram",
    "tdata",
    "parser",
    "mtproto",
    "tdesktop",
]
categories = [
    "cryptography",
    "parsing",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Stranmor/hermes-tdata"

[features]
default = []
serde = ["dep:serde"]

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

[[example]]
name = "cli"
path = "examples/cli.rs"

[[example]]
name = "test_tdata"
path = "examples/test_tdata.rs"

[dependencies.byteorder]
version = "1.5"

[dependencies.dirs]
version = "5"

[dependencies.grammers-crypto]
version = "0.10"

[dependencies.grammers-session]
version = "0.10"
default-features = false

[dependencies.hex]
version = "0.4"

[dependencies.md-5]
version = "0.10"

[dependencies.pbkdf2]
version = "0.12"
features = [
    "hmac",
    "sha2",
]
default-features = false

[dependencies.serde]
version = "1"
optional = true

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.anyhow]
version = "1"

[dev-dependencies.clap]
version = "4"
features = ["derive"]

[dev-dependencies.rpassword]
version = "7"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.zeroize]
version = "1"