# 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 = "boreal-cli" version = "0.9.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI utility to run boreal, a YARA rules engine" readme = "README.md" keywords = [ "boreal", "yara", "string-matching", "scan", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/vthib/boreal" [[bin]] name = "boreal" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.boreal] version = "0.9.0" [dependencies.clap] version = "4.5" features = ["cargo"] [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] version = "3.1" features = ["regex"] default-features = false [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"]