# 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 = "kerml" 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 = "kerml" path = "src/lib.rs" [dependencies.dogma] version = "0.1" default-features = false [features] all = [] default = [ "all", "std", ] std = [] unstable = []