fidius-host 0.0.2

Host-side loading and calling for the Fidius plugin framework
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 = "fidius-host"
version = "0.0.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host-side loading and calling for the Fidius plugin framework"
readme = false
license = "Apache-2.0"
repository = "https://github.com/colliery-io/fidius"

[features]
tracing = ["dep:tracing"]

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

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

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

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

[dependencies.ed25519-dalek]
version = "2"
features = [
    "std",
    "rand_core",
]

[dependencies.fidius-core]
version = "0.0.2"

[dependencies.libloading]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"
optional = true

[dev-dependencies.ed25519-dalek]
version = "2"
features = [
    "std",
    "rand_core",
]

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

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