rustecal-service 0.1.7

Server/Client API for Eclipse eCAL
# 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-service"
version = "0.1.7"
authors = ["Rex Schilasky"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Server/Client API for Eclipse eCAL"
documentation = "https://docs.rs/rustecal-service"
readme = "README.md"
keywords = [
    "ecal",
    "ipc",
    "service",
    "server-client",
    "middleware",
]
categories = [
    "network-programming",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/eclipse-ecal/rustecal"

[package.metadata.docs.rs]
default-features = false
features = []

[features]
default = ["sys"]
sys = ["rustecal-sys"]

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

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