blob: f0f1bab425d7af10c4e8d4aea1544c3d8f5fb5ce [file] [log] [blame]
[package]
authors = ["The Rust Project Developers"]
name = "unwind"
version = "0.0.0"
build = "build.rs"
edition = "2018"
include = [
'/libunwind/*',
]
[lib]
name = "unwind"
path = "lib.rs"
test = false
bench = false
doc = false
[dependencies]
core = { path = "../libcore" }
libc = { version = "0.2.43", features = ['rustc-dep-of-std'], default-features = false }
compiler_builtins = "0.1.0"
cfg-if = "0.1.8"
[build-dependencies]
cc = { optional = true, version = "1.0.1" }
[features]
llvm-libunwind = ["cc"]