[package] name = "picodata" version = "24.3.0" edition = "2021" autotests = false rust-version = "1.76.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ahash = "0.7" bytes = "1.1" clap = { version = "3", features = ["derive", "env"] } indoc = "2" lazy_static = "1.4" opentelemetry = "0.17" libc = "0.2.108" raft = "0.6.0" serde = "1.0" serde_yaml = "0.9.25" serde_json = "1.0" serde_bytes = "0.11" serde_repr = "0.1" rmp-serde = "1.0" rmp = "*" tempfile = "3.8" thiserror = "1.0" nix = { version = "0.26.4", features = ["fs", "term", "process", "signal"] } uuid = { version = "1.0", features = ["v3"] } futures = "0.3.25" once_cell = "1.17.1" blake3 = "=1.3.3" rustyline = "12.0.0" rustyline-derive = "0.10.0" rmpv = { version = "1.0.0", features = ["with-serde"] } comfy-table = "7.0.1" va_list = ">=0.1.4" chrono = "0.4.31" file_shred = "1.1.3" pico_proc_macro = { path = "./pico_proc_macro" } linkme = "0.3.14" libloading = "0.8" abi_stable = "0.11.2" picodata-sdk = { path = "./sdk/picodata-sdk" } [dependencies.protobuf] version = "2.27" features = ["bytes", "with-bytes"] [dependencies.sbroad-core] version = "0.1" path = "sbroad/sbroad-core" features = ["tracing"] [dependencies.slog] version = "2.7.0" features = ["max_level_trace", "release_max_level_trace"] [dependencies.tarantool] path = "./tarantool/tarantool" version = "5.0" features = ["picodata", "test"] [dev-dependencies] rand = "0.8.5" pretty_assertions = "0.6.1" [build-dependencies] nix = { version = "0.26.4", features = ["fs"] } jobserver = "0.1.26" [patch."https://git.picodata.io/picodata/picodata/tarantool-module.git"] tarantool = { path = "./tarantool/tarantool" } [patch.crates-io] nix = { git = "https://git.picodata.io/picodata/picodata/nix.git", branch = "fix-memfd-create-for-older-libc-backport-26-4" } [features] load_test = [] webui = [] error_injection = [] dynamic_build = [] [lib] doctest = true [[test]] name = "inner" path = "test/inner.rs" harness = false [workspace] members = [ ".", "pico_proc_macro", "sdk/picodata-sdk", # picodata / plugins etc. it is temporary naming "sdk/plugin-example", "sdk/plugin-example2", "gostech/gostech-audit-log", "gostech/gostech-metrics", ]