[package] name = "tarolog" version = "0.2.1" 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] chrono.workspace = true libc.workspace = true nix = { workspace = true, features = ["default", "process"] } once_cell.workspace = true serde-json-core.workspace = true serde.workspace = true serde_json.workspace = true tarantool = { workspace = true, features = ["picodata"] } [dev-dependencies] regex.workspace = true # This is vendored from https://github.com/thepowersgang/va_list-rs/tree/8ca7163/deps/helper. va_list-helper = { path = "deps/helper", version = "0.0.2" }