# 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-common-lib" version = "0.1.8" authors = ["dex "] description = "DXMesh rust dxc develop library" readme = "README.md" license = "MPL-2.0" [lib] name = "xCommonLib" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "0.7.0" [dependencies.protobuf] version = "3.2.0" [dependencies.protobuf-parse] version = "3.2.0" [dependencies.regex] version = "1.8.4" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.time] version = "0.3.21" features = ["local-offset"] [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"