[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4"
[dependencies.lmrc-ports]
version = "0.3.16"
[dependencies.lmrc-ssh]
version = "0.3.16"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dev-dependencies.assert_matches]
version = "1.5"
[dev-dependencies.tokio-test]
version = "0.4"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[[example]]
name = "advanced_install"
path = "examples/advanced_install.rs"
[[example]]
name = "backup_and_rollback"
path = "examples/backup_and_rollback.rs"
[[example]]
name = "basic_install"
path = "examples/basic_install.rs"
[[example]]
name = "custom_config"
path = "examples/custom_config.rs"
[[example]]
name = "diff_detection"
path = "examples/diff_detection.rs"
[[example]]
name = "uninstall"
path = "examples/uninstall.rs"
[[example]]
name = "user_management"
path = "examples/user_management.rs"
[[example]]
name = "validation_and_tuning"
path = "examples/validation_and_tuning.rs"
[lib]
name = "lmrc_postgres"
path = "src/lib.rs"
[package]
authors = ["lemarc <lemarc.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database", "network-programming"]
description = "PostgreSQL management library for the LMRC Stack - comprehensive library for managing PostgreSQL installations on remote servers via SSH"
documentation = "https://docs.rs/lmrc-postgres"
edition = "2024"
homepage = "https://gitlab.com/lemarco/lmrc-stack/tree/main/libs/postgres-manager"
keywords = ["postgresql", "postgres", "database", "ssh", "management"]
license = "MIT OR Apache-2.0"
name = "lmrc-postgres"
readme = "README.md"
repository = "https://gitlab.com/lemarco/lmrc-stack"
resolver = "2"
version = "0.3.16"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"