# 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 = "hexgrep" version = "0.0.0" authors = ["Gabriel Falcão "] description = "find the position of bytes sequences within binary files matching hexadecimal patterns" homepage = "https://github.com/gabrielfalcao/hexgrep" documentation = "https://docs.rs/hexgrep" readme = "README.md" license = "MIT" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.indicatif] version = "0.17.7" [dependencies.iocore] version = "0.10.0"