# 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 = "bao-pdb" version = "0.2.2" authors = ["jan"] build = "build.rs" description = "bao-pdb can be used to generate PDB files from existing applications." homepage = "https://github.com/not-wlan/bao" readme = "README.md" license = "Unlicense" repository = "https://github.com/not-wlan/bao" [dependencies.clang] version = "1.0.3" features = ["clang_10_0"] [dependencies.clang-sys] version = "1.2.0" features = ["clang_11_0"] [dependencies.clap] version = "2.33" [dependencies.goblin] version = "~0.2" features = ["std"] [dependencies.log] version = "~0.4" [dependencies.pdb_wrapper] version = "0.2.2" default-features = false [dependencies.regex] version = "~1" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.simplelog] version = "0.12.0" [dependencies.snafu] version = "0.6.9" [dependencies.uuid] version = "0.8" features = ["v4"] [features] default = ["llvm_13"] llvm_10 = ["pdb_wrapper/llvm_10"] llvm_13 = ["pdb_wrapper/llvm_13"]