etdl-cli 0.1.0

ETDL CLI: compile, validate, and inspect .etdl documents
# 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 = "2021"
name = "etdl-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ETDL CLI: compile, validate, and inspect .etdl documents"
readme = "README.md"
keywords = [
    "etdl",
    "cli",
    "compiler",
    "event-tree",
    "fault-tree",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/usamassem/etdl"

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

[[test]]
name = "integration_test"
path = "tests/integration_test.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.etdl-compiler]
version = "0.1.0"

[dependencies.etdl-parser]
version = "0.1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dev-dependencies.serde]
version = "1"
features = ["derive"]