[package] name = "x-common-lib" version = "0.1.8" edition = "2021" authors = ["dex "] license = "MPL-2.0" description = "DXMesh rust dxc develop library" [lib] name = "xCommonLib" path = "src/lib.rs" [dependencies] tracing = "0.1" tracing-subscriber = "0.3" tokio = { version = "1.28.1", features = ["full"] } time = { version = "0.3.21", features = ["local-offset"] } toml = "0.8.6" protobuf = "3.2.0" protobuf-parse = "3.2.0" lazy_static = "1.4.0" serde = { version = "1.0.163", features = ["derive"] } serde_json = "1.0.96" regex = "1.8.4" md5 = "0.7.0"