etdl-cli 0.2.0

ETDL CLI: compile and validate .etdl documents with IEC 61025 fault tree and IEC 62502 event tree analysis, generating Rust for microservices
[package]
name = "etdl-cli"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
readme.workspace = true
description = "ETDL CLI: compile and validate .etdl documents with IEC 61025 fault tree and IEC 62502 event tree analysis, generating Rust for microservices"
keywords = ["etdl", "cli", "reliability", "microservices", "asyncapi"]
categories = ["command-line-utilities", "development-tools"]
homepage = "https://github.com/usamassem/etdl"

[[bin]]
name = "etdl"
path = "src/main.rs"

[dependencies]
etdl-parser = { version = "0.2.0", path = "../etdl-parser" }
etdl-compiler = { version = "0.2.0", path = "../etdl-compiler" }
clap = { version = "4", features = ["derive"] }
serde.workspace = true
serde_json.workspace = true
serde_yaml.workspace = true
thiserror.workspace = true

[dev-dependencies]
serde.workspace = true
serde_json.workspace = true