# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gdbmi" version = "0.0.2" authors = ["Daniel Franklin "] description = "(WIP) Interact with a GDB session through the GDB machine interface" keywords = ["gdb", "gdbmi", "debugger", "debug", "debugging"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/danielzfranklin/gdbmi" [dependencies.bytes] version = "1.0.1" [dependencies.camino] version = "1.0.4" [dependencies.derivative] version = "2.2.0" [dependencies.displaydoc] version = "0.2.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.nom] version = "6.1.2" [dependencies.rand] version = "0.8.3" [dependencies.regex] version = "1.4.6" [dependencies.thiserror] version = "1.0.24" [dependencies.tokio] version = "1.5.0" features = ["macros", "process", "sync", "io-util", "rt", "time"] [dependencies.tracing] version = "0.1.25" [dev-dependencies.color-eyre] version = "0.5.11" [dev-dependencies.duct] version = "0.13.5" [dev-dependencies.eyre] version = "0.6.5" [dev-dependencies.insta] version = "1.7.1" [dev-dependencies.pretty_assertions] version = "0.7.2" [dev-dependencies.tokio-test] version = "0.4.1" [dev-dependencies.tracing-subscriber] version = "0.2.17" [features] test_rd = [] test_rr = []