zino-ntex 0.5.0

Integrations with ntex for zino.
Documentation
[package]
name = "zino-ntex"
description = "Integrations with ntex for zino."
version = "0.5.0"
rust-version = "1.80"
edition = "2021"
license = "MIT"
categories = ["asynchronous", "network-programming", "web-programming"]
keywords = ["http", "web", "framework"]
homepage = "https://github.com/zino-rs/zino"
repository = "https://github.com/zino-rs/zino"
documentation = "https://docs.rs/zino-ntex"
readme = "README.md"

[features]
orm = ["zino-orm", "zino-orm/openapi"]

[dependencies]
futures = "0.3.31"
ntex-files = "2.0.0"
tracing = "0.1.41"

[dependencies.ntex]
version = "2.10.0"
default-features = false
features = ["compress", "tokio"]

[dependencies.zino-core]
path = "../zino-core"
version = "0.31.0"
features = ["runtime-tokio"]

[dependencies.zino-http]
path = "../zino-http"
version = "0.3.0"

[dependencies.zino-orm]
path = "../zino-orm"
version = "0.3.0"
optional = true