# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "scalpel-bin" version = "2.0.0" authors = ["Bernhard Schuster ", "Korbinian Maier "] description = "binary modification tool, cut, stitch, replace, sign" readme = "README.md" keywords = ["binary", "modify", "hex", "merge", "tool"] categories = ["development-tools", "command-line-utilities", "embedded"] license = "Apache-2.0 OR MIT" repository = "https://github.com/drahnr/scalpel" [profile.release] lto = true [[bin]] name = "scalpel" path = "src/main.rs" test = true plugin = false proc-macro = false harness = true [dependencies.bytes] version = "0.4.9" [dependencies.common_failures] version = "^0.1.0" [dependencies.docopt] version = "1.0" [dependencies.env_logger] version = "0.5" [dependencies.failure] version = "^0.1.2" [dependencies.failure_derive] version = "^0.1.2" [dependencies.ihex] version = "1.1" [dependencies.lazy_static] version = "1.1.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.5" [dependencies.regex] version = "^1.0.2" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tree_magic] version = "0.2" [dev-dependencies.rand] version = "^0.5.5" [badges.maintenance] status = "actively-developed"