[package]
name = "zerodds-idl-cpp"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
repository = "https://github.com/zero-objects/zero-dds"
homepage = "https://zerodds.org"
documentation = "https://docs.rs/zerodds-idl-cpp"
readme = "README.md"
keywords = ["dds", "idl", "codegen", "cpp", "psm-cxx"]
categories = ["development-tools", "network-programming"]
authors.workspace = true
description = "OMG IDL4 → C++17 Code-Generator (idl4-cpp-1.0 + DDS-PSM-Cxx + DDS-RPC C++ PSM) für ZeroDDS."
publish = true
[lints]
workspace = true
[lib]
path = "src/lib.rs"
[features]
default = ["std"]
std = []
[dependencies]
zerodds-idl = { version = "1.0.0-rc.1", path = "../idl" }
zerodds-rpc = { version = "1.0.0-rc.1", path = "../rpc", default-features = false, features = ["alloc"] }
[dev-dependencies]
tempfile = "3"
insta = { workspace = true }