# 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 = "tree-sitter-sleigh" version = "0.1.0" authors = ["novafacing "] build = "build.rs" exclude = ["Processors"] publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "Tree-sitter parser for the Ghidra SLEIGH language" readme = "README.md" keywords = [ "parser", "reverse-engineering", "tree-sitter", ] license = "Apache-2.0" repository = "https://github.com/novafacing/tree-sitter-sleigh" [lib] name = "tree_sitter_sleigh" path = "src/lib.rs" [dependencies.malachite] version = "0.4.14" features = ["serde"] [dependencies.regex] version = "1.10.5" [dependencies.rust-sitter] version = "0.4.2" [dependencies.typed-builder] version = "0.19.1" [build-dependencies.malachite] version = "0.4.14" features = ["serde"] [build-dependencies.regex] version = "1.10.5" [build-dependencies.rust-sitter-tool] version = "0.4.2" [build-dependencies.typed-builder] version = "0.19.1"