# 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-utils" version = "0.1.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/usiem-utils" [dependencies.anyhow] version = "1" [dependencies.reqwest] version = "0.11.18" [dependencies.serde] version = "1" [dependencies.tokio] version = "1" features = [ "fs", "macros", ] [dependencies.u-siem] version = "0" [dependencies.zip] version = "0.6" [features] default = [] slow_geoip = ["u-siem/slow_geoip"]