# 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 = "mpigdb" version = "0.5.1" authors = ["Robert Underwood "] exclude = ["docs/*"] description = "A wrapper arround mpiexec, gdbserver, and gdb that makes debugging MPI programs eaiser" readme = "README.md" keywords = [ "debugging", "parallel", "mpi", ] categories = [ "command-line-utilities", "development-tools::debugging", ] license = "BSD-2-Clause" repository = "https://github.com/robertu94/mpigdb" [dependencies.anyhow] version = "1.0.66" [dependencies.hostname] version = "0.3.1" [dependencies.num_cpus] version = "1.14.0" [dependencies.serde] version = "1.0.162" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.which] version = "6.0.2"