# 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 = "agb-debug" version = "0.21.1" authors = ["Gwilym Inzani "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI utility to convert agb stack trace dumps into human readable stack traces" readme = false license = "MPL-2.0" repository = "https://github.com/agbrs/agb" [lib] name = "agb_debug" path = "src/lib.rs" [[bin]] name = "agb-debug" path = "src/main.rs" [dependencies.addr2line] version = "0.24" features = ["rustc-demangle"] default-features = false [dependencies.clap] version = "4" features = ["derive"] [dependencies.colored] version = "2" [dependencies.gimli] version = "0.31" features = [ "endian-reader", "std", ] default-features = false [dependencies.lz4_flex] version = "0.11" [dependencies.object] version = "0.36" features = ["read"] default-features = false [dependencies.rmp-serde] version = "1" [dependencies.thiserror] version = "1"