nifioxide 0.1.0

Write HTTP processors for NiFi in Rust.
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 = "2024"
name = "nifioxide"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Write HTTP processors for NiFi in Rust."
readme = "README.md"
license = "MIT"
repository = "https://github.com/bsamseth/nifioxide"

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

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

[[example]]
name = "main"
path = "examples/main.rs"

[dependencies.axum]
version = "0.8.8"

[dependencies.futures]
version = "0.3.32"

[dependencies.tempfile]
version = "3.27.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.tokio-util]
version = "0.7.18"
features = ["io"]

[dependencies.tracing]
version = "0.1.44"

[dev-dependencies.anyhow]
version = "1.0.102"

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