[package] name = "v-common-module" version = "0.1.17" authors = ["itiu "] edition = "2018" description = "common part of the veda platform" license = "MIT" [lib] path = "src/lib.rs" [dependencies] log = "0.4" chrono = "0.4" env_logger = "0.6" nng = "0.5.1" rust-ini = "0.16" crc32fast = "1.2.0" scan_fmt = "0.1.3" uuid = { version = "0.8", features = ["serde", "v4"] } lazy_static = "1.4" crossbeam-channel = "0.4" signal-hook = "0.3.7" exitcode = "1.1.2" v_queue = { package = "v_queue", path = "../v-queue" } v_api = { package = "v-common-api", path = "../v-common-api" } v_storage = { package = "v-common-storage", path = "../v-common-storage" } v_search = { package = "v-common-search", path = "../v-common-search" }