[package] name = "zbus-framework" version = "0.1.2" authors = ["zxj <625506085@qq.com>"] edition = "2018" description="对zbus的封装使用" license = "MIT/Apache-2.0" repository = "https://gitee.com/qwsaeda/rust-zbus-framework" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = {version="1.0",features = ["derive","rc"]} serde_json = "1.0" log = "0.4" zbus-lib = "0.1.6" lazy_static = "1.4" async-std = "1.5.0" itertools = "0.9" chrono = { version = "0.4", features = ["serde"] } uid= {version="0.8.1",package ="uuid", features = ["serde", "v4"] }