pdb_wrapper 0.2.2

Rust library to create fake PDBs. Very in-dev, API is likely to break a lot (not including the frequent LLVM API breakages...)
[build-dependencies.bindgen]
version = "0.55"

[build-dependencies.cmake]
version = "0.1.45"

[build-dependencies.which]
version = "4.1.0"
[dependencies.snafu]
version = "0.6.9"
[dev-dependencies.pdb]
version = "0.6"

[features]
default = ["llvm_13"]
llvm_10 = []
llvm_13 = []

[package]
authors = ["jan"]
build = "build.rs"
description = "Rust library to create fake PDBs. Very in-dev, API is likely to break a lot (not including the frequent LLVM API breakages...)"
edition = "2018"
homepage = "https://github.com/not-wlan/pdb_wrapper"
license = "Unlicense"
name = "pdb_wrapper"
readme = "README.md"
repository = "https://github.com/not-wlan/pdb_wrapper"
version = "0.2.2"