# 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.59" name = "zee-grammar" version = "0.3.0" authors = ["Marius Cobzarenco "] description = "Wrappers for tree sitter grammars used by zee" homepage = "https://github.com/mcobzarenco/zee/tree/master/grammar" license = "Apache-2.0" [dependencies.anyhow] version = "1.0.56" [dependencies.cc] version = "1.0.73" features = ["parallel"] [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.libloading] version = "0.7.3" [dependencies.log] version = "0.4.16" [dependencies.once_cell] version = "1.10.0" [dependencies.rayon] version = "1.5.2" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.tree-sitter] version = "0.20.6"