[[bin]]
name = "rumoca"
path = "src/main.rs"
[[bin]]
name = "rumoca-fmt"
path = "src/bin/rumoca_fmt.rs"
[[bin]]
name = "rumoca-lint"
path = "src/bin/rumoca_lint.rs"
[[bin]]
name = "rumoca-lsp"
path = "src/bin/rumoca_lsp.rs"
[build-dependencies.parol]
version = "3.0.1"
[dependencies.anyhow]
version = "1.0"
[dependencies.chksum-md5]
version = "0.1.0"
[dependencies.clap]
version = "4.5.31"
[dependencies.env_logger]
version = "0.11"
[dependencies.git-version]
version = "0.3.9"
[dependencies.indexmap]
features = ["serde"]
version = "2.7.1"
[dependencies.lsp-server]
version = "0.7"
[dependencies.lsp-types]
version = "0.97"
[dependencies.miette]
features = ["fancy"]
version = "7.4.0"
[dependencies.minijinja]
features = ["json"]
version = "2.8.0"
[dependencies.owo-colors]
version = "4.0"
[dependencies.parol]
version = "3.1.0"
[dependencies.parol_runtime]
version = "3.1.0"
[dependencies.pyo3]
features = ["extension-module"]
optional = true
version = "0.27"
[dependencies.serde]
features = ["derive"]
version = "1.0.218"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.toml]
version = "0.8"
[dev-dependencies.num_cpus]
version = "1.16"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.rayon]
version = "1.10"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
[[example]]
name = "file_compilation"
path = "examples/file_compilation.rs"
[features]
python = ["pyo3"]
regen-parser = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "rumoca"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["compilers", "science", "simulation"]
default-run = "rumoca"
description = "Modelica compiler written in RUST"
documentation = "https://docs.rs/rumoca"
edition = "2024"
exclude = ["editors/", "python/", ".github/", "docs/", "tools/", "*.swp"]
homepage = "https://github.com/jgoppert/rumoca"
keywords = ["modelica", "compiler", "dae", "simulation"]
license = "Apache-2.0"
name = "rumoca"
readme = "README.md"
repository = "https://github.com/jgoppert/rumoca"
version = "0.7.18"
[profile.dev.build-override]
opt-level = 3
[profile.release.build-override]
opt-level = 3
[[test]]
name = "balance_tests"
path = "tests/balance_tests.rs"
[[test]]
name = "dae_ir_tests"
path = "tests/dae_ir_tests.rs"
[[test]]
name = "dae_tests"
path = "tests/dae_tests.rs"
[[test]]
name = "event_functions_tests"
path = "tests/event_functions_tests.rs"
[[test]]
name = "flatten_tests"
path = "tests/flatten_tests.rs"
[[test]]
name = "lsp_tests"
path = "tests/lsp_tests.rs"
[[test]]
name = "msl_tests"
path = "tests/msl_tests.rs"
[[test]]
name = "noevent_smooth_tests"
path = "tests/noevent_smooth_tests.rs"
[[test]]
name = "package_structure_tests"
path = "tests/package_structure_tests.rs"
[[test]]
name = "parser_tests"
path = "tests/parser_tests.rs"