# 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-edit" version = "0.3.0" authors = ["Langston Barrett "] description = "A crate for printing modified tree-sitter parse trees, intended for use in multi-language code refactoring, linting, or modification (codemod) tools." homepage = "https://github.com/langston-barrett/tree-sitter-edit" readme = "README.md" keywords = [ "codemod", "linting", "parsing", "refactoring", "tree-sitter", ] license = "MIT" repository = "https://github.com/langston-barrett/tree-sitter-edit" [profile.ci] debug = 0 incremental = false inherits = "dev" [dependencies.tree-sitter] version = "0.20" [dependencies.tree-sitter-traversal] version = "0.1" [dev-dependencies.tree-sitter-c] version = "0.20"