n5i-plugin-common 0.8.0

API definitions for developing n5i plugins.
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 = "2024"
name = "n5i-plugin-common"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API definitions for developing n5i plugins."
readme = false
license = "AGPL-3.0-or-later"
repository = "https://gitlab.com/n5i/backend"
resolver = "2"

[features]
mock = []
runtime = [
    "dep:flate2",
    "dep:tar",
    "dep:tempfile",
    "dep:serde_json",
    "dep:n5i-apps",
]

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

[dependencies.flate2]
version = "1.1.2"
optional = true

[dependencies.n5i-apps]
version = "0.8.0"
optional = true

[dependencies.n5i-plugin-proto]
version = "0.8.0"

[dependencies.serde_json]
version = "1.0.141"
optional = true

[dependencies.tar]
version = "0.4.44"
optional = true

[dependencies.tempfile]
version = "3.20.0"
optional = true

[dependencies.tonic]
version = "0.14.1"