# 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 = "log-analysis" version = "0.1.6" authors = ["ende"] exclude = [ "decrypt.sh", "run.sh", "queryip2loc.sh", "zeek-test-logs.tar.aes256", ] description = "A zeek log analysis library implemented in Rust" readme = "README.md" categories = ["filesystem"] license = "MIT" repository = "https://github.com/endepointe/log-analysis" [profile.bench] debug = 2 [dependencies.chrono] version = "0.4.38" [dependencies.color-eyre] version = "0.6.3" [dependencies.crossterm] version = "0.28.1" [dependencies.derive_builder] version = "0.20.0" [dependencies.flate2] version = "1.0.31" [dependencies.ratatui] version = "0.28.1" [dependencies.reqwest] version = "0.12.7" features = ["blocking"] [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.serde_json] version = "1.0.124" [dependencies.tokio] version = "1.39.3" [features] default = [] ip2location = []