# 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-tools" version = "0.0.2" authors = ["Zlepper"] description = "A library for doing things like pg_dump and pg_restore, 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.bytes] version = "1.6" [dependencies.futures] version = "0.3" [dependencies.itertools] version = "0.13" [dependencies.ordered-float] version = "4.2" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "rt", "fs", ] default-features = false [dependencies.tokio-postgres] version = "0.7" [dependencies.tracing] version = "0.1" features = ["attributes"] [dependencies.uuid] version = "1.8" features = ["v4"] [dev-dependencies.indoc] version = "2" [dev-dependencies.similar-asserts] version = "1.5" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [dev-dependencies.uuid] version = "1.8" features = [ "fast-rng", "v4", ] [features] test_utilities = []