ddsc 0.1.2

High-level API for the native CycloneDDS bindings (libddsc-sys).
[package]
name = "ddsc"
version = "0.1.2"
authors = ["kydos <angelo@icorsaro.net>"]
license = "Apache-2.0"
readme = "README.md"
keywords = ["DDS", "CycloneDDS"]
repository = "https://github.com/atolabs/cdds-rust"
documentation = "https://docs.rs/ddsc"
description = """
High-level API for the native CycloneDDS bindings (libddsc-sys).
"""
categories = ["api-bindings"]
edition = "2018"

[lib]
name = "dds"

[dependencies]
libc = "0.2.67"
libddsc-sys = { path = "libddsc-sys", version = "0.1.2" }