# 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 = "objectify-bin" version = "0.2.3" authors = ["Noah Shanaberger "] description = "A crappy object file manipulation tool/library." homepage = "https://github.com/32Bites/obj" readme = "README.md" license = "MIT" [[bin]] name = "obj" path = "src/main.rs" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.comfy-table] version = "6.1.4" [dependencies.heck] version = "0.4.1" [dependencies.objectify] version = "^0.2" [dependencies.symbolic-demangle] version = "11.1.0"