# 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 = "gml_log_parser" version = "0.1.1" authors = ["Gabe Weiner "] description = "A small library for parsing the convoluted callstacks GameMaker outputs and translating them into VSC-friendly paths to the file/line in question" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/imlazyeye/gml_log_parser" [lib] [dependencies.chompy] version = "0.1.2" [dependencies.itertools] version = "0.12" [dependencies.pretty_assertions] version = "1.4" [dependencies.regex] version = "1.10" [dependencies.walkdir] version = "2.5"