rustecal 0.1.8

Meta-crate for rustecal: re-exports core, pubsub and service APIs
# 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 = "rustecal"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Meta-crate for rustecal: re-exports core, pubsub and service APIs"
documentation = "https://docs.rs/rustecal"
readme = "README.md"
keywords = [
    "ecal",
    "ipc",
    "pubsub",
    "rpc",
    "middleware",
]
categories = [
    "network-programming",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/eclipse-ecal/rustecal"

[features]
default = [
    "pubsub",
    "service",
]
pubsub = ["rustecal-pubsub"]
service = ["rustecal-service"]

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

[dependencies.rustecal-core]
version = "0.1"

[dependencies.rustecal-pubsub]
version = "0.1"
optional = true

[dependencies.rustecal-service]
version = "0.1"
optional = true