@@ -20,16 +20,16 @@ keywords.workspace = true
2020license.workspace = true
2121
2222[features ]
23- default = [" bundled-vsomeip" , " dynamic_plugin" , " zenoh/default " , " zenoh/unstable " , " zenoh/plugins " ]
23+ default = [" bundled-vsomeip" , " dynamic_plugin" ]
2424bundled-vsomeip = [" up-transport-vsomeip/bundled" ]
2525dynamic_plugin = []
2626
2727[lib ]
28- # When auto-detecting the "example " plugin, `zenohd` will look for a dynamic library named "zenoh_plugin_example "
28+ # When auto-detecting the "up_linux_streamer " plugin, `zenohd` will look for a dynamic library named "zenoh_plugin_up_linux_streamer "
2929# `zenohd` will expect the file to be named according to OS conventions:
30- # - libzenoh_plugin_example .so on linux
31- # - libzenoh_plugin_example .dylib on macOS
32- # - zenoh_plugin_example .dll on Windows
30+ # - libzenoh_plugin_up_linux_streamer .so on linux
31+ # - libzenoh_plugin_up_linux_streamer .dylib on macOS
32+ # - zenoh_plugin_up_linux_streamer .dll on Windows
3333name = " zenoh_plugin_up_linux_streamer"
3434# This crate type will make `cargo` output a dynamic library instead of a rust static library
3535crate-type = [" cdylib" ]
@@ -48,7 +48,7 @@ up-transport-zenoh = { version = "0.3.0" }
4848up-transport-vsomeip = { git = " https://github.com/eclipse-uprotocol/up-transport-vsomeip-rust.git" , tag = " v0.3.0" , default-features = false }
4949up-streamer = { path = " ../up-streamer" }
5050usubscription-static-file = {path = " ../utils/usubscription-static-file" }
51- zenoh = { version = " 1.0.0" , features = [" unstable " , " internal " , " plugins" ] }
51+ zenoh = { version = " 1.0.0" , features = [" default " , " plugins" ] }
5252zenoh-core = { version = " 1.0.0" }
5353zenoh-plugin-trait = { version = " 1.0.0" }
5454zenoh-result = { version = " 1.0.0" }
0 commit comments