# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sqlx-models-cli" version = "0.1.1" authors = ["Jesper Axelsson ", "Austin Bonander "] default-run = "sqlx" description = "Command-line utility for SQLx, the Rust SQL toolkit." readme = "README.md" keywords = ["database", "postgres", "database-management", "migration"] categories = ["database", "command-line-utilities"] license = "MIT OR Apache-2.0" [[bin]] name = "sqlx" path = "src/bin/sqlx.rs" [[bin]] name = "cargo-sqlx" path = "src/bin/cargo-sqlx.rs" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1.30" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "=3.0.0-beta.2" [dependencies.clap_derive] version = "=3.0.0-beta.2" [dependencies.console] version = "0.14.1" [dependencies.dotenv] version = "0.15" [dependencies.futures] version = "0.3" [dependencies.glob] version = "0.3.0" [dependencies.openssl] version = "0.10.30" optional = true [dependencies.promptly] version = "0.3.0" [dependencies.regex] version = "1.5.4" [dependencies.remove_dir_all] version = "0.7.0" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.sqlx] version = "0.5.7" features = ["runtime-async-std-native-tls", "migrate", "any", "offline"] default-features = false [dependencies.tokio] version = "1.0.1" features = ["macros", "rt", "rt-multi-thread", "fs", "process", "io-std"] [dependencies.url] version = "2.1.1" default-features = false [features] default = ["postgres", "sqlite", "mysql"] mysql = ["sqlx/mysql"] openssl-vendored = ["openssl/vendored"] postgres = ["sqlx/postgres"] sqlite = ["sqlx/sqlite"]