[build-dependencies.cc]
version = "1.0.37"
[dependencies.compiler_builtins]
optional = true
version = "0.1.2"
[dependencies.core]
optional = true
package = "rustc-std-workspace-core"
version = "1.0.0"
[dependencies.libc]
default-features = false
version = "0.2"
[features]
backtrace-sys = []
default = ["backtrace-sys"]
rustc-dep-of-std = ["core", "compiler_builtins"]
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
build = "build.rs"
description = """
Bindings to the libbacktrace gcc library
"""
documentation = "http://alexcrichton.com/backtrace-rs"
homepage = "https://github.com/alexcrichton/backtrace-rs"
license = "MIT/Apache-2.0"
name = "backtrace-sys"
repository = "https://github.com/alexcrichton/backtrace-rs"
version = "0.1.37"