cyclonedds-cli 2.0.0

Command-line tools for CycloneDDS
# 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-cli"
version = "2.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tools for CycloneDDS"
homepage = "https://github.com/mzet97/cyclonedds-rust"
documentation = "https://docs.rs/cyclonedds"
readme = "README.md"
keywords = [
    "dds",
    "cyclonedds",
    "cli",
    "tools",
]
categories = [
    "network-programming",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/mzet97/cyclonedds-rust"

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

[[bin]]
name = "cyclonedds-cli"
path = "src/main.rs"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ctrlc]
version = "3"

[dependencies.cyclonedds]
version = "2.0.0"

[dependencies.cyclonedds-rust-sys]
version = "1.1.0"

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

[dependencies.serde_json]
version = "1"