# 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 = "u-siem"
version = "0.7.0"
authors = ["Samuel Garcés <samuel.garces@protonmail.com>"]
description = "A framework for building custom SIEMs"
readme = "README.md"
keywords = [
    "SIEM",
    "security",
    "logs",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/u-siem/u-siem-core"

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

[[test]]
name = "macros"
path = "tests/macros.rs"
harness = true

[dependencies.chrono]
version = "0.4"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.dyn-clone]
version = "1.0"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sled]
version = "0.34.7"
optional = true

[dev-dependencies.async-std]
version = "1"
features = ["attributes"]

[dev-dependencies.serde_yaml]
version = "0"

[features]
default = []
slow_geoip = ["dep:sled"]