dust_dds_gen 0.14.0

OMG IDL compiler for Dust DDS
Documentation
[dependencies.pest]
version = "2.7"

[dependencies.pest_derive]
version = "2.7"

[dev-dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

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

[package]
authors = ["Joao Rebelo <jrebelo@s2e-systems.com>", "Stefan Kimmer <skimmer@s2e-systems.com>", "Pierre Martinet <pmartinet@s2e-systems.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["compilers"]
description = "OMG IDL compiler for Dust DDS"
edition = "2024"
homepage = "https://s2e-systems.com/products/dust-dds"
keywords = ["dds", "idl", "middleware"]
license = "Apache-2.0"
name = "dust_dds_gen"
readme = "README.md"
repository = "https://github.com/s2e-systems/dust-dds.git"
rust-version = "1.85"
version = "0.14.0"

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

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

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

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

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

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