[[bin]]
name = "pupoxide"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.axum]
version = "0.8"
[dependencies.chrono]
version = "0.4"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.nix]
features = ["user", "fs"]
version = "0.30.1"
[dependencies.reqwest]
features = ["json"]
version = "0.13.1"
[dependencies.rhai]
features = ["sync"]
version = "1.19"
[dependencies.sea-orm]
features = ["sqlx-postgres", "runtime-tokio-rustls", "macros"]
version = "1.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.sysinfo]
version = "0.37"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.41"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dependencies.validator]
features = ["derive"]
version = "0.20"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "pupoxide"
path = "src/lib.rs"
[package]
authors = ["iTmage Lab <contact@itmagelab.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["config", "os"]
description = "A high-performance, memory-safe, declarative configuration management tool inspired by Puppet."
edition = "2024"
homepage = "https://gitverse.ru/itmagelab/pupoxide"
keywords = ["scm", "puppet", "automation", "devops", "IaC"]
license = "MIT"
name = "pupoxide"
readme = "README.md"
repository = "https://gitverse.ru/itmagelab/pupoxide"
version = "0.2.0"
[[test]]
name = "environment_test"
path = "tests/environment_test.rs"
[[test]]
name = "exec_test"
path = "tests/exec_test.rs"
[[test]]
name = "fs_test"
path = "tests/fs_test.rs"
[[test]]
name = "import_test"
path = "tests/import_test.rs"
[[test]]
name = "repro_include_method"
path = "tests/repro_include_method.rs"
[[test]]
name = "role_constraints_test"
path = "tests/role_constraints_test.rs"
[[test]]
name = "roles_profiles_test"
path = "tests/roles_profiles_test.rs"