# 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 = "dsntk-server" version = "0.0.9" authors = ["Dariusz Depta "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "dsntk | Decision Toolkit | API server" documentation = "https://docs.rs/dsntk-server" readme = "README.md" keywords = [ "dmn", "decision", "toolkit", "server", ] categories = [ "development-tools", "command-line-utilities", "finance", "parsing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DecisionToolkit/dsntk-rs.git" [lib] name = "dsntk_server" path = "src/lib.rs" [dependencies.actix-web] version = "4.9.0" [dependencies.antex] version = "0.0.8" [dependencies.base64] version = "0.22.1" [dependencies.dsntk-common] version = "0.0.9" [dependencies.dsntk-evaluator] version = "0.0.9" [dependencies.dsntk-feel] version = "0.0.9" [dependencies.dsntk-macros] version = "0.0.9" [dependencies.dsntk-model] version = "0.0.9" [dependencies.dsntk-workspace] version = "0.0.9" [dependencies.serde] version = "1.0.215" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [features] default = [] tck = []