# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "access_log_parser" version = "0.9.0" authors = ["Daniel Mikusa "] 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" features = ["clock"] default-features = false [dependencies.http] version = "1" [dependencies.nom] version = "7" [dependencies.thiserror] version = "1"