boreal-cli 0.9.0

CLI utility to run boreal, a YARA rules engine
[[bin]]
name = "boreal"
path = "src/main.rs"

[dependencies.boreal]
version = "0.9.0"

[dependencies.clap]
features = ["cargo"]
version = "4.5"

[dependencies.codespan-reporting]
version = "0.11"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.hex]
version = "0.4"

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
default-features = false
features = ["regex"]
version = "3.1"

[dev-dependencies.tempfile]
version = "3.10"

[features]
authenticode = ["boreal/authenticode"]
authenticode-verify = ["boreal/authenticode-verify"]
default = ["authenticode", "memmap", "profiling"]
memmap = ["boreal/memmap"]
profiling = ["boreal/profiling"]

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
description = "CLI utility to run boreal, a YARA rules engine"
edition = "2021"
keywords = ["boreal", "yara", "string-matching", "scan"]
license = "MIT OR Apache-2.0"
name = "boreal-cli"
readme = "README.md"
repository = "https://github.com/vthib/boreal"
version = "0.9.0"

[[test]]
name = "cli"
path = "tests/cli.rs"