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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clock = { path = "../../common/clock" }
json-writer = { path = "../../common/json_writer" }
mqtt_channel = { path = "../../common/mqtt_channel" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1"
thiserror = "1.0"
time = { version = "0.3", features = ["formatting", "local-offset", "parsing", "serde", "serde-well-known"] }

[dev-dependencies]
anyhow = "1.0"
clock = { path = "../../common/clock" }
criterion = "0.3"
mockall = "0.11"
proptest = "1.0"
stats_alloc = "0.1"
walkdir = "2"
assert_matches = "1.5"
test-case = "2.2"
time = { version = "0.3", features = ["macros"] }

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