# 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 = "sqlness-cli" version = "0.6.1" description = "SQLNESS command line tool" homepage = "https://github.com/CeresDB/sqlness" readme = "README.md" keywords = [ "sql", "database", "cli", ] license = "Apache-2.0" repository = "https://github.com/CeresDB/sqlness" [dependencies.async-trait] version = "0.1.64" [dependencies.clap] version = "4.1.8" features = ["derive"] [dependencies.futures] version = "0.3.26" [dependencies.sqlness] version = "0.6" features = [ "mysql", "postgres", ]