# 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-traversal" version = "0.1.2" authors = ["skmendez"] description = "Traversal of tree-sitter Trees and any arbitrary tree with a TreeCursor-like interface" documentation = "https://docs.rs/tree-sitter-traversal/" readme = "README.md" keywords = ["tree-sitter", "traverse", "traversal", "tree"] categories = ["algorithms", "data-structures", "no-std"] license = "MIT" repository = "https://github.com/skmendez/tree-sitter-traversal" resolver = "2" [dependencies.tree-sitter] version = ">= 0.19, < 0.21" optional = true [dev-dependencies.tree-sitter-rust] version = "0.20.0" [features] default = ["tree-sitter"]