hdds-samples-embedded 0.1.0

HDDS samples for embedded/ARM64 platforms (OWA5X, Raspberry Pi, etc.)
# 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-embedded"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HDDS samples for embedded/ARM64 platforms (OWA5X, Raspberry Pi, etc.)"
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 = "arm64_hello"
path = "src/bin/arm64_hello.rs"

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

[dependencies.hdds]
version = "1.0.8"