# 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 = "sqlx-ts" version = "0.1.1" authors = ["Jason Shin "] description = "A tool for Javascript/Typescript for compile-time safe SQL queries" homepage = "https://github.com/JasonShin/sqlx-ts" documentation = "https://jasonshin.github.io/sqlx-ts/" readme = "README.md" keywords = [ "cli", "sql", "sqlx", "typescript", "javascript", ] categories = ["command-line-utilities"] license = "MIT" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.convert_case] version = "0.5.0" [dependencies.dotenv] version = "0.15.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mysql] version = "22.1.0" [dependencies.postgres] version = "0.19.2" [dependencies.regex] version = "1.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlparser] version = "0.18.0" [dependencies.string_cache] version = "0.8.3" [dependencies.swc_common] version = "0.17.18" features = ["tty-emitter"] [dependencies.swc_ecma_ast] version = "0.72.0" [dependencies.swc_ecma_parser] version = "0.96.0" [dependencies.swc_ecma_parser_macros] version = "0.4.1" [dependencies.walkdir] version = "2.3.2" [dev-dependencies.assert_cmd] version = "2.0.4" [dev-dependencies.predicates] version = "2.1.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.tempfile] version = "3.3.0"