summaryrefslogtreecommitdiffstats
path: root/crates/core/c8y_smartrest/Cargo.toml
blob: f98f0d34ff48203ab0eb5ac1cc6cd3cce1ceb47d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[package]
name = "c8y_smartrest"
version = "0.5.0"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2018"

[dependencies]
thin_edge_json = { path = "../thin_edge_json" }
time = { version = "0.3", features = ["macros"] }
chrono = { version = "0.4", features = ["serde"] }
csv = "1.1"
json_sm = { path = "../json_sm" }
serde = { version = "1.0", features = ["derive"] }
thiserror = "1.0"

[dev-dependencies]
assert_matches = "1.5"
assert-json-diff = "2.0"
serde_json = "1.0"
test-case = "1.2.1"