axbacktrace 0.3.8

Backtrace for ArceOS
Documentation
# 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 = "2024"
name = "axbacktrace"
version = "0.3.8"
authors = [
    "Mivik <mivikq@gmail.com>",
    "朝倉水希 <asakuramizu111@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Backtrace for ArceOS"
readme = "README.md"
keywords = [
    "DWARF",
    "debug",
    "backtrace",
    "unwinding",
]
categories = ["development-tools::debugging"]
license = "Apache-2.0"
repository = "https://github.com/Starry-OS/axbacktrace"

[features]
alloc = []
dwarf = [
    "dep:addr2line",
    "dep:gimli",
    "dep:paste",
    "alloc",
]

[lib]
name = "axbacktrace"
path = "src/lib.rs"

[dependencies.addr2line]
version = "0.26"
features = [
    "cpp_demangle",
    "rustc-demangle",
]
optional = true
default-features = false

[dependencies.cfg-if]
version = "1"

[dependencies.gimli]
version = "0.33"
features = [
    "read-core",
    "endian-reader",
]
optional = true
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.paste]
version = "1"
optional = true

[dependencies.spin]
version = "0.10"
features = ["once"]
default-features = false