# 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-parser" 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_parser" path = "src/lib.rs" [[test]] name = "examples" path = "tests/examples.rs" [[test]] name = "names" path = "tests/names.rs" [[test]] name = "simple" path = "tests/simple.rs" [[test]] name = "usage" path = "tests/usage.rs" [dependencies.error-stack] version = "0.5" optional = true default-features = false [dependencies.nom] version = "7" features = ["alloc"] default-features = false [dependencies.nom_locate] version = "4.2" features = ["alloc"] default-features = false [dependencies.sysml-model] version = "0.2.3" [dependencies.tracing] version = "0.1" optional = true default-features = false [features] all = [ "error-stack", "tracing", ] default = [ "all", "std", ] error-stack = ["dep:error-stack"] std = [ "error-stack?/std", "nom/std", "nom_locate/std", "sysml-model/std", "tracing?/std", ] tracing = ["dep:tracing"] unstable = ["sysml-model/unstable"]