[build-dependencies.bindgen]
version = "0.69"
[build-dependencies.cmake]
version = "0.1"
[dependencies.bincode]
version = "1.3.3"
[dependencies.derivative]
version = "2.2.0"
[dependencies.libc]
version = "0.2.67"
[dependencies.log]
version = "0.4.17"
[dependencies.serde]
features = ["derive"]
version = "1.0.154"
[dependencies.serde_json]
version = "1.0.94"
[[example]]
name = "disco"
path = "examples/disco.rs"
[features]
iceoryx = []
prefix_symbols = []
[lib]
name = "cyclors"
path = "src/lib.rs"
[package]
authors = ["kydos <angelo@icorsaro.net>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["api-bindings"]
description = """
Low-level API for the native CycloneDDS bindings (libddsc-sys).
"""
documentation = "https://docs.rs/cyclors"
edition = "2021"
keywords = ["DDS", "CycloneDDS"]
license = "Apache-2.0"
name = "cyclors"
readme = "README.md"
repository = "https://github.com/ZettaScaleLabs/cyclors"
version = "0.2.5"