regent-sdk 0.8.2

Multi-paradigm configuration management system as a library
Documentation
# 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 = "2024"
name = "regent-sdk"
version = "0.8.2"
authors = ["Romain SUZANNE <romzorus591@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Multi-paradigm configuration management system as a library"
readme = "README.md"
keywords = [
    "automation",
    "configuration",
    "management",
    "infrastructure",
    "observability",
]
categories = [
    "config",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/regent-project/regent-sdk"

[features]
aws-secretsmanager = [
    "dep:aws-config",
    "dep:aws-sdk-secretsmanager",
]
gcp-secretmanager = [
    "dep:google-cloud-secretmanager-v1",
    "dep:google-cloud-gax",
]

[lib]
name = "regent_sdk"
path = "src/lib.rs"
doctest = false

[[example]]
name = "aws_secrets_manager_usage"
path = "examples/aws_secrets_manager_usage.rs"
required-features = ["aws-secretsmanager"]

[[example]]
name = "basic_check"
path = "examples/basic_check.rs"

[[example]]
name = "distribute_work"
path = "examples/distribute_work.rs"

[[example]]
name = "gcp_secret_manager_usage"
path = "examples/gcp_secret_manager_usage.rs"
required-features = ["gcp-secretmanager"]

[[example]]
name = "host_health_observability"
path = "examples/host_health_observability.rs"

[[example]]
name = "install_web_server"
path = "examples/install_web_server.rs"

[[example]]
name = "multi_secrets_providers"
path = "examples/multi_secrets_providers.rs"
required-features = [
    "aws-secretsmanager",
    "gcp-secretmanager",
]

[[example]]
name = "os_kind"
path = "examples/os_kind.rs"

[[example]]
name = "yaml_api"
path = "examples/yaml_api.rs"

[dependencies.aws-config]
version = "1.10.1"
features = ["behavior-version-latest"]
optional = true

[dependencies.aws-sdk-secretsmanager]
version = "1.111.0"
optional = true

[dependencies.bytes]
version = "1.12.1"

[dependencies.chrono]
version = "0.4.45"

[dependencies.google-cloud-gax]
version = "1.13.0"
optional = true

[dependencies.google-cloud-secretmanager-v1]
version = "1.12.0"
optional = true

[dependencies.nanoid]
version = "0.5.0"

[dependencies.rayon]
version = "1.12.0"

[dependencies.russh]
version = "0.62.4"

[dependencies.serde]
version = "1.0.229"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.151"

[dependencies.tera]
version = "2.1.0"

[dependencies.thiserror]
version = "2.0.19"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "time",
    "macros",
    "process",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.yaml_serde]
version = "0.10"

[dev-dependencies.axum]
version = "0.8.9"

[dev-dependencies.chrono]
version = "0.4.45"

[dev-dependencies.tracing-subscriber]
version = "0.3.23"

[profile.release]
lto = true