zerodds-idl-cpp 1.0.0-rc.1

OMG IDL4 → C++17 Code-Generator (idl4-cpp-1.0 + DDS-PSM-Cxx + DDS-RPC C++ PSM) für ZeroDDS.
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"
rust-version = "1.88"
name = "zerodds-idl-cpp"
version = "1.0.0-rc.1"
authors = ["ZeroDDS Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OMG IDL4 → C++17 Code-Generator (idl4-cpp-1.0 + DDS-PSM-Cxx + DDS-RPC C++ PSM) für ZeroDDS."
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",
]
license = "Apache-2.0"
repository = "https://github.com/zero-objects/zero-dds"
resolver = "2"

[features]
default = ["std"]
std = []

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.zerodds-idl]
version = "1.0.0-rc.1"

[dependencies.zerodds-rpc]
version = "1.0.0-rc.1"
features = ["alloc"]
default-features = false

[dev-dependencies.insta]
version = "1.40"
default-features = false

[dev-dependencies.tempfile]
version = "3"

[lints.clippy]
dbg_macro = "deny"
doc_overindented_list_items = "allow"
expect_used = "deny"
panic = "deny"
print_stderr = "warn"
print_stdout = "warn"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1