[dependencies.http-body-util]
version = "0.1"
[dependencies.tower]
features = ["util"]
version = "0.5"
[dependencies.vidi-core]
version = "0.1.0"
[dev-dependencies.tokio]
features = ["net", "rt-multi-thread", "macros", "test-util"]
version = "1.48"
[dev-dependencies.tower-http]
features = ["limit", "request-id", "timeout"]
version = "0.6"
[lib]
name = "vidi_tower"
path = "src/lib.rs"
[lints.clippy]
all = "warn"
pedantic = "warn"
[lints.clippy.lint_groups_priority]
level = "allow"
priority = 1
[lints.clippy.literal_string_with_formatting_args]
level = "allow"
priority = 1
[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1
[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1
[lints.clippy.too_many_lines]
level = "allow"
priority = 1
[lints.clippy.type_complexity]
level = "allow"
priority = 1
[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "warn"
single_use_lifetimes = "warn"
unreachable_pub = "warn"
unsafe_code = "forbid"
[lints.rust.rust_2018_idioms]
level = "warn"
priority = -1
[lints.rust.unexpected_cfgs]
check-cfg = []
level = "warn"
priority = 0
[lints.rustdoc]
private_intra_doc_links = "allow"
[package]
authors = ["Fangdun Tsai <fundon@pindash.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An adapter for tower service"
documentation = "https://docs.rs/vidi-tower"
edition = "2024"
homepage = "https://vidi.viz.rs"
license = "MIT"
name = "vidi-tower"
readme = "README.md"
repository = "https://github.com/viz-rs/vidi"
resolver = "2"
rust-version = "1.85"
version = "0.1.0"