# 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" version = "0.1.5" exclude = ["/.github/*"] description = """ Provides a proc macro for writing tests that launch a debugger and run commands while verifying the output. """ homepage = "https://github.com/microsoft/rust_debugger_test" documentation = "https://docs.rs/debugger_test" readme = "README.md" keywords = [ "debugger", "cdb", "natvis", "debugger_visualizer", ] license = "MIT OR Apache-2.0" repository = "https://github.com/microsoft/rust_debugger_test" [lib] proc-macro = true [dependencies.anyhow] version = "1.0.40" [dependencies.log] version = "0.4.17" [dependencies.quote] version = "1.0.20" [dependencies.syn] version = "1.0" features = ["full"] [dev-dependencies.debugger_test_parser] version = "0.1.0" [dev-dependencies.regex] version = "1.6.0"