cfs-synapse 0.2.10

NASA cFS-friendly IDL and code generator for C headers and Rust repr(C) bindings
Documentation
# 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 = "2024"
name = "cfs-synapse"
version = "0.2.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "NASA cFS-friendly IDL and code generator for C headers and Rust repr(C) bindings"
readme = "README.md"
keywords = [
    "cfs",
    "nasa",
    "codegen",
    "idl",
    "embedded",
]
categories = [
    "command-line-utilities",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/sjbeskur/synapse"
resolver = "2"

[lib]
name = "cfs_synapse"
path = "src/lib.rs"

[[bin]]
name = "synapse"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.pest]
version = "2"

[dependencies.synapse-codegen-cfs]
version = "0.2.10"
package = "cfs-synapse-codegen-cfs"

[dependencies.synapse-parser]
version = "0.2.10"
package = "cfs-synapse-parser"