# 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 = "2018" name = "pgdump_toc_rewrite" version = "1.0.6" authors = ["alex@wiltondb.com"] include = [ "src/*.rs", "Cargo.toml", ] description = "Command-line utility and a library that can be used to rewrite Babelfish logical DB name in pg_dump TOC and Babelfish catalog files" documentation = "https://docs.rs/pgdump_toc_rewrite" readme = "README.md" categories = ["database"] license = "Apache-2.0" repository = "https://github.com/wiltondb/pgdump_toc_rewrite" [dependencies.chrono] version = "0.4.30" [dependencies.clap] version = "4.4.10" [dependencies.flate2] version = "1.0.28" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlparser] version = "0.45.0" [dev-dependencies.copy_dir] version = "0.1.3"