data-modelling-sdk 2.0.9

Shared SDK for model operations across platforms (API, WASM, Native)
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 = "data-modelling-sdk"
version = "2.0.9"
authors = ["Mark Olliver"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared SDK for model operations across platforms (API, WASM, Native)"
readme = "README.md"
license = "MIT"
repository = "https://github.com/OffeneDatenmodellierung/data-modelling-sdk"
resolver = "2"

[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]
name = "data_modelling_sdk"
crate-type = ["rlib"]
path = "src/lib.rs"

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

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

[dependencies.data-modelling-core]
version = "2.0.6"

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

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

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