# 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 = "2021" rust-version = "1.70" name = "sysml" version = "0.2.3" authors = ["Arto Bendiken"] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "SysML.rs" homepage = "https://sysml.rs" readme = "README.md" keywords = [ "sysml", "kerml", "mbse", ] categories = ["no-std"] license = "Unlicense" repository = "https://github.com/artob/sysml.rs" [lib] name = "sysml" path = "src/lib.rs" [dependencies.sysml-model] version = "0.2.3" [dependencies.sysml-parser] version = "0.2.3" [dependencies.tracing] version = "0.1" optional = true default-features = false [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", ]