summaryrefslogtreecommitdiffstats
path: root/crates/core/agent_interface/Cargo.toml
blob: 906ed7d10892321bbfa906845f75d80ebb2f4d0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]
name = "agent_interface"
version = "0.7.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"
license = "Apache-2.0"
description = "agent_interface defines all the mqtt topics and messages to be used to invoke the agent."

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
csv = "1.1"
download = { path = "../../common/download" }
nanoid = "0.4"
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"

[dev-dependencies]
regex = "1.5"