# 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 = "neon-cli" version = "0.6.0" authors = ["Tim Tully "] description = "A command-line tool for using the Neon serverless Postgres database." homepage = "https://github.com/tullytim/neon-cli" readme = "README.md" keywords = [ "neon", "database", "postgres", "postgresql", "cli", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/tullytim/neon-cli" [dependencies.anyhow] version = "1.0.71" [dependencies.app] version = "0.6.5" [dependencies.arg] version = "0.4.1" [dependencies.chrono] version = "0.4.24" [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.clap_builder] version = "4.2.7" [dependencies.clap_derive] version = "4.2.0" [dependencies.comfy-table] version = "6.1.4" [dependencies.csv] version = "1.1" [dependencies.dotenv] version = "0.15.0" [dependencies.dotenv_codegen] version = "0.15.0" [dependencies.envy] version = "0.4.2" [dependencies.futures] version = "0.3" [dependencies.http] version = "0.2.4" [dependencies.native-tls] version = "0.2.11" [dependencies.openssl] version = "0.10.38" [dependencies.postgres] version = "0.19.5" features = ["with-chrono-0_4"] [dependencies.postgres-native-tls] version = "0.5.0" [dependencies.postgres-openssl] version = "0.5.0" [dependencies.reqwest] version = "0.11.4" features = ["json"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.71" [dependencies.stderr] version = "0.8.0" [dependencies.tokio] version = "1" features = ["full"]