# 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" rust-version = "1.56.0" name = "bingrep" version = "0.11.0" authors = ["m4b "] include = [ "src/**/*", "Cargo.toml", "Cargo.lock", "LICENSE", "README.md", "etc/*", ] description = "Cross-platform binary parser and colorizer" documentation = "https://docs.rs/bingrep" readme = "README.md" keywords = [ "binary", "elf", "mach", "pe", "cross-platform", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/m4b/bingrep" [[bin]] name = "bingrep" [dependencies.anyhow] version = "1" [dependencies.atty] version = "0.2" [dependencies.clap] version = "4" features = [ "derive", "wrap_help", ] [dependencies.cpp_demangle] version = "0.4" [dependencies.env_logger] version = "0.10" [dependencies.hexplay] version = "0.2" [dependencies.metagoblin] version = "0.8" [dependencies.prettytable-rs] version = "0.10" [dependencies.rustc-demangle] version = "0.1" [dependencies.scroll] version = "0.11" [dependencies.term] version = "0.7" [dependencies.termcolor] version = "1" [badges.travis-ci] branch = "master" repository = "m4b/bingrep"