# 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 = "sql-insight-cli" version = "0.2.0" authors = ["Takahiro Ebato "] include = [ "src/**/*.rs", "Cargo.toml", "README.md", "LICENSE.txt", ] description = "A CLI utility for SQL query analysis, formatting, and transformation." homepage = "https://github.com/takaebato/sql-insight" documentation = "https://docs.rs/sql-insight-cli/" readme = "README.md" keywords = [ "sql", "query", "cli", "utility", "insight", ] license = "MIT" repository = "https://github.com/takaebato/sql-insight" [[bin]] name = "sql-insight" path = "src/main.rs" doc = false [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.sql-insight] version = "0.2.0" [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.tempfile] version = "3.1.0" [dev-dependencies.tokio] version = "1.36.0" features = ["full"]