summaryrefslogtreecommitdiffstats
path: root/crates/core/plugin_sm/Cargo.toml
blob: 80c1cc9e5659f6022e77d66f01181e007ad51d97 (plain)
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
[package]
name = "plugin_sm"
version = "0.7.1"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"

[dependencies]
agent_interface = { path = "../agent_interface" }
async-trait = "0.1"
csv = "1.1"
download = { path = "../../common/download" }
logged_command = { path = "../../common/logged_command" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tedge_utils = { path = "../../common/tedge_utils" }
time = { version = "0.3", features = ["formatting"] }
thiserror = "1.0"
tokio = { version = "1.8", features = ["process", "rt"] }
tracing = { version = "0.1", features = ["attributes", "log"] }
url = "2.2"

[dev-dependencies]
anyhow = "1.0"
assert_matches = "1.5"
serial_test = "0.6"
tempfile = "3.2"
test-case = "2.0"