[package] name = "tarolog" version = "0.1.0" edition = "2021" description = "Library for flexible configuration of tarantool logs" license = "BSD-2-Clause" repository = "https://git.picodata.io/picodata/picodata/tarolog" readme = "../README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tarantool = { version = "4.0.0", features = ["picodata"] } serde = "1.0.144" serde_json = "1.0.85" serde-json-core = "0.5.1" libc = "0.2.149" chrono = "0.4.31" nix = {version = "0.27.1", features = ["default", "process"]} once_cell = "1.18.0" [dev-dependencies.va_list-helper] version = "0.0.2" path = "deps/helper/" [dev-dependencies] regex = "1.10.2"