# 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 = "2021"
name = "usiem-basic-parser"
version = "0.1.0"
authors = ["Samuel Garcés <samuel.garces@protonmail.com>"]
description = "uSIEM parser component that allows using multiple and different parsers"
readme = "README.md"
keywords = [
    "SIEM",
    "security",
    "logs",
    "parser",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/u-siem/usiem-basic-parser"

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

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

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