cyclonedds-src 1.0.1

Eclipse CycloneDDS C library source for building from source
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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]