# 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-call-stack" version = "0.1.16" authors = [ "Jorge Aparicio ", "Per Lindgren ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Static, whole program stack usage analyzer" readme = "README.md" keywords = [ "stack", "analysis", "call", "graph", ] categories = [ "command-line-utilities", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/japaric/cargo-call-stack" [[bin]] name = "cargo-call-stack" path = "src/main.rs" [[test]] name = "firmware" path = "tests/firmware.rs" [dependencies.anyhow] version = "1" [dependencies.ar] version = "0.9.0" [dependencies.cargo-project] version = "0.3.0" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.filetime] version = "0.2.20" [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.1.3" [dependencies.petgraph] version = "0.6.3" [dependencies.rustc-demangle] version = "0.1.21" [dependencies.rustc_version] version = "0.4.0" [dependencies.stack-sizes] version = "0.5.0" [dependencies.walkdir] version = "2.3.2" [dependencies.xmas-elf] version = "0.9.0"