# 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] name = "backtracer_core" version = "0.0.7" authors = [ "Gerd Zellweger ", "Alex Crichton ", "The Rust Project Developers", ] description = """ A library to acquire a stack trace (backtrace) at runtime in a no-std Rust program. """ homepage = "https://github.com/gz/backtracer" documentation = "https://docs.rs/backtracer" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/gz/backtracer" resolver = "2" [dependencies.addr2line] version = "0.16" features = ["rustc-demangle"] default-features = false [dependencies.cfg-if] version = "0.1" [dependencies.gimli] version = "0.25" features = [ "read", "endian-reader", "stable_deref_trait", ] default-features = false [dependencies.log] version = "0.4" [dependencies.stable_deref_trait] version = "1.1.0" features = ["alloc"] default-features = false [dependencies.x86] version = "0.52"