# 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 = "fileql" version = "0.9.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 local files using GitQL SDK" documentation = "https://github.com/amrdeveloper/fileql" readme = "README.md" keywords = [ "cli", "files", "language", "gitql", "fileql", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/amrdeveloper/fileql/" [[bin]] name = "fileql" path = "src/main.rs" [dependencies.gitql-ast] version = "0.27.0" [dependencies.gitql-cli] version = "0.30.0" [dependencies.gitql-core] version = "0.7.0" [dependencies.gitql-engine] version = "0.30.0" [dependencies.gitql-parser] version = "0.29.0" [dependencies.gitql-std] version = "0.7.0"