[dependencies.sysml-model]
version = "0.2.2"
[dependencies.sysml-parser]
version = "0.2.2"
[dependencies.tracing]
default-features = false
optional = true
version = "0.1"
[features]
all = ["tracing"]
default = ["all", "std"]
error-stack = ["sysml-parser/error-stack"]
std = ["sysml-model/std", "sysml-parser/std", "tracing?/std"]
tracing = ["dep:tracing", "sysml-parser/tracing"]
unstable = ["sysml-model/unstable", "sysml-parser/unstable"]
[lib]
name = "sysml"
path = "src/lib.rs"
[package]
authors = ["Arto Bendiken"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["no-std"]
description = "SysML.rs"
edition = "2021"
homepage = "https://sysml.rs"
keywords = ["sysml", "kerml", "mbse"]
license = "Unlicense"
name = "sysml"
publish = true
readme = "README.md"
repository = "https://github.com/artob/sysml.rs"
rust-version = "1.70"
version = "0.2.2"