# 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 = "2018" name = "mini-backtrace" version = "0.1.4" authors = ["Amanieu d'Antras "] description = "Backtrace support for no_std and embedded programs" readme = "README.md" keywords = [ "backtrace", "no_std", "dwarf", ] categories = [ "development-tools", "no-std", "embedded", ] license = "Apache-2.0/MIT" repository = "https://github.com/Amanieu/mini-backtrace" [dependencies.arrayvec] version = "0.7.2" default-features = false [dependencies.cfg-if] version = "1.0.0" [dependencies.cty] version = "0.2.2" [build-dependencies.bindgen] version = "0.65.1" [build-dependencies.cc] version = "1.0.79" [build-dependencies.walkdir] version = "2.3.3"