# 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" rust-version = "1.66" name = "baz-tree-sitter-traversal" version = "0.1.4" authors = ["Baz"] 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/baz-scm/tree-sitter-traversal" [package.metadata.release] allow-branch = ["HEAD"] push = false tag = false [lib] name = "tree_sitter_traversal" [dependencies.tree-sitter] version = ">= 0.22" optional = true [dev-dependencies.tree-sitter-cpp] version = "0.22" [dev-dependencies.tree-sitter-rust] version = "0.21" [features] default = ["tree-sitter"]