# 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" name = "c2a-core" version = "4.4.0" description = "Core of Command Centric Architecture" documentation = "https://ut-issl.github.io/c2a-reference/c2a-core" readme = "README.md" license = "MIT" repository = "https://github.com/arkedge/c2a-core" [lib] path = "c2a_core.rs" [dev-dependencies] [build-dependencies.c2a-bind-utils] version = "4.0.0-beta.0" [build-dependencies.clang] version = "2.0.0" [build-dependencies.semver] version = "1.0.22" [features] clang-runtime = ["clang/runtime"] default = ["clang-runtime"] export-src = ["std"] no-c2a-link = [] std = []