[package] name = "gdb-command" version = "0.7.8" authors = ["Andrey Fedotov ", "Alexey Vishnyakov ", "Georgy Savidov "] edition = "2021" description = "Wrapper for gdb in batch mode." readme = "README.md" keywords = [ "gdb", "backtrace", "stacktrace", "debugging", "coredump"] repository = "https://github.com/anfedotoff/gdb-command.git" homepage = "https://github.com/anfedotoff/gdb-command.git" license = "MIT" exclude = ["/tests", ".gitignore", ".github"] [dependencies] regex = "1" wait-timeout = "0.2"