cyclonedds-rust-sys 1.0.3

FFI bindings for Eclipse CycloneDDS
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-rust-sys"
version = "1.0.3"
authors = ["Matheus Zeitune <matheus.zeitune.developer@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for Eclipse CycloneDDS"
homepage = "https://github.com/mzet97/cyclonedds-rust"
documentation = "https://docs.rs/cyclonedds"
readme = "README.md"
keywords = [
    "dds",
    "cyclonedds",
    "ffi",
    "bindings",
]
categories = [
    "network-programming",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/mzet97/cyclonedds-rust"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
internal-ops = []
security = []

[lib]
name = "cyclonedds_rust_sys"
crate-type = ["lib"]
path = "src/lib.rs"
doctest = false

[dependencies]

[build-dependencies.bindgen]
version = "0.71"
optional = true

[build-dependencies.cyclonedds-src]
version = "1.0.1"