[package]
edition = "2021"
rust-version = "1.85"
name = "cyclonedds-src"
version = "1.0.1"
authors = ["Matheus Zeitune <matheus.zeitune.developer@gmail.com>"]
build = false
include = [
"/Cargo.toml",
"/src/lib.rs",
"/src/cyclonedds/CMakeLists.txt",
"/src/cyclonedds/src/**",
"/src/cyclonedds/cmake/**",
"/src/cyclonedds/ports/**",
"/src/cyclonedds/compat/**",
"/src/cyclonedds/etc/**",
"/src/cyclonedds/scripts/**",
"/src/cyclonedds/package.xml",
"/src/cyclonedds/CHANGELOG.rst",
"/src/cyclonedds/LICENSE",
"/src/cyclonedds/README.md",
"/src/cyclonedds/CMakeCPack.cmake",
"/src/cyclonedds/*.in",
"/src/cyclonedds/*.cmake.in",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Eclipse CycloneDDS C library source for building from source"
homepage = "https://github.com/mzet97/cyclonedds-rust"
documentation = "https://docs.rs/cyclonedds"
readme = "README.md"
keywords = [
"dds",
"cyclonedds",
"source",
]
categories = [
"external-ffi-bindings",
"network-programming",
]
license = "MIT"
repository = "https://github.com/mzet97/cyclonedds-rust"
[lib]
name = "cyclonedds_src"
crate-type = ["lib"]
path = "src/lib.rs"
[dependencies]
[build-dependencies]