[package] name = "v-common-v8" version = "0.1.19" authors = ["Itiua "] edition = "2018" description = "common part of the veda platform" license = "MIT" [lib] path = "src/lib.rs" [dependencies] # sudo apt install libglib2.0-dev rusty_v8 = "0.19.0" log = "0.4" chrono = "0.4" lazy_static = "1.4.0" rust_decimal = "1.7.0" warp = { version = "0.2.5", features = ["tls"] } uuid = { version = "0.8.1", features = ["v4"] } serde_json = { version = "1.0.57", features = ["preserve_order"] } futures = "0.3.5" tokio = { version = "0.2.22", features = ["full"] } anyhow = "1.0.32" v_module = { package = "v-common-module", path = "../v-common-module" } v_ft_xapian = { package = "v-common-ft-xapian", path = "../v-common-ft-xapian" }