etdl-parser 0.1.4

ETDL parser: event tree (IEC 62502) and fault tree (IEC 61025) documents, ECEL condition expressions, AsyncAPI 3.0 JSON Pointer resolution
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 = "2021"
name = "etdl-parser"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ETDL parser: event tree (IEC 62502) and fault tree (IEC 61025) documents, ECEL condition expressions, AsyncAPI 3.0 JSON Pointer resolution"
homepage = "https://github.com/usamassem/etdl"
readme = "README.md"
keywords = [
    "etdl",
    "event-tree",
    "fault-tree",
    "iec-61025",
    "iec-62502",
]
categories = [
    "parsing",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/usamassem/etdl"

[lib]
name = "etdl_parser"
path = "src/lib.rs"

[dependencies.nom]
version = "7"

[dependencies.saphyr]
version = "0.0.11"

[dependencies.saphyr-parser]
version = "0.0.11"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"