hdds-samples-basics 0.1.0

HDDS SDK basic publish/subscribe samples
# 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-samples-basics"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HDDS SDK basic publish/subscribe samples"
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"

[[bin]]
name = "hello_world"
path = "src/bin/hello_world.rs"

[[bin]]
name = "instance_keys"
path = "src/bin/instance_keys.rs"

[[bin]]
name = "multi_participant"
path = "src/bin/multi_participant.rs"

[[bin]]
name = "multi_topic"
path = "src/bin/multi_topic.rs"

[dependencies.hdds]
version = "1.0.8"