-
Notifications
You must be signed in to change notification settings - Fork 3
/
Cargo.toml
48 lines (45 loc) · 1.53 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[package]
name = "drogue-cloud-tests"
version = "0.6.0"
authors = ["Jens Reimann <[email protected]>"]
edition = "2021"
[dependencies]
anyhow = "1"
async-std = "1"
async-trait = "0.1"
base64 = "0.13"
coap = "0.12"
coap-lite = "0.11"
drogue-client = "0.10"
env_logger = "0.9"
fantoccini = "0.20.0-rc.3"
futures = "0.3"
log = "0.4"
maplit = "1"
pem = "1"
regex = "1.5"
reqwest = { version = "0.11", features = ["json", "rustls-tls"] }
rstest = "0.15"
rumqttc = "0.17"
rustls = "0.20"
serde = "1"
serde_json = "1"
serde_urlencoded = "0.7"
tempfile = "3.3"
test-context = "0.1"
tokio = { version = "1.7", features = ["full", "rt-multi-thread"] }
tokio-tungstenite = "0.17"
url = { version = "2", features = ["serde"] }
uuid = { version = "1", features = ["v4"] }
openssl = { version = "0.10", features = ["v111"] }
tokio-openssl = "0.6"
tokio-util = "0.7"
bytes = "1"
tokio-dtls-stream-sink = "0.5"
# disable bundled to use the system version of paho, which might have stack tracing enabled
paho-mqtt = { version = "0.11", default-features = false, features = ["bundled", "ssl"] }
[patch.crates-io]
#drogue-client = { path = "../drogue-client" }
#drogue-client = { git = "https://github.com/drogue-iot/drogue-client", rev = "5ff15f91aab49c584af9fb244870c13fecd2c916"} # awaiting release
#paho-mqtt-sys = { git = "https://github.com/eclipse/paho.mqtt.rust.git", rev = "d3280b3a2bd894fba223bd2c4bb3d4df1a06c646" } # awaiting release
#rumqttc = { git = "https://github.com/ctron/rumqtt", rev = "63ed7c925b0e28310fc68a029dc41b1d6575c538" } # awaiting release with MQTT v5