omg-elements 0.2.1

Core message data structures generated from OMG IDL.
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 = "2021"
rust-version = "1.84.1"
name = "omg-elements"
version = "0.2.1"
authors = [
    "Frank Rehberger <frehberg@gmail.com>",
    "Bryan Conn <coding@bryan-conn.org>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core message data structures generated from OMG IDL."
homepage = "https://github.com/gauntl3t12/omg-idl"
documentation = "https://docs.rs/omg-idl"
readme = "README.md"
keywords = [
    "OMG",
    "DDS",
    "IDL",
    "generator",
    "RTPS",
]
license = "Apache-2.0"
repository = "https://github.com/gauntl3t12/omg-idl"
resolver = "3"

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

[dependencies.serde]
version = "1.0"

[dependencies.serde_arrays]
version = "0.2.0"

[dependencies.serde_derive]
version = "1.0"

[build-dependencies.omg-idl-code-gen]
version = "0.2.1"