[package] name = "srcsrv" version = "0.2.2" edition = "2018" authors = ["Markus Stange "] description = "Interpret the contents of a srcsrv stream from a pdb file (Microsoft Source Server)." categories = ["development-tools::debugging"] keywords = ["PDB", "pdbstr", "symbols", "source", "windows"] license = "MIT/Apache-2.0" readme = "README.md" repository = "https://github.com/mstange/srcsrv" exclude = ["/.github", "/tests"] [dependencies] memchr = "2.4.1" thiserror = "1.0" [dev-dependencies] pdb = "0.7.0"