# 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" rust-version = "1.58" name = "cwdemangle-bin" version = "1.0.0" authors = ["Luke Street "] description = "CodeWarrior C++ symbol demangler (binary)" readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/encounter/cwdemangle" [[bin]] name = "cwdemangle" path = "src/main.rs" [dependencies.argh] version = "0.1.12" [dependencies.cwdemangle] version = "1.0.0"