[package] name = "v-common-module" version = "0.1.50" 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 = "1.0.0" 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 = "=0.1.9" v_api = { package = "v-common-api", version = "=0.1.16" } v_storage = { package = "v-common-storage", version = "=0.2.11" } v_search = { package = "v-common-search", version = "=0.1.20" }