[package] name = "plugin_sm" version = "0.5.2" authors = ["thin-edge.io team "] edition = "2021" rust-version = "1.58.1" [dependencies] agent_interface = { path = "../agent_interface" } async-trait = "0.1" csv = "1.1" download = { path = "../../common/download" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" tedge_utils = { path = "../../common/tedge_utils" } 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" structopt = "0.3" serial_test = "0.5.1" tempfile = "3.2" test-case = "1.2.1"