u-siem-kernel 0.0.9

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

[dependencies.u-siem]
version = "0.0"

[features]
default = ["metrics"]
metrics = []

[lib]
name = "usiem_kernel"
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"]
license = "MIT"
name = "u-siem-kernel"
repository = "https://github.com/u-siem/usiem-kernel"
version = "0.0.9"