# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tarolog" version = "0.1.0" description = "Library for flexible configuration of tarantool logs" readme = "README.md" license = "BSD-2-Clause" repository = "https://git.picodata.io/picodata/picodata/tarolog" resolver = "1" [dependencies.chrono] version = "0.4.31" [dependencies.libc] version = "0.2.149" [dependencies.nix] version = "0.27.1" features = [ "default", "process", ] [dependencies.once_cell] version = "1.18.0" [dependencies.serde] version = "1.0.144" [dependencies.serde-json-core] version = "0.5.1" [dependencies.serde_json] version = "1.0.85" [dependencies.tarantool] version = "4.0.0" features = ["picodata"] [dev-dependencies.regex] version = "1.10.2" [dev-dependencies.va_list-helper] version = "0.0.2"