# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "x-com-lib" version = "0.1.8" authors = ["dex "] description = "DXMesh rust dxc develop library" readme = "README.md" license = "MPL-2.0" [lib] name = "xComLib" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.68" [dependencies.futures] version = "0.3.28" [dependencies.lazy_static] version = "1.4.0" [dependencies.pin-utils] version = "0.1" [dependencies.protobuf] version = "3.2.0" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.toml] version = "0.8.6" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.x-common-lib] version = "0.1.8"