data-modelling-sdk 2.0.8

Shared SDK for model operations across platforms (API, WASM, Native)
Documentation
[dependencies.data-modelling-core]
version = "2.0.6"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[[example]]
name = "test_ref"
path = "examples/test_ref.rs"

[[example]]
name = "test_sql"
path = "examples/test_sql.rs"

[features]
api-backend = ["data-modelling-core/api-backend"]
bpmn = ["data-modelling-core/bpmn"]
database = ["data-modelling-core/database"]
databricks-dialect = ["data-modelling-core/databricks-dialect"]
default = ["api-backend"]
dmn = ["data-modelling-core/dmn"]
duckdb-backend = ["data-modelling-core/duckdb-backend"]
git = ["data-modelling-core/git"]
inference = ["data-modelling-core/inference"]
native-fs = ["data-modelling-core/native-fs"]
odps-validation = ["data-modelling-core/odps-validation"]
openapi = ["data-modelling-core/openapi"]
png-export = ["data-modelling-core/png-export"]
postgres-backend = ["data-modelling-core/postgres-backend"]
schema-validation = ["data-modelling-core/schema-validation"]
staging = ["data-modelling-core/staging"]
staging-postgres = ["data-modelling-core/staging-postgres"]

[lib]
crate-type = ["rlib"]
name = "data_modelling_sdk"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(feature, values("odps-validation", "cli", "schema-validation", "database", "duckdb-backend", "postgres-backend", "cli-full", "staging", "staging-postgres", "s3", "databricks", "inference", "wasm"))']
level = "warn"
priority = 0

[package]
authors = ["Mark Olliver"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Shared SDK for model operations across platforms (API, WASM, Native)"
edition = "2024"
license = "MIT"
name = "data-modelling-sdk"
readme = "README.md"
repository = "https://github.com/OffeneDatenmodellierung/data-modelling-sdk"
resolver = "2"
version = "2.0.8"