# 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 = "mogglo" version = "0.1.1" authors = ["Langston Barrett "] description = "Multi-language AST-based code search and rewriting" homepage = "https://github.com/langston-barrett/mogglo" readme = "README.md" keywords = [ "ast", "codemod", "code-search", "grep", "tree-sitter", ] license = "MIT" repository = "https://github.com/langston-barrett/mogglo" resolver = "1" [dependencies.anyhow] version = "1" optional = true [dependencies.ariadne] version = "0.2" optional = true [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.num_cpus] version = "1" optional = true [dependencies.regex] version = "1" [dependencies.rlua] version = "0.19" features = ["lua-no-oslib"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tree-sitter] version = "0.20" [dependencies.tree-sitter-edit] version = "0.1" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.tree-sitter-rust] version = "0.20" [features] cli = [ "dep:anyhow", "dep:ariadne", "dep:clap", "dep:num_cpus", ] default = []