# 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 = "elfbin" version = "0.4.0" authors = ["Martin Atkins "] description = "Build ELF object files defining symbols with fixed binary data" homepage = "https://github.com/apparentlymart/elfbin" readme = "README.md" keywords = [ "elf", "binary", "object", "compiler", ] categories = [ "encoding", "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/apparentlymart/elfbin" [lib] path = "src/lib.rs" [[bin]] name = "elfbin" path = "src/bin/main.rs" [dependencies.binbin] version = "0.2.0" [dependencies.structopt] version = "0.3.14" [dev-dependencies.elf] version = "0.0.10"