u-siem-kernel 0.3.0

uSIEM Kernel. Library to be used to build a custom SIEM with the framework uSIEM
Documentation
[dependencies.async-std]
version = "1"

[dependencies.rand]
version = "0.8"

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

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

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

[package]
authors = ["Samuel Garcés <samuel.garces@protonmail.com>"]
categories = ["parsing"]
description = "uSIEM Kernel. Library to be used to build a custom SIEM with the framework uSIEM"
edition = "2021"
keywords = ["SIEM", "security", "logs"]
license = "MIT"
name = "u-siem-kernel"
readme = "README.md"
repository = "https://github.com/u-siem/usiem-kernel"
version = "0.3.0"