provisioning-platform/prov-ecosystem/crates/valida/Cargo.toml

32 lines
792 B
TOML
Raw Permalink Normal View History

[package]
name = "valida"
version = "0.1.0"
edition = "2021"
rust-version = "1.75"
authors = ["Provctl Contributors"]
license = "MIT"
repository = "https://github.com/provctl"
description = "Centralized validation rules system for infrastructure-as-code"
documentation = "https://docs.rs/valida"
keywords = ["validation", "rules", "infrastructure", "iac", "provisioning"]
categories = ["development-tools", "configuration"]
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1.0"
serde_yaml = "0.9"
toml = "0.9"
thiserror = "2"
anyhow = "1"
tracing = "0.1"
# Syntaxis integration
# syntaxis-integration = { path = "../syntaxis-integration" }
uuid = { version = "1", features = ["v4", "serde"] }
[dev-dependencies]
proptest = "1"
tempfile = "3"
mockall = "0.14"