# 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-core" version = "0.4.0" description = "Crate for stack dump definitions" homepage = "https://github.com/tweedegolf/stackdump" readme = "README.md" keywords = [ "no_std", "stackdump", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tweedegolf/stackdump" [dependencies.arrayvec] version = "0.7.2" features = ["serde"] default-features = false [dependencies.funty] version = "2.0.0" default-features = false [dependencies.gimli] version = "0.28.0" default-features = false [dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false [features] default = ["std"] std = [ "arrayvec/std", "serde/std", ]