# 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 = "fluvio-smartmodule" version = "0.8.0" authors = ["Fluvio Contributors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Used by Fluvio SmartModule" readme = "README.md" keywords = [ "streaming", "stream", "wasm", "fluvio", ] categories = [ "wasm", "database", "encoding", ] license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio" [lib] name = "fluvio_smartmodule" crate-type = ["lib"] path = "src/lib.rs" bench = false [[test]] name = "opt" path = "tests/opt.rs" [[test]] name = "parse" path = "tests/parse.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.eyre] version = "0.6" features = ["auto-install"] default-features = false [dependencies.fluvio-protocol] version = "0.12.0" features = [ "link", "types", ] [dependencies.fluvio-smartmodule-derive] version = "0.6.4" [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.19" [dev-dependencies.criterion] version = "0.5.0" [features] default = ["smartmodule"] smartmodule = []