forked from eclipse-kuksa/kuksa-incubation
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
29 lines (27 loc) · 1.02 KB
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
########################################################################
# Copyright (c) 2024 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License 2.0 which is available at
# http://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0
########################################################################
[package]
name = "zenoh-kuksa-provider"
version = "0.1.0"
edition = "2021"
[dependencies]
zenoh = { version = "0.11.0", features = ["unstable"] }
tokio = { version = "1.0", features = ["full"] }
serde_json = "1.0.124"
json5 = "0.4.1"
serde = "1.0.207"
log = "0.4.21"
env_logger = "0.10.2"
kuksa = { git = "https://github.com/eclipse-kuksa/kuksa-databroker.git", branch = "feature/refactor_kuksa_crate", package = "kuksa" }
clap = { version = "4.5.18", features = ["derive", "env"] }
prost-types = "0.11.9"