syster-base 0.4.0-alpha

Core library for SysML v2 and KerML parsing, AST, and semantic analysis
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"
rust-version = "1.85"
name = "syster-base"
version = "0.4.0-alpha"
authors = ["jade-codes"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for SysML v2 and KerML parsing, AST, and semantic analysis"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jade-codes/syster-base"

[features]
default = []
interchange = [
    "dep:quick-xml",
    "dep:zip",
    "dep:serde",
    "dep:serde_json",
    "dep:serde_yaml",
]

[lib]
name = "syster"
path = "src/lib.rs"

[[test]]
name = "expose_resolver_tests"
path = "tests/expose_resolver_tests.rs"

[[test]]
name = "filter_eval_tests"
path = "tests/filter_eval_tests.rs"

[[test]]
name = "test_connect_debug"
path = "tests/test_connect_debug.rs"

[[test]]
name = "test_connect_endpoint_hover"
path = "tests/test_connect_endpoint_hover.rs"

[[test]]
name = "test_constraint_extraction"
path = "tests/test_constraint_extraction.rs"

[[test]]
name = "test_editing_integration"
path = "tests/test_editing_integration.rs"

[[test]]
name = "test_expression_extraction"
path = "tests/test_expression_extraction.rs"

[[test]]
name = "test_hover_resolution"
path = "tests/test_hover_resolution.rs"

[[test]]
name = "test_lossless_roundtrip"
path = "tests/test_lossless_roundtrip.rs"

[[test]]
name = "test_official_xmi_roundtrip"
path = "tests/test_official_xmi_roundtrip.rs"

[[test]]
name = "test_quick_hover_triage"
path = "tests/test_quick_hover_triage.rs"

[[test]]
name = "test_real_hover_failures"
path = "tests/test_real_hover_failures.rs"

[[test]]
name = "test_state_machine_extraction"
path = "tests/test_state_machine_extraction.rs"

[[test]]
name = "test_symbol_deduplication"
path = "tests/test_symbol_deduplication.rs"

[[test]]
name = "test_transition_extraction"
path = "tests/test_transition_extraction.rs"

[[test]]
name = "test_workspace_metadata_loading"
path = "tests/test_workspace_metadata_loading.rs"

[[test]]
name = "test_xmi_format_compliance"
path = "tests/test_xmi_format_compliance.rs"

[[test]]
name = "test_xmi_roundtrip_all"
path = "tests/test_xmi_roundtrip_all.rs"

[[test]]
name = "test_xmi_roundtrip_phase1"
path = "tests/test_xmi_roundtrip_phase1.rs"

[[test]]
name = "test_xmi_roundtrip_phase5"
path = "tests/test_xmi_roundtrip_phase5.rs"

[[test]]
name = "tests_architecture"
path = "tests/tests_architecture.rs"

[[test]]
name = "tests_architecture_helpers"
path = "tests/tests_architecture_helpers.rs"

[[test]]
name = "tests_debug_interface_endpoint"
path = "tests/tests_debug_interface_endpoint.rs"

[[test]]
name = "tests_main"
path = "tests/tests_main.rs"

[[test]]
name = "tests_parser_behavioral"
path = "tests/tests_parser_behavioral.rs"

[[test]]
name = "tests_parser_connectors"
path = "tests/tests_parser_connectors.rs"

[[test]]
name = "tests_parser_definitions"
path = "tests/tests_parser_definitions.rs"

[[test]]
name = "tests_parser_enums"
path = "tests/tests_parser_enums.rs"

[[test]]
name = "tests_parser_expressions"
path = "tests/tests_parser_expressions.rs"

[[test]]
name = "tests_parser_kerml"
path = "tests/tests_parser_kerml.rs"

[[test]]
name = "tests_parser_modifiers"
path = "tests/tests_parser_modifiers.rs"

[[test]]
name = "tests_parser_packages"
path = "tests/tests_parser_packages.rs"

[[test]]
name = "tests_parser_relationships"
path = "tests/tests_parser_relationships.rs"

[[test]]
name = "tests_parser_requirements"
path = "tests/tests_parser_requirements.rs"

[[test]]
name = "tests_parser_specializations"
path = "tests/tests_parser_specializations.rs"

[[test]]
name = "tests_parser_usages"
path = "tests/tests_parser_usages.rs"

[[test]]
name = "tests_parser_views"
path = "tests/tests_parser_views.rs"

[[test]]
name = "tests_resolve_subsetting"
path = "tests/tests_resolve_subsetting.rs"

[[test]]
name = "tests_rowan"
path = "tests/tests_rowan.rs"

[[test]]
name = "tests_semantic_false_positives"
path = "tests/tests_semantic_false_positives.rs"

[[test]]
name = "tests_semantic_resolution"
path = "tests/tests_semantic_resolution.rs"

[[test]]
name = "tests_span"
path = "tests/tests_span.rs"

[[test]]
name = "tests_specialization_operators"
path = "tests/tests_specialization_operators.rs"

[[test]]
name = "tests_sysml_examples"
path = "tests/tests_sysml_examples.rs"

[[test]]
name = "view_applicator_tests"
path = "tests/view_applicator_tests.rs"

[[test]]
name = "xmi_export_compare"
path = "tests/xmi_export_compare.rs"

[dependencies.from-pest]
version = "0.3"

[dependencies.indexmap]
version = "2"

[dependencies.logos]
version = "0.15"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.pest]
version = "2.7"

[dependencies.pest-ast]
version = "0.3"

[dependencies.pest_derive]
version = "2.7"

[dependencies.quick-xml]
version = "0.37"
optional = true

[dependencies.rayon]
version = "1.10"

[dependencies.rowan]
version = "0.16.1"

[dependencies.rustc-hash]
version = "2.1.1"

[dependencies.salsa]
version = "0.18"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.serde_yaml]
version = "0.9"
optional = true

[dependencies.smol_str]
version = "0.3.2"

[dependencies.text-size]
version = "1.1.1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1.44"

[dependencies.unicode-ident]
version = "1.0"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zip]
version = "2.2"
features = ["deflate"]
optional = true
default-features = false

[dev-dependencies.once_cell]
version = "1.21.3"

[dev-dependencies.rstest]
version = "0.25"

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

[dev-dependencies.walkdir]
version = "2"