# 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 = "vim-plugin-metadata" version = "1.0.0-rc.0" authors = ["David Barnett"] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "Parse and analyze your vim plugins, from Rust!" readme = "README.md" keywords = [ "vim", "parsing", "tree-sitter", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/dbarnett/vim-plugin-metadata" [lib] name = "vim_plugin_metadata" path = "src/lib.rs" [dependencies.baz-tree-sitter-traversal] version = "0.1.4" [dependencies.quoted-string] version = "0.2" [dependencies.tree-sitter] version = "0.23.0" [dependencies.tree-sitter-vim] version = "0.4.0" [dependencies.unicode-ellipsis] version = "0.2.0" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.12.0"