# 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 = "clangql" version = "0.7.0" authors = ["AmrDeveloper"] build = false exclude = [ ".github/**", "docs/**", "media/**", "scripts/**", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to run SQL-like query on your C/C++ Abstract syntax tree" documentation = "https://github.com/amrdeveloper/clangql" readme = "README.md" keywords = [ "cli", "files", "language", "gitql", "clangql", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/amrdeveloper/clangql/" [[bin]] name = "clangql" path = "src/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clang-sys] version = "1.7.0" [dependencies.gitql-ast] version = "0.22.0" [dependencies.gitql-cli] version = "0.25.0" [dependencies.gitql-core] version = "0.2.0" [dependencies.gitql-engine] version = "0.25.0" [dependencies.gitql-parser] version = "0.24.0" [dependencies.gitql-std] version = "0.3.0"