# 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 = "debugger_test_parser" version = "0.1.3" description = """ Provides a library for parsing the output of a debugger and verifying the contents. """ homepage = "https://github.com/microsoft/rust_debugger_test/debugger_test_parser" documentation = "https://docs.rs/debugger_test_parser" readme = "README.md" keywords = [ "debugger", "cdb", "natvis", "debugger_visualizer", ] license = "MIT OR Apache-2.0" repository = "https://github.com/microsoft/rust_debugger_test/debugger_test_parser" [dependencies.anyhow] version = "1.0.58" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.6.0"