combot 0.1.1

A utility to parse server access logs and detect bots based on URI paths and User Agents.
[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
version = "2.33.3"

[dependencies.csv]
version = "1.1.6"

[dependencies.regex]
version = "1.4.5"

[package]
authors = ["Chad Baxter <cbax@doslabelectronics.com>"]
categories = ["command-line-utilities", "parser-implementations"]
description = "A utility to parse server access logs and detect bots based on URI paths and User Agents."
edition = "2018"
keywords = ["security", "cli", "parsing"]
license = "GPL-3.0-or-later"
name = "combot"
publish = true
readme = "README.md"
repository = "https://github.com/LogoiLab/combot"
version = "0.1.1"