eclipse-cyclonedds-sys 0.0.2

Rust binding for Eclipse Cyclone DDS
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 = "2024"
name = "eclipse-cyclonedds-sys"
version = "0.0.2"
authors = ["Troy Karan Harrison <troy.harrison@zettascale.tech>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust binding for Eclipse Cyclone DDS"
homepage = "https://cyclonedds.io/"
readme = "README.md"
license = "EPL-2.0 OR BSD-3-Clause"
repository = "https://github.com/eclipse-cyclonedds/cyclonedds-rust"

[package.metadata.docs.rs]
features = ["vendored"]

[features]
vendored = [
    "dep:cmake",
    "dep:tempfile",
    "dep:filetime",
]

[lib]
name = "cyclonedds_sys"
path = "src/lib.rs"

[dependencies]

[build-dependencies.bindgen]
version = "0.72.1"

[build-dependencies.cmake]
version = "0.1.58"
optional = true

[build-dependencies.filetime]
version = "0.2.29"
optional = true

[build-dependencies.tempfile]
version = "3.27.0"
optional = true