hdds-c 1.0.9

High-performance DDS (Data Distribution Service) implementation in pure Rust
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"
name = "hdds-c"
version = "1.0.9"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance DDS (Data Distribution Service) implementation in pure Rust"
readme = "README.md"
keywords = [
    "dds",
    "rtps",
    "middleware",
    "pubsub",
    "realtime",
]
categories = ["network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://git.hdds.io/hdds/hdds.git"

[features]
default = [
    "xtypes",
    "qos-loaders",
]
qos-loaders = ["hdds/qos-loaders"]
rmw = []
xtypes = ["hdds/xtypes"]

[lib]
name = "hdds_c"
crate-type = [
    "cdylib",
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "rmw_intra_process"
path = "tests/rmw_intra_process.rs"

[dependencies.env_logger]
version = "0.11"

[dependencies.hdds]
version = "1.0.9"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[build-dependencies.cbindgen]
version = "0.27"