rustdds 0.7.8

Native Rust DDS implementation with RTPS
Documentation
[package]
name = "rustdds"
version = "0.7.8"
authors = ["Juhana Helovuo <juhana.helovuo@atostek.com>", "Oiva Moisio <oiva.moisio@atostek.com>", "Miska Melkinen <miska.melkinen@atostek.com>", "Lauri Eneh <lauri.eneh@atostek.com>"]
description = "Native Rust DDS implementation with RTPS"
readme = "README.md"
keywords = ["network","protocol","dds","rtps"]
license = "Apache-2.0"
edition = "2018"
homepage = "https://atostek.com/en/products/rustdds/"  
repository = "https://github.com/jhelovuo/RustDDS"
categories = ["network-programming", "science::robotics"] 
# the science-robotics category is because of ROS2

[dependencies]
mio = "^0.6.23"
mio-extras = "2.0.6"
bit-vec = "0.6.2"
speedy = "0.8.0"
log = "0.4.11"
num-traits = "0.2"
num-derive = "0.3"
serde = { version = "1.0", features = ["derive"] }
byteorder = { version = "1.3", features = ["i128"] }
rand = "0.8.4"
chrono = { version = "0.4", features = ["serde"] }
enumflags2 = { version = "0.6", features = ["serde"] }
if-addrs = "0.7"
paste = "1"
md5 = "0.7.0"
socket2 = { version = "0.4", features = ["all"] }
bytes = "1"
static_assertions = "1.1"
thiserror = "1.0.29"
cdr-encoding-size = { version="^0.5" }

[target.'cfg(windows)'.dependencies]
local-ip-address = "0.4.4"

[dev-dependencies]
serde_repr = {version = "0.1" }
log = "0.4"
log4rs = "1"
test-case = "2.0.0"
env_logger = "0.9"

# ros_visualizer
crossterm = "0.23"
tui = { version = "0.17", default-features = false, features = ['crossterm'] }

# shapes-demo
clap = "3.1"
ctrlc = "3.1.6"

[target.'cfg(unix)'.dev-dependencies]
# turle_teleop
termion = "1.5.5"