zenrc 0.1.0

High-level DDS publish/subscribe and service framework
# 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 = "2024"
name = "zenrc"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-level DDS publish/subscribe and service framework"
readme = false
license = "MIT OR Apache-2.0"

[features]
default = []

[lib]
name = "zenrc"
path = "src/lib.rs"

[[example]]
name = "cdr_bridge"
path = "examples/cdr_bridge.rs"

[[example]]
name = "loan_read"
path = "examples/loan_read.rs"

[[example]]
name = "pub_sub"
path = "examples/pub_sub.rs"

[[example]]
name = "service_client"
path = "examples/service_client.rs"

[[bench]]
name = "dds_bench"
path = "benches/dds_bench.rs"
harness = false

[dependencies.futures]
version = "0.3"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "sync",
    "rt",
    "rt-multi-thread",
    "macros",
    "time",
]

[dependencies.zenrc-dds]
version = "0.1.0"

[dev-dependencies.criterion]
version = "0.8"