[package] name = "fluvio-smartstream" version = "0.4.0" edition = "2018" license = "Apache-2.0" authors = ["Fluvio Contributors "] categories = ["wasm", "database", "encoding"] keywords = ["streaming", "stream", "wasm", "fluvio"] repository = "https://github.com/infinyon/fluvio" description = "Fluvio SmartModule WASM library" [features] default = ["derive"] derive = ["fluvio-smartstream-derive"] [lib] crate-type = ['lib'] [dependencies] eyre = { version = "0.6", default-features = false } fluvio-dataplane-protocol = { version = "0.8.0", path = "../fluvio-dataplane-protocol", default-features = false } fluvio-smartstream-derive = { version = "0.4.0", path = "../fluvio-smartstream-derive", optional = true } fluvio-spu-schema = { version = "0.8", path = "../fluvio-spu-schema" } [dev-dependencies] trybuild = { git = "https://github.com/sehz/trybuild", branch = "check_option" }