Newer
Older
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "3", features = ["derive", "env"] }
comfy-table = "7.0.1"
file_shred = "1.1.3"
futures = "0.3.25"
nix = { version = "0.26.4", features = ["fs", "term", "process", "signal"] }
once_cell = "1.17.1"
openssl = "0.10.64"
opentelemetry = "0.17"
pgwire = { version = "0.24.1", default-features = false, features = ["server-api"] }
postgres-types = { version = "0.2.6", features = ["with-uuid-0_8", "array-impls", "with-serde_json-1", "with-time-0_3"]}
serde_yaml = "0.9.25"
smol_str = "0.2.1"
time = { version = "0.3", features = ["parsing", "formatting", "macros"] }
uuid = { version = "0.8", features = ["v3", "v4"] } # TODO: update to 1.0
va_list = ">=0.1.4"
rust_decimal = { version = "1.35.0", features = ["db-postgres"] }
md5 = "0.7.0"
# Link- and ABI- related stuff
libloading = "0.8"
linkme = "0.3.14"
# Bundled modules e.g. picodata SDK
pico_proc_macro = { path = "./pico_proc_macro" }
picoplugin = { path = "./picoplugin", features = ["internal_test"] }
either = "1.13.0"
[dependencies.protobuf]
version = "2.27"
[dependencies.sbroad-core]
version = "0.1"
path = "sbroad/sbroad-core"
[dependencies.slog]
version = "2.7.0"
features = ["max_level_trace", "release_max_level_trace"]
pretty_assertions = "0.6.1"
[build-dependencies]
nix = { version = "0.26.4", features = ["fs"] }
jobserver = "0.1.26"
syn = { version = "^1.0", features = ["full", "extra-traits", "printing"] }
[patch.crates-io]
nix = { git = "https://git.picodata.io/picodata/picodata/nix.git", branch = "fix-memfd-create-for-older-libc-backport-26-4" }
[patch."https://git.picodata.io/picodata/picodata/tarantool-module.git"]
tarantool = { path = "./tarantool/tarantool" }
dynamic_build = []
error_injection = []
load_test = []
".",
"pico_proc_macro",
"gostech/gostech-audit-log",