nstreams 0.3.0

Embeddable versioned event stream handler for existing services
# 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 = "nstreams"
version = "0.3.0"
authors = ["nilpferdschaefer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeddable versioned event stream handler for existing services"
readme = false
license = "MIT"

[features]
axum = ["dep:axum"]
default = ["axum"]

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

[[example]]
name = "embed-axum"
path = "examples/embed-axum.rs"
required-features = ["axum"]

[[test]]
name = "transport"
path = "tests/transport.rs"

[dependencies.async-stream]
version = "0.3"

[dependencies.async-trait]
version = "0.1"

[dependencies.axum]
version = "0.8"
features = ["macros"]
optional = true

[dependencies.futures]
version = "0.3"

[dependencies.nstreams-core]
version = "0.3.0"

[dependencies.nstreams-postgres]
version = "0.3.0"

[dependencies.nstreams-rabbit]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.axum]
version = "0.8"
features = ["macros"]

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "env-filter",
]