[package] name = "fsipc" version = "0.10.0" authors = ["D.S. Ljungmark "] edition = "2021" license = "MIT" readme = "README.md" description = "fsipc, zbus Proxy for the modio-logger DBus interface" keywords = ["modio", "dbus"] repository = "https://gitlab.com/ModioAB/rust-fsipc/" categories = ["api-bindings"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version ="1.0", features=["derive"]} zbus = "4" [dev-dependencies] async-std = {version = "1", features = ["attributes"]}