| # SPDX-FileCopyrightText: Copyright The memory-usage-analyser Contributors. |
| # SPDX-License-Identifier: BSD-3-Clause |
| |
| [package] |
| name = "memory-usage-analyser" |
| authors = ["Imre Kis <imre.kis@arm.com>"] |
| description = "Gather metrics for each function in the ELF files." |
| edition = "2024" |
| license = "BSD-3-Clause" |
| version = "0.1.0" |
| |
| [dependencies] |
| clap = { version = "4.6.1", features = ["derive"] } |
| csv = "1.4.0" |
| rustc-demangle = "0.1.27" |
| serde = { version = "1.0.228", features = ["derive"] } |
| serde_json = "1.0.149" |
| stack-sizes = "0.5.0" |