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

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