[package]
edition = "2018"
name = "access_log_parser"
version = "0.3.0"
authors = ["Daniel Mikusa <dmikusa@pivotal.io>"]
description = "A library of Rust parsers for reading access logs in a strongly-typed way"
readme = "README.md"
keywords = ["access", "logs", "parse"]
categories = ["parsing", "parser-implementations"]
license = "Apache-2.0"
repository = "https://github.com/dmikusa-pivotal/access_log_parser"
[dependencies.chrono]
version = "^0.4"
[dependencies.http]
version = "^0.1"
[dependencies.nom]
version = "^4.0"