wa_msg_parser 0.2.1

a little Library to parse the Whatsapp Message Export txt to a Message Struct
Documentation
[dependencies.regex]
version = "1.11"

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

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

[features]
default = []
json = ["dep:serde", "dep:serde_json"]
serde = ["dep:serde"]

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

[package]
authors = ["Shadowdara"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "a little Library to parse the Whatsapp Message Export txt to a Message Struct"
edition = "2024"
include = ["LICENSE", "README.md", "Cargo.toml", "/src/"]
keywords = ["parser", "whatsapp", "export"]
license = "Apache-2.0"
name = "wa_msg_parser"
readme = "README.md"
repository = "https://github.com/shadowdara/wa_msg_parser"
version = "0.2.1"