12
12
# ZettaScale Zenoh Team, <[email protected] >
13
13
#
14
14
[workspace ]
15
- resolver = " 2"
16
15
members = [" zenoh-bridge-mqtt" , " zenoh-plugin-mqtt" ]
16
+ resolver = " 2"
17
17
18
18
[workspace .package ]
19
- version = " 0.11.0-dev"
20
19
authors = [
" Julien Enoch <[email protected] >" ]
20
+ categories = [" network-programming" ]
21
21
edition = " 2021"
22
- repository = " https://github.com/eclipse-zenoh/zenoh-plugin-mqtt"
23
22
homepage = " http://zenoh.io"
24
23
license = " EPL-2.0 OR Apache-2.0"
25
- categories = [" network-programming" ]
24
+ repository = " https://github.com/eclipse-zenoh/zenoh-plugin-mqtt"
25
+ version = " 0.11.0-dev"
26
26
27
27
[workspace .dependencies ]
28
28
async-channel = " 2.2.0"
@@ -43,25 +43,27 @@ regex = "1.7.1"
43
43
rustc_version = " 0.4"
44
44
rustls = " 0.21.7"
45
45
rustls-pemfile = " 1.0.4"
46
- secrecy = { version = " 0.8.0" , features = [" serde " , " alloc " ] }
46
+ secrecy = { version = " 0.8.0" , features = [" alloc " , " serde " ] }
47
47
serde = " 1.0.154"
48
48
serde_json = " 1.0.94"
49
49
tracing = " 0.1"
50
50
zenoh = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" , features = [
51
- " unstable" , " plugins"
51
+ " plugins" ,
52
+ " unstable" ,
52
53
] }
53
54
zenoh-collections = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
54
55
zenoh-core = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
55
56
zenoh-ext = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" , features = [
56
57
" unstable" ,
57
58
] }
59
+ zenoh-plugin-mqtt = { version = " 0.11.0-dev" , path = " zenoh-plugin-mqtt/" , default-features = false }
58
60
zenoh-plugin-rest = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" , default-features = false }
59
61
zenoh-plugin-trait = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" , default-features = false }
60
62
zenoh-util = { version = " 0.11.0-dev" , git = " https://github.com/eclipse-zenoh/zenoh.git" , branch = " main" }
61
63
62
64
[profile .release ]
65
+ codegen-units = 1
63
66
debug = false
64
67
lto = " fat"
65
- codegen-units = 1
66
68
opt-level = 3
67
69
panic = " abort"
0 commit comments