# 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-extension-common" version = "0.14.3" authors = ["Fluvio Contributors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fluvio extension common" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio" [lib] name = "fluvio_extension_common" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.41" default-features = false [dependencies.clap] version = "4.0.10" features = [ "std", "derive", "help", "usage", "error-context", ] default-features = false [dependencies.comfy-table] version = "7.0.1" default-features = false [dependencies.fluvio] version = "0.23.3" optional = true [dependencies.fluvio-package-index] version = "0.7.6" default-features = false [dependencies.semver] version = "1.0.13" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.60" [dependencies.serde_yaml] version = "0.9.0" default-features = false [dependencies.thiserror] version = "1.0.30" [dependencies.toml] version = "0.8.0" features = ["display"] default-features = false [dependencies.tracing] version = "0.1.19" [features] installation = ["fluvio"] target = ["fluvio"]