imessage-database 3.3.2

Parsers and tools to interact with iMessage SQLite 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 = "imessage-database"
version = "3.3.2"
authors = ["Christopher Sardegna <imessage@reagentx.net>"]
build = "build.rs"
exclude = [
    ".github",
    "docs",
    "build.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parsers and tools to interact with iMessage SQLite data"
readme = "README.md"
categories = ["database"]
license = "GPL-3.0-or-later"
repository = "https://github.com/ReagentX/imessage-exporter"
resolver = "2"

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

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "=0.4.43"

[dependencies.crabstep]
version = "=0.3.2"

[dependencies.jzon]
version = "0.12.5"

[dependencies.lzma-rs]
version = "=0.3.0"

[dependencies.plist]
version = "=1.8.0"

[dependencies.protobuf]
version = "=3.7.2"

[dependencies.rusqlite]
version = "=0.38.0"
features = [
    "blob",
    "bundled",
]

[dependencies.sha1]
version = "=0.10.6"

[build-dependencies.protobuf]
version = "=3.7.2"

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