nominal-streaming 0.7.12

Library for durable, low-latency streaming into Nominal Core
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"
name = "nominal-streaming"
version = "0.7.12"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for durable, low-latency streaming into Nominal Core"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nominal-io/nominal-streaming"

[features]
default = ["logging"]
logging = ["tracing-subscriber"]

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

[dependencies.apache-avro]
version = "0.17.0"
features = ["snappy"]

[dependencies.async-channel]
version = "2.5.0"

[dependencies.chrono]
version = "0.4.43"

[dependencies.conjure-error]
version = "4"

[dependencies.conjure-http]
version = "4"

[dependencies.conjure-object]
version = "4"

[dependencies.conjure-runtime-rustls-platform-verifier]
version = "0.1"

[dependencies.crossbeam-channel]
version = "0.5.15"

[dependencies.derive_more]
version = "2"
features = ["from"]

[dependencies.futures]
version = "0.3"

[dependencies.nominal-api]
version = "0.1099.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.prost]
version = "0.13"

[dependencies.reqwest]
version = "0.12.28"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.snap]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "tracing",
    "io-util",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]
optional = true

[dependencies.url]
version = "2.5.8"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.test-log]
version = "0.2.19"
features = ["trace"]