chat4n6-plugin-api 0.1.1

Shared plugin API types for the chat4n6 forensic toolkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "chat4n6-plugin-api"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
description = "Shared plugin API types for the chat4n6 forensic toolkit"
readme = "README.md"
keywords = ["forensics", "whatsapp", "plugin", "android"]
categories = ["data-structures"]

[dependencies]
anyhow = { workspace = true }
thiserror = { workspace = true }
serde = { workspace = true }
chrono = { workspace = true }