# 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] name = "cargo-disassemble" version = "0.1.1" authors = ["Adam Niederer "] description = "Disassemble your rust project" readme = "README.org" keywords = ["disassembly", "cargo"] categories = ["command-line-utilities", "command-line-interface", "development-tools", "development-tools::cargo-plugins", "text-processing"] license = "AGPL-3.0" repository = "https://github.com/AdamNiederer/cargo-disassemble" [dependencies.cargo] version = "0.25.0" [dependencies.glob] version = "0.2.11" [dependencies.regex] version = "0.2.10" [dependencies.rustc-demangle] version = "0.1.0" [dependencies.structopt] version = "0.1.7" [dependencies.structopt-derive] version = "0.1.6" [dependencies.toml] version = "0.4.5"