# 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-sc-schema" version = "0.25.0" authors = ["Fluvio Contributors "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fluvio API for SC" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/infinyon/fluvio" [lib] name = "fluvio_sc_schema" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.fluvio-controlplane-metadata] version = "0.30.0" features = [ "smartmodule", "k8", ] default-features = false [dependencies.fluvio-protocol] version = "0.12.0" features = ["link"] [dependencies.fluvio-socket] version = "0.15.0" default-features = false [dependencies.fluvio-stream-model] version = "0.11.4" features = ["k8"] default-features = false [dependencies.paste] version = "1.0" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.serde_json] version = "1.0.60" optional = true [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.30" [dependencies.tracing] version = "0.1.19" [dev-dependencies.fluvio-future] version = "0.7.0" features = ["subscriber"] default-features = false [features] json = ["serde_json"] use_serde = [ "fluvio-controlplane-metadata/use_serde", "serde", ]