xidl-typeobject 0.2.1

A IDL codegen.
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 = "xidl-typeobject"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A IDL codegen."
readme = "README.md"
keywords = [
    "omg",
    "dds",
    "idl",
    "http",
    "jsonrpc",
]
categories = [
    "compilers",
    "parser-implementations",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/xidl/xidl"
resolver = "2"

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

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

[dependencies.md5]
version = "0.7"

[dependencies.xidl-xcdr]
version = "0.2.1"