# 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 = "elefant-sync" version = "0.0.2" authors = ["Zlepper"] description = "A tool like pg_dump and pg_restore, but with extra features, and probably more bugs." readme = "readme.md" keywords = [ "pg_dump", "pg_restore", "postgres", "backup", "restore", ] license = "MIT" repository = "https://github.com/zlepper/elefant-tools" [dependencies.clap] version = "4.4" features = [ "derive", "env", ] [dependencies.elefant-tools] version = "0.0.2" [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "macros", "fs", ] default-features = false [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies]