# 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 = "2021" name = "rdbg-view" version = "0.2.3" authors = ["Scott Meeuwsen "] description = "A basic command-line viewer for rdbg" documentation = "https://docs.rs/rdbg_view" readme = "README.md" keywords = [ "debug", "debugger", "development", ] categories = ["development-tools::debugging"] license = "MIT OR Apache-2.0" repository = "https://github.com/nu11ptr/rdbg/tree/main/rdbg-view" resolver = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.rdbg-client] version = "0.1.5"