# 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 = "dmntk" version = "0.3.6" authors = ["Dariusz Depta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DMNTK | Decision Model and Notation Toolkit" documentation = "https://docs.rs/dmntk" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/dmntk/dmntk.rs.git" [[bin]] name = "dmntk" path = "src/main.rs" [dependencies.actix-web] version = "4.9.0" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.5.16" features = ["cargo"] [dependencies.difference] version = "2.0.0" [dependencies.dmntk-common] version = "0.3.6" [dependencies.dmntk-evaluator] version = "0.3.6" [dependencies.dmntk-feel] version = "0.3.6" [dependencies.dmntk-feel-parser] version = "0.3.6" [dependencies.dmntk-gendoc] version = "0.3.6" [dependencies.dmntk-model] version = "0.3.6" [dependencies.dmntk-recognizer] version = "0.3.6" [dependencies.dmntk-server] version = "0.3.6" [dependencies.dmntk-workspace] version = "0.3.6" [dependencies.once_cell] version = "1.19.0" [dependencies.serde] version = "1.0.209" features = ["derive"]