# 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 = "sleek" version = "0.3.0" authors = ["Nicholas Rempel "] description = "Sleek is a CLI tool for formatting SQL files." readme = "README.md" keywords = [ "sql", "format", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/nrempel/sleek" [dependencies.clap] version = "4.2.4" features = [ "derive", "cargo", ] [dependencies.glob] version = "0.3.1" [dependencies.sqlformat] version = "0.2.1" [dependencies.thiserror] version = "1.0.40"