picodata-plugin 26.1.2

Toolkit to build plugins for picodata.io DBMS
Documentation
# 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 = "picodata-plugin"
version = "26.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Toolkit to build plugins for picodata.io DBMS"
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://git.picodata.io/core/picodata"

[features]
internal = []
internal_test = []

[lib]
name = "picodata_plugin"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.abi_stable]
version = "0.11"

[dependencies.log]
version = "0.4"

[dependencies.openssl]
version = "0.10"

[dependencies.picodata-plugin-proc-macro]
version = "26.1.0"

[dependencies.rmp]
version = "0.8"

[dependencies.rmp-serde]
version = "1.1"

[dependencies.rmpv]
version = "1.0"
features = ["with-serde"]

[dependencies.serde]
version = "1.0"

[dependencies.smol_str]
version = "0.3"
features = ["serde"]

[dependencies.socket2]
version = "0.5"

[dependencies.tarantool]
version = "11.0"
features = [
    "picodata",
    "test",
    "tokio_components",
]

[dependencies.thiserror]
version = "2"

[dev-dependencies.reqwest]
version = "0.13"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.threadpool]
version = "1.8"