-
Notifications
You must be signed in to change notification settings - Fork 7
/
Cargo.toml
30 lines (28 loc) · 889 Bytes
/
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 = "rust-tuyapi"
version = "0.9.1"
authors = ["Emil Sodergren <[email protected]>"]
edition = "2021"
description = "This package is a rust port of the exellent NodeJS implementation by codetheweb for the Tuya API"
homepage = "https://github.com/EmilSodergren/rust-tuyapi"
repository = "https://github.com/EmilSodergren/rust-tuyapi"
license-file = "LICENSE"
keywords = ["tuya", "smarthome", "smartlife"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
atomic-counter = "1.0.1"
base64 = "0.21"
hex = "0.4"
json = "0.12"
lazy_static = "1.5"
log = "0.4"
md5 = "0.7"
nom = "7.1"
num = "0.4"
num-derive = "0.4"
num-traits = "0.2"
openssl = { version = "0.10", features = ["vendored"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
crc32fast = "1.4.2"