# 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-connectors-common" version = "0.1.0" authors = ["Fluvio Contributors "] description = "The common-utils crate to use when building a fluvio connector in rust" license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio-connectors" resolver = "2" [dependencies.anyhow] version = "1.0.56" [dependencies.bytesize] version = "1.1.0" [dependencies.flate2] version = "1.0" [dependencies.fluvio] version = "0.13" [dependencies.fluvio-future] version = "0.4.1" features = ["subscriber"] [dependencies.fluvio-spu-schema] version = "0.10.0" optional = true default-features = false [dependencies.humantime] version = "2.1.0" [dependencies.humantime-serde] version = "1.1.1" [dependencies.schemars] version = "0.8" [dependencies.serde] version = "1.0.127" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_yaml] version = "0.8.18" [dependencies.structopt] version = "0.3" [dependencies.thiserror] version = "1.0.31" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-stream] version = "0.1" [dev-dependencies.pretty_assertions] version = "1.2.1" [features] default = ["opt"] opt = ["fluvio/smartengine"] sink = [ "fluvio-spu-schema", "opt", ] source = [ "fluvio-spu-schema", "opt", ]