rtps-gen 0.1.0

A command line tool reading RTPS IDL and generating corresponding Rust data types.
[dependencies.getopts]
version = "0.2"

[dependencies.log]
features = ["std", "serde"]
version = "0.4"

[dependencies.rtps-idl]
version = "0.1.0"
[dev-dependencies.rtps-elements]
version = "0.1.0"

[package]
authors = ["Frank Rehberger <frehberg@gmail.com>"]
description = "A command line tool reading RTPS IDL and generating corresponding Rust data types."
documentation = "https://docs.rs/rtps-gen"
edition = "2018"
exclude = ["docs/*"]
homepage = "https://github.com/frehberg/rtps-gen.git"
keywords = ["RTPS", "DDS", "data-centric", "IDL", "generator"]
license = "Apache-2.0"
name = "rtps-gen"
readme = "README.md"
repository = "https://github.com/frehberg/rtps-gen.git"
version = "0.1.0"