debugger_test 0.1.5

Provides a proc macro for writing tests that launch a debugger and run commands while verifying the output.
Documentation
[dependencies.anyhow]
version = "1.0.40"

[dependencies.log]
version = "0.4.17"

[dependencies.quote]
version = "1.0.20"

[dependencies.syn]
features = ["full"]
version = "1.0"
[dev-dependencies.debugger_test_parser]
version = "0.1.0"

[dev-dependencies.regex]
version = "1.6.0"

[lib]
proc-macro = true

[package]
description = "Provides a proc macro for writing tests that launch a debugger and run commands while verifying the output.\n"
documentation = "https://docs.rs/debugger_test"
edition = "2018"
exclude = ["/.github/*"]
homepage = "https://github.com/microsoft/rust_debugger_test"
keywords = ["debugger", "cdb", "natvis", "debugger_visualizer"]
license = "MIT OR Apache-2.0"
name = "debugger_test"
readme = "README.md"
repository = "https://github.com/microsoft/rust_debugger_test"
version = "0.1.5"