# 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 = "pdb_wrapper" version = "0.2.2" 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...)" homepage = "https://github.com/not-wlan/pdb_wrapper" readme = "README.md" license = "Unlicense" repository = "https://github.com/not-wlan/pdb_wrapper" [dependencies.snafu] version = "0.6.9" [dev-dependencies.pdb] version = "0.6" [build-dependencies.bindgen] version = "0.55" [build-dependencies.cmake] version = "0.1.45" [build-dependencies.which] version = "4.1.0" [features] default = ["llvm_13"] llvm_10 = [] llvm_13 = []