# 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 = "cargo-binutils" version = "0.3.6" authors = [ "The Embedded WG Tools Team ", "Jorge Aparicio ", ] description = "Proxy for LLVM tools like llvm-nm, llvm-objdump and llvm-size" documentation = "https://github.com/rust-embedded/cargo-binutils#cargo-binutils" readme = "README.md" keywords = [ "llvm", "size", "objdump", "nm", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rust-embedded/cargo-binutils/" [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.14" [dependencies.clap] version = "2.33" [dependencies.regex] version = "1.5.5" [dependencies.rustc-cfg] version = "0.4" [dependencies.rustc-demangle] version = "0.1" [dependencies.rustc_version] version = "0.4" [dependencies.serde] version = "1.0" [dependencies.toml] version = "0.5"