[package] name = "tarpit-log-parser" version = "0.2.1" edition = "2021" authors = ["koopa1338 "] license-file = "LICENSE.md" description = "library to parse tarpit log files" repository = "https://gitlab.com/koopa1338/tarpit-log-parser" [dependencies] chrono = "0.4.19" nom = "7.1" [dev-dependencies] rstest = "0.18"