# 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 = "bitgrep" version = "0.1.5" authors = ["Dan Ilan <15796788+jmpfar@users.noreply.github.com>"] description = "Binary grep for numerical data types" readme = "README.md" keywords = [ "binary", "grep", "forensics", "dfir", "cybersecurity", ] categories = [ "command-line-utilities", "development-tools::debugging", "encoding", "filesystem", ] license = "Apache-2.0" repository = "https://github.com/jmpfar/bitgrep" [lib] name = "bitgrep" path = "src/lib.rs" [[bin]] name = "bitgrep" path = "src/bin/main.rs" [[bench]] name = "scanner_bench" harness = false [dependencies.approx] version = "0.5.1" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.num] version = "0.4.1" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.assertor] version = "0.0.2" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [lints.clippy] approx_constant = "allow" needless_return = "allow" pedantic = "warn"