dsntk-model 0.3.0

ÐecisionToolkit | DMN model and parser
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 = "dsntk-model"
version = "0.3.0"
authors = ["Dariusz Depta <depta@engos.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ÐecisionToolkit | DMN model and parser"
homepage = "https://decision-toolkit.org"
documentation = "https://docs.rs/dsntk-model"
readme = "README.md"
keywords = [
    "dmn",
    "decision",
    "toolkit",
    "model",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "finance",
    "parsing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DecisionToolkit/dsntk.git"
resolver = "2"

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

[dependencies.dsntk-common]
version = "0.3.0"

[dependencies.dsntk-examples]
version = "0.3.0"

[dependencies.dsntk-feel]
version = "0.3.0"

[dependencies.dsntk-feel-parser]
version = "0.3.0"

[dependencies.dsntk-macros]
version = "0.3.0"

[dependencies.dsntk-recognizer]
version = "0.3.0"

[dependencies.petgraph]
version = "0.8.3"

[dependencies.roxmltree]
version = "0.21.1"