# 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-gen" version = "0.1.5" description = "A CLI tool for generating models based on a SQL Database using SQLx" readme = "README.md" license = "MIT" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0" [dependencies.dotenv] version = "0.15.0" [dependencies.regex] version = "1.5" [dependencies.sqlx] version = "0.7" features = [ "postgres", "runtime-tokio", ] [dependencies.sqlx-cli] version = "0.7" [dependencies.testcontainers] version = "0.15.0" [dependencies.testcontainers-modules] version = "0.3.5" features = ["postgres"] [dependencies.tokio] version = "1" features = ["full"]