fluvio-smartmodule 0.50.1

Used by Fluvio SmartModule
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.eyre]
default-features = false
features = ["auto-install"]
version = "0.6"

[dependencies.fluvio-protocol]
features = ["link", "types"]
version = "0.50.1"

[dependencies.fluvio-smartmodule-derive]
default-features = false
version = "0.50.1"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tracing]
version = "0.1.19"

[dev-dependencies.criterion]
version = "0.5.0"

[features]
default = ["smartmodule"]
smartmodule = []

[lib]
bench = false
crate-type = ["lib"]
name = "fluvio_smartmodule"
path = "src/lib.rs"

[package]
authors = ["Fluvio Contributors <team@fluvio.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "database", "encoding"]
description = "Used by Fluvio SmartModule"
edition = "2024"
keywords = ["streaming", "stream", "wasm", "fluvio"]
license = "Apache-2.0"
name = "fluvio-smartmodule"
readme = "README.md"
repository = "https://github.com/infinyon/fluvio"
resolver = "2"
version = "0.50.1"

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

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