# 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 = "sqlgrep" version = "0.1.1" authors = ["Eir Nym "] description = "Grep SQL databases for fun and profit." readme = "doc/CRATE.md" license = "Apache-2.0" repository = "https://github.com/eirtools/sqlgrep" [dependencies.chrono] version = "0.4.38" features = ["alloc"] [dependencies.clap] version = "4.5.0" features = [ "derive", "wrap_help", ] [dependencies.futures] version = "0.3.30" features = ["async-await"] [dependencies.indoc] version = "2.0.5" [dependencies.log] version = "0.4.21" [dependencies.regex] version = "1.10.4" [dependencies.sqlparser] version = "0.45.0" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio-native-tls", "sqlite", "chrono", ] [dependencies.stderrlog] version = "0.6.0" [dependencies.tokio] version = "1.20.0" features = [ "macros", "rt-multi-thread", ]