summaryrefslogtreecommitdiffstats
path: root/crates/core/c8y_translator/Cargo.toml
blob: 1c83cab86696ebc164ea6ce3a2b2ad8f7c35d5bc (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
31
32
[package]
name = "c8y_translator"
version = "0.7.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
rust-version = "1.58.1"

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

[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 = "2.2"
time = { version = "0.3", features = ["macros"] }

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

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