ntdb_unwrap 0.2.1

Decrypt/decoded NTQQ database files.
Documentation
[build-dependencies.protobuf]
version = "3.7.1"

[build-dependencies.protobuf-codegen]
version = "3.7.1"

[dependencies.derive_more]
features = ["from", "into"]
version = "2.0.1"

[dependencies.hex]
version = "0.4.3"

[dependencies.log]
version = "0.4.25"

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

[dependencies.prost]
version = "0.13.5"

[dependencies.protobuf]
version = "3.7.1"

[dependencies.rusqlite]
features = ["bundled-sqlcipher-vendored-openssl"]
version = "0.33.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.snafu]
version = "0.8.5"

[dependencies.sqlite_ext_ntqq_db]
version = "0.1"

[dev-dependencies.serde_json]
version = "1.0.138"

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Decrypt/decoded NTQQ database files."
edition = "2024"
exclude = [".github/", ".gitignore"]
homepage = "https://github.com/artiga033/ntdb_unwrap"
license = "MIT"
name = "ntdb_unwrap"
readme = "README.md"
repository = "https://github.com/artiga033/ntdb_unwrap"
version = "0.2.1"