access_log_parser 0.3.0

A library of Rust parsers for reading access logs in a strongly-typed way
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"