summaryrefslogtreecommitdiffstats
path: root/crates/core
diff options
context:
space:
mode:
authorRina Fujino <18257209+rina23q@users.noreply.github.com>2022-05-09 13:30:36 +0200
committerRina Fujino <18257209+rina23q@users.noreply.github.com>2022-05-09 13:30:36 +0200
commit63f1d471ab441fb711ce5a431648faf3f91a1814 (patch)
tree89ba518c897c2e5d8663781978f4d68adde63109 /crates/core
parent73c38bc07f3e0cef2c230c0a47f73b9e36e70d72 (diff)
Revert the pull request #1116
Signed-off-by: Rina Fujino <18257209+rina23q@users.noreply.github.com>
Diffstat (limited to 'crates/core')
-rw-r--r--crates/core/c8y_smartrest/Cargo.toml1
-rw-r--r--crates/core/c8y_translator/Cargo.toml1
-rw-r--r--crates/core/plugin_sm/Cargo.toml1
-rw-r--r--crates/core/tedge/Cargo.toml1
-rw-r--r--crates/core/tedge_agent/Cargo.toml4
-rw-r--r--crates/core/tedge_mapper/Cargo.toml2
-rw-r--r--crates/core/thin_edge_json/Cargo.toml1
7 files changed, 11 insertions, 0 deletions
diff --git a/crates/core/c8y_smartrest/Cargo.toml b/crates/core/c8y_smartrest/Cargo.toml
index 8b21b359..3800152c 100644
--- a/crates/core/c8y_smartrest/Cargo.toml
+++ b/crates/core/c8y_smartrest/Cargo.toml
@@ -20,6 +20,7 @@ tokio = { version = "1.8", features = ["rt", "sync", "time"] }
toml = "0.5"
[dev-dependencies]
+anyhow = "1.0"
assert_matches = "1.5"
assert-json-diff = "2.0"
serde_json = "1.0"
diff --git a/crates/core/c8y_translator/Cargo.toml b/crates/core/c8y_translator/Cargo.toml
index f6fd28bf..61c693a7 100644
--- a/crates/core/c8y_translator/Cargo.toml
+++ b/crates/core/c8y_translator/Cargo.toml
@@ -17,6 +17,7 @@ anyhow = "1.0"
assert_matches = "1.5"
assert-json-diff = "2.0"
criterion = "0.3"
+pretty_assertions = "1.0"
proptest = "1.0"
serde_json = "1.0"
test-case = "2.0"
diff --git a/crates/core/plugin_sm/Cargo.toml b/crates/core/plugin_sm/Cargo.toml
index ef844a24..3e6be8b3 100644
--- a/crates/core/plugin_sm/Cargo.toml
+++ b/crates/core/plugin_sm/Cargo.toml
@@ -22,6 +22,7 @@ url = "2.2"
[dev-dependencies]
anyhow = "1.0"
+assert_matches = "1.5"
serial_test = "0.5.1"
tempfile = "3.2"
test-case = "2.0"
diff --git a/crates/core/tedge/Cargo.toml b/crates/core/tedge/Cargo.toml
index bc01d456..91f70ac4 100644
--- a/crates/core/tedge/Cargo.toml
+++ b/crates/core/tedge/Cargo.toml
@@ -17,6 +17,7 @@ anyhow = "1.0"
base64 = "0.13"
certificate = { path = "../../common/certificate" }
clap = { version = "3", features = ["cargo", "derive"] }
+futures = "0.3"
hyper = { version = "0.14", default-features = false }
reqwest = { version = "0.11", default-features = false, features = ["blocking", "json", "rustls-tls", "stream"] }
rpassword = "5.0"
diff --git a/crates/core/tedge_agent/Cargo.toml b/crates/core/tedge_agent/Cargo.toml
index 6fd0bc81..1e4ddc23 100644
--- a/crates/core/tedge_agent/Cargo.toml
+++ b/crates/core/tedge_agent/Cargo.toml
@@ -28,6 +28,7 @@ async-trait = "0.1"
clap = { version = "3.0", features = ["cargo", "derive"] }
flockfile = { path = "../../common/flockfile" }
futures = "0.3"
+mockall = "0.10"
mqtt_channel = { path = "../../common/mqtt_channel" }
plugin_sm = { path = "../plugin_sm" }
serde = { version = "1.0", features = ["derive"] }
@@ -47,5 +48,8 @@ assert-json-diff = "2.0"
once_cell = "1.8"
mqtt_tests = { path = "../../tests/mqtt_tests" }
predicates = "2.1"
+tedge_users = { path = "../../common/tedge_users"}
tedge_utils = { path = "../../common/tedge_utils"}
tempfile = "3.2"
+tokio-test = "0.4"
+serial_test = "0.5"
diff --git a/crates/core/tedge_mapper/Cargo.toml b/crates/core/tedge_mapper/Cargo.toml
index 34e8e8da..7a0cb3f1 100644
--- a/crates/core/tedge_mapper/Cargo.toml
+++ b/crates/core/tedge_mapper/Cargo.toml
@@ -46,6 +46,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
clap = { version = "3.0", features = ["cargo", "derive"] }
tedge_config = { path = "../../common/tedge_config" }
+tedge_users = { path = "../../common/tedge_users" }
tedge_utils = { path = "../../common/tedge_utils", features = ["logging"] }
thin_edge_json = { path = "../thin_edge_json" }
thiserror = "1.0"
@@ -65,6 +66,7 @@ serial_test = "0.5"
tempfile = "3.2"
test-case = "2.0"
time = { version = "0.3", features = ["macros"] }
+tokio-test = "0.4"
[features]
integration-test = []
diff --git a/crates/core/thin_edge_json/Cargo.toml b/crates/core/thin_edge_json/Cargo.toml
index 44be4ea7..66ea41d0 100644
--- a/crates/core/thin_edge_json/Cargo.toml
+++ b/crates/core/thin_edge_json/Cargo.toml
@@ -20,6 +20,7 @@ anyhow = "1.0"
clock = { path = "../../common/clock" }
criterion = "0.3"
mockall = "0.10"
+proptest = "1.0"
stats_alloc = "0.1"
walkdir = "2"
assert_matches = "1.5"