radixdb-plugin-host 1.1.0

Internal trusted-native plugin loader and immutable registry for RadixDB
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"
rust-version = "1.97"
name = "radixdb-plugin-host"
version = "1.1.0"
authors = ["RadixDB contributors"]
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal trusted-native plugin loader and immutable registry for RadixDB"
homepage = "https://radixdb.org"
documentation = "https://radixdb.org/manual/1.2/"
readme = "README.md"
keywords = [
    "database",
    "sql",
    "embedded",
    "analytics",
    "rust",
]
categories = ["database-implementations"]
license-file = "LICENSE"
repository = "https://github.com/IllayDevel/RadixDB"

[features]
default = []
test-hooks = []

[lib]
name = "radixdb_plugin_host"
path = "src/lib.rs"

[[test]]
name = "loader"
path = "tests/loader.rs"

[dependencies.libc]
version = "0.2"

[dependencies.libloading]
version = "0.8"

[dependencies.radixdb-core]
version = "=1.1.0"

[dependencies.radixdb-plugin-abi]
version = "=1.1.0"

[dependencies.semver]
version = "1"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dev-dependencies.tempfile]
version = "3.9"