[package] name = "whatsapp-export-parser" version = "0.1.0" authors = ["Michael-F-Bryan "] license = "MIT OR Apache-2.0" edition = "2018" description = "A utility for parsing the text file you get when exporting a WhatsApp conversation." readme = "../README.md" repository = "https://gitlab.com/Michael-F-Bryan/whatsapp" keywords = ["whatsapp", "export", "parser"] categories = ["parsing", "no-std"] [badges] gitlab = { repository = "https://gitlab.com/Michael-F-Bryan/whatsapp" } maintenance = { status = "actively-developed" } [dependencies] serde = { version = "1.0", optional = true, features = ["derive"] } chrono = { version = "0.4" } [dev-dependencies] pretty_assertions = "0.6.1" [features] default = [] serde-1 = [ "serde", "chrono/serde" ]