[package]
name = "boreal-cli"
version = "0.2.0"
description = "CLI utility to run boreal, a YARA rules engine"
repository = "https://github.com/vthib/boreal"
readme = "README.md"
license = "MIT OR Apache-2.0"
keywords = ["boreal", "yara", "string-matching", "scan"]
categories = ["command-line-utilities", "text-processing"]
edition = "2021"
[[bin]]
name = "boreal"
path = "src/main.rs"
[features]
openssl = ["boreal/openssl"]
[dependencies]
boreal = { path = "../boreal", version = "0.2.0" }
clap = { version = "4.0", features = ["derive"] }
codespan-reporting = "0.11"
crossbeam-channel = "0.5"
hex = "0.4"
walkdir = "2.3"