# 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 = "drive-image-searcher" version = "0.2.2" description = "A CLI tool to stream a drive image, and search for one or more byte patterns" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/RecRanger/drive-image-searcher" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "3.2.25" features = ["cargo"] [dependencies.fern] version = "0.6.2" [dependencies.hex] version = "0.4.3" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.21" [dependencies.lz4_flex] version = "0.11.3" [dependencies.md5] version = "0.7.0" [dependencies.memmap] version = "0.7.0" [dependencies.num-format] version = "0.4.4" [dependencies.num-traits] version = "0.2.18" [dependencies.polars] version = "0.39.2" features = [ "lazy", "json", ] [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.serde_yaml] version = "0.9.34" [dependencies.thousands] version = "0.2.0" [dependencies.xz2] version = "0.1.7"