# 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 = "2018" name = "objpoke" version = "0.3.0" authors = ["tux3 "] description = "Minimal in-place objcopy replacement" categories = [ "command-line-utilities", "development-tools::build-utils", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tux3/objpoke/" [dependencies.anyhow] version = "1.0.56" features = ["backtrace"] [dependencies.goblin] version = "=0.4.1" [dependencies.regex] version = "1.3.9" [dependencies.scroll] version = "0.10" [dependencies.structopt] version = "0.3"