# 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 = "pmd" version = "0.0.1" authors = ["nkoporec "] description = "Poor's man debugger, the most easy way to debug" readme = "README.md" keywords = [ "debugger", "tui", ] categories = [ "command-line-utilities", "development-tools", "development-tools::debugging", ] license = "MIT" license-file = "LICENSE" repository = "https://github.com/nkoporec/pmd/" [dependencies.axum] version = "0.6.2" [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.crossterm] version = "0.25" [dependencies.home] version = "0.5.4" [dependencies.rust-embed] version = "6.4.2" [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.10" [dependencies.tui] version = "0.19" features = ["termion"] [dependencies.tui-tree-widget] version = "0.11.0"