flwrs-plugin 0.0.1

Crate for building plugins for flwrs.
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 = "flwrs-plugin"
version = "0.0.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Crate for building plugins for flwrs."
readme = false
license-file = "LICENSE"

[lib]
name = "flwrs_plugin"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.bytes]
version = "1.10.1"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.log]
version = "0.4.27"
features = [
    "kv",
    "kv_serde",
]

[dependencies.prost]
version = "0.14.1"

[dependencies.prost-types]
version = "0.14.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.46.1"
features = [
    "full",
    "rt-multi-thread",
]

[build-dependencies.prost-build]
version = "0.14.1"