# 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" rust-version = "1.74.1" name = "evectl" version = "0.1.0-alpha.3" description = "Controller for EveBox and Suricata" homepage = "https://github.com/jasonish/evectl" license = "MIT" [dependencies.clap] version = "4.5.1" features = [ "color", "derive", ] [dependencies.clap-cargo] version = "0.14.0" [dependencies.color-eyre] version = "0.6.3" [dependencies.inquire] version = "0.7.5" [dependencies.nix] version = "0.28.0" features = ["user"] [dependencies.serde_json] version = "1.0.120" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"