[package] name = "picodata-plugin" version = "24.6.1" edition = "2021" license-file = "./../LICENSE" description = "Toolkit to build plugins for picodata.io DBMS" [lib] crate-type = ["lib"] [dependencies] gensym = "0.1.0" abi_stable = "0.11.2" picodata-plugin-proc-macro = { path = "../picodata-plugin-proc-macro", version = "24.6.1" } serde = "1.0.197" rmp = "0.8.11" rmp-serde = "1.1" thiserror = "1.0.61" tarolog = "0.1.0" log = "0.4.21" rmpv = { version = "1.0.0", features = ["with-serde"] } tros = { version = "0.1.3", features = ["picodata"] } [dev-dependencies] serde_json = "1.0.117" threadpool = "1.8.1" reqwest = "0.12" [dependencies.tarantool] path = "./../tarantool/tarantool" version = "5.0" features = ["picodata", "test", "tokio_components"] [features] internal_test = [] test_wrong_version = []