# 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 = "2018" name = "u-siem-elasticsearch" version = "0.0.10" authors = ["Samuel Garcés <samuel.garces@protonmail.com>"] description = "uSIEM Elasticsearch Input/Output logging" keywords = ["SIEM", "security", "logs", "syslog", "dns"] categories = ["parsing"] license = "MIT" repository = "https://github.com/u-siem/usiem-elasticsearch" [lib] name = "usiem_elasticsearch" path = "src/lib.rs" [dependencies.async-std] version = "1.11" [dependencies.fastrand] version = "1.7" [dependencies.reqwest] version = "0.11" features = ["blocking"] [dependencies.tide] version = "0.16" [dependencies.u-siem] version = "0.0"