# 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 = "stackdump-trace" version = "0.4.0" description = "Crate for tracing stack dumps" homepage = "https://github.com/tweedegolf/stackdump" readme = "README.md" keywords = ["stackdump"] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/tweedegolf/stackdump" [dependencies.addr2line] version = "0.21.0" [dependencies.bitvec] version = "1.0.0" [dependencies.colored] version = "2.0.0" [dependencies.funty] version = "2.0.0" default-features = false [dependencies.gimli] version = "0.28.0" [dependencies.log] version = "0.4.14" [dependencies.phf] version = "0.11" features = ["macros"] [dependencies.stackdump-core] version = "0.4.0" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.2" [dependencies.thiserror] version = "1.0.30" [dependencies.trees] version = "0.4.2" [dev-dependencies.simple_logger] version = "4.1.0"