# 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 = "copgy" version = "0.2.7" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI utility tool for copying data between and executing SQL on PostgreSQL databases" readme = "README.md" keywords = [ "postgresql", "copy", "sql", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/knnmran/copgy" [[bin]] name = "copgy" path = "src/main.rs" [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.native-tls] version = "0.2.11" [dependencies.postgres] version = "0.19.7" [dependencies.postgres-native-tls] version = "0.5.0" [dependencies.serde] version = "1.0.195" features = ["derive"] [dependencies.serde_json] version = "1.0.111" [dependencies.sqlparser] version = "0.41.0" [dependencies.url] version = "2.5.0"