axbacktrace 0.4.9

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.4.9"
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"

[package.metadata.docs.rs]
targets = [
    "x86_64-unknown-none",
    "aarch64-unknown-none-softfloat",
    "riscv64gc-unknown-none-elf",
    "loongarch64-unknown-none-softfloat",
]

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

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

[[test]]
name = "axtest"
path = "tests/axtest.rs"
harness = false
required-features = ["axtest"]

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

[dependencies.ax-lazyinit]
version = "0.5"

[dependencies.axpanic]
version = "0.1"

[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

[dev-dependencies]

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(axtest)"]