# 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 = "simple-ids" version = "0.3.0" authors = ["Jason Ish "] description = "Simple-IDS with Suricata and EveBox" homepage = "https://evebox.org/simple-ids/" readme = "README.md" license = "MIT" repository = "https://github.com/jasonish/simple-ids" [profile.release] opt-level = "z" lto = true codegen-units = 1 [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4.5.0" features = [ "derive", "color", ] [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.27.0" [dependencies.ctrlc] version = "3.4.2" [dependencies.inquire] version = "0.6.2" [dependencies.libc] version = "0.2.153" [dependencies.regex] version = "1.10.3" [dependencies.reqwest] version = "0.11.24" features = [ "blocking", "rustls-tls", ] default-features = false [dependencies.semver] version = "1.0.21" [dependencies.serde] version = "1.0.196" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.113" [dependencies.serde_yaml] version = "0.9.31" [dependencies.sha2] version = "0.10.8" [dependencies.tempfile] version = "3.10.0" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"