feldera-rest-api 0.294.0

REST API bindings for Feldera
Documentation
# 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"
rust-version = "1.93.1"
name = "feldera-rest-api"
version = "0.294.0"
authors = ["Feldera Team <dev@feldera.com>"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "REST API bindings for Feldera"
homepage = "https://github.com/feldera/feldera"
readme = "README.md"
keywords = [
    "incremental",
    "api",
    "rest",
    "database",
    "sql",
]
categories = [
    "database",
    "api-bindings",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/feldera/feldera"

[package.metadata.cargo-machete]
ignored = [
    "progenitor-client",
    "chrono",
    "prettytable-rs",
    "serde",
    "serde_json",
    "uuid",
]

[lib]
name = "feldera_rest_api"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]
default-features = false

[dependencies.feldera-observability]
version = "0.294.0"

[dependencies.feldera-types]
version = "0.294.0"

[dependencies.progenitor-client]
version = "0.9"

[dependencies.reqwest]
version = "0.12.24"
features = [
    "json",
    "stream",
]

[dependencies.rustversion]
version = "1.0"

[dependencies.sentry]
version = "0.45"
features = [
    "anyhow",
    "logs",
    "reqwest",
    "tracing",
    "actix",
    "backtrace",
    "contexts",
    "panic",
    "transport",
    "rustls",
]
default-features = false

[dependencies.serde]
version = "1.0.213"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.132"
features = ["arbitrary_precision"]

[dependencies.uuid]
version = "1.17.0"
features = [
    "serde",
    "serde",
    "v7",
]

[build-dependencies.prettyplease]
version = "0.2.22"

[build-dependencies.progenitor]
version = "0.7.0"

[build-dependencies.serde_json]
version = "1.0.132"
features = ["arbitrary_precision"]

[build-dependencies.syn]
version = "2.0.77"