[dependencies.sysml-model]
version = "0.1.0"
[dependencies.sysml-parser]
version = "0.1.0"
[dependencies.tracing]
default-features = false
optional = true
version = "0.1"
[features]
default = ["std", "tracing"]
std = ["sysml-model/std", "sysml-parser/std", "tracing?/std"]
tracing = ["dep:tracing", "sysml-parser/tracing"]
[package]
authors = ["Arto Bendiken"]
categories = ["no-std"]
description = "SysML.rs"
edition = "2021"
homepage = "https://github.com/artob/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.1.0"