-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
30 lines (28 loc) · 1.04 KB
/
Cargo.toml
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 = "hard"
version = "0.1.0"
authors = ["Mariusz Białończyk <manio@skyboo.net>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
postgres = "0.17.*"
postgres-openssl = "0.3.0"
rust-ini = "0.10.3"
openssl = { version = "0.10.*", features = ["vendored"] }
ctrlc = { version = "3.1.0", features = ["termination"] }
log = "0.4.1"
simplelog = { version = "0.11.2", features = ["paris", "ansi_term"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rocket = { version = "0.5.0-rc.3", features = ["tls"] }
sun = "0.2"
evdev = { version = "0.12.1", features = ["tokio"] }
futures = "0.3"
tokio = { version = "1.31.0", features = ["full"] }
crc16 = "0.4.0"
influxdb = { version = "0.3.0", features = ["derive"] }
chrono = { version = "0.4.11", features = ["serde"] }
tokio-compat-02 = "0.1"
humantime = "2.0.1"
tokio-modbus = { version = "0.5.2", default-features = false, features = ["tcp"] }
reqwest = { version = "0.11", features = ["blocking"] }