u-siem-apache2 0.1.0

Library to be used to build a custom SIEM with the framework uSIEM
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.u-siem]
version = "0.0"
[dev-dependencies.reqwest]
features = ["blocking"]
version = "0.10.8"

[lib]
name = "usiem_apache2"
path = "src/lib.rs"

[package]
authors = ["Samuel Garcés <samuel.garces@protonmail.com>"]
categories = ["security"]
description = "Library to be used to build a custom SIEM with the framework uSIEM"
edition = "2018"
keywords = ["SIEM", "security", "logs", "paloalto", "firewall"]
license = "MIT"
name = "u-siem-apache2"
repository = "https://github.com/u-siem/usiem-apache-httpd "
version = "0.1.0"