summaryrefslogtreecommitdiffstats
path: root/crates/core/c8y_translator/Cargo.toml
blob: a68f8f9af58e53f73a012040712d0dea98cc87bb (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
30
[package]
name = "c8y_translator"
version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"

[dependencies]
chrono = "0.4"
clock = { path = "../../common/clock" }
json-writer = { path = "../../common/json_writer" }
thin_edge_json = { path = "../thin_edge_json" }
thiserror = "1.0"

[dev-dependencies]
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 = "1.2"

[features]
# use: #[cfg(feature="integration-test")]
integration-test = []

[[bench]]
name = "thin_edge_json"
harness = false