[package] name = "x-com-lib" version = "0.1.8" edition = "2021" authors = ["dex "] license = "MPL-2.0" description = "DXMesh rust dxc develop library" [lib] name = "xComLib" path = "src/lib.rs" [dependencies] tokio = { version = "1.28.1", features = ["full"] } serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" lazy_static = "1.4.0" protobuf = "3.2.0" async-trait = "0.1.68" futures="0.3.28" tracing = "0.1" tracing-subscriber = "0.3" toml = "0.8.6" pin-utils = "0.1" x-common-lib = "0.1.8" # x-common-lib = {path="../xCommonLib"}